diff options
| author | Jan Djärv | 2010-03-22 08:26:56 +0100 |
|---|---|---|
| committer | Jan Djärv | 2010-03-22 08:26:56 +0100 |
| commit | 93318cbd4081abd95958485429b6fc497089b26e (patch) | |
| tree | c68359bb38469a82c4a63d25e342a21cc41ae968 /src/ChangeLog | |
| parent | 4102856c09db692ac87c8214618134826c02fd51 (diff) | |
| download | emacs-93318cbd4081abd95958485429b6fc497089b26e.tar.gz emacs-93318cbd4081abd95958485429b6fc497089b26e.zip | |
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).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cf9d0fd9bea..2609125f9fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-03-20 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * frame.c (x_get_arg): Handle RES_TYPE_BOOLEAN_NUMBER (bug #5736). | ||
| 4 | |||
| 5 | * xfns.c (Fx_create_frame): Make menuBar a RES_TYPE_BOOLEAN_NUMBER. | ||
| 6 | |||
| 7 | * dispextern.h (resource_types): RES_TYPE_BOOLEAN_NUMBER is new. | ||
| 8 | |||
| 1 | 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 9 | 2010-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 10 | ||
| 3 | * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around | 11 | * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around |