diff options
| author | Jan D | 2010-07-14 16:32:25 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-14 16:32:25 +0200 |
| commit | cf28cebc2e93dbd2cd0e6eb2f1a9543a015a1235 (patch) | |
| tree | f342da6952fb8e6e523fff9ef43f26fa2a641088 /src/ChangeLog | |
| parent | ebd3d6afa42948e3fb136583f12f9f72e7830ec5 (diff) | |
| download | emacs-cf28cebc2e93dbd2cd0e6eb2f1a9543a015a1235.tar.gz emacs-cf28cebc2e93dbd2cd0e6eb2f1a9543a015a1235.zip | |
Fix menu bar activation with click for Motif/Lesstif.
* src/xdisp.c (pending_menu_activation): Remove extern declaration.
(prepare_menu_bars): Remove setting of pending_menu_activation.
* src/xmenu.c (pending_menu_activation): Remove.
(x_activate_menubar): Set popup_activated_flag for Xt also. Remove
setting of pending_menu_activation.
(set_frame_menubar): Remove check of pending_menu_activation.
Declare menubar_size before code. Correct spelling in comment.
* src/xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype.
(SET_SAVED_KEY_EVENT): Remove (not used).
(SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and
remove size parameter.
(handle_one_xevent): Check popup_activated () for menu for Xt also.
Remove #ifdef USE_GTK around finish = X_EVENT_DROP.
Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for
ButtonRelease.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 923ba3afafd..6ca09f99fe7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2010-07-14 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (xm_scroll_callback, x_process_timeouts): K&R => prototype. | ||
| 4 | (SET_SAVED_KEY_EVENT): Remove (not used). | ||
| 5 | (SET_SAVED_MENU_EVENT): Rename to SET_SAVED_BUTTON_EVENT and | ||
| 6 | remove size parameter. | ||
| 7 | (handle_one_xevent): Check popup_activated () for menu for Xt also. | ||
| 8 | Remove #ifdef USE_GTK around finish = X_EVENT_DROP. | ||
| 9 | Remove #ifdef USE_MOTIF code that did SET_SAVED_BUTTON_EVENT for | ||
| 10 | ButtonRelease. | ||
| 11 | |||
| 12 | * xdisp.c (pending_menu_activation): Remove extern declaration. | ||
| 13 | (prepare_menu_bars): Remove setting of pending_menu_activation. | ||
| 14 | |||
| 15 | * xmenu.c (pending_menu_activation): Remove. | ||
| 16 | (x_activate_menubar): Set popup_activated_flag for Xt also. Remove | ||
| 17 | setting of pending_menu_activation. | ||
| 18 | (set_frame_menubar): Remove check of pending_menu_activation. | ||
| 19 | Declare menubar_size before code. Correct spelling in comment. | ||
| 20 | |||
| 1 | 2010-07-14 Kenichi Handa <handa@m17n.org> | 21 | 2010-07-14 Kenichi Handa <handa@m17n.org> |
| 2 | 22 | ||
| 3 | * font.c (font_open_entity): Cancel previous change. | 23 | * font.c (font_open_entity): Cancel previous change. |