diff options
| author | Jason Rumney | 2007-02-22 22:51:31 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-02-22 22:51:31 +0000 |
| commit | 904700a0f40ecd7716756dde5e03ad05a9e959f4 (patch) | |
| tree | 3d4b958bc8f55bb53510c8d2116065f3133720e5 /src/ChangeLog | |
| parent | 5d22ded9ffdcc3d6ad29f7470768de49ee6d7829 (diff) | |
| download | emacs-904700a0f40ecd7716756dde5e03ad05a9e959f4.tar.gz emacs-904700a0f40ecd7716756dde5e03ad05a9e959f4.zip | |
(menubar_active): Remove menu_command_in_progress.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f5c6c5a952..63ad9ec6e2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-02-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32menu.c (current_popup_menu): Make available globally. | ||
| 4 | (menubar_selection_callback): Free menu strings before pushing the | ||
| 5 | menu event into the keyboard buffer. Remove | ||
| 6 | menu_command_in_progress. | ||
| 7 | |||
| 8 | * w32fns.c (current_popup_menu): Use from w32menu.c. | ||
| 9 | (w32_wnd_proc): Use menubar_active and current_popup_menu to | ||
| 10 | determine whether a menubar menu has been cancelled. | ||
| 11 | |||
| 12 | * w32term.h (w32_output): Remove menu_command_in_progress. | ||
| 13 | |||
| 1 | 2007-02-22 Kim F. Storm <storm@cua.dk> | 14 | 2007-02-22 Kim F. Storm <storm@cua.dk> |
| 2 | 15 | ||
| 3 | * dispnew.c (update_frame, update_single_window): Set force_p here if | 16 | * dispnew.c (update_frame, update_single_window): Set force_p here if |