bug #5736: Allow X-resource menuBar to take on/off as documented.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 22 Mar 2010 07:26:56 +0000 (08:26 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 22 Mar 2010 07:26:56 +0000 (08:26 +0100)
commit93318cbd4081abd95958485429b6fc497089b26e
treec68359bb38469a82c4a63d25e342a21cc41ae968
parent4102856c09db692ac87c8214618134826c02fd51
bug #5736: Allow X-resource menuBar to take on/off as documented.

* frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736).

* xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER.

* dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new.

* xresources.texi (Table of Resources): Clarify toolBar number
for Gtk+.

* frames.texi (Menu Bars): menuBarLines => menuBar (bug#5736).
doc/emacs/ChangeLog
doc/emacs/frames.texi
doc/emacs/xresources.texi
src/ChangeLog
src/dispextern.h
src/frame.c
src/xfns.c