diff options
| author | Jason Rumney | 2007-02-22 23:04:34 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-02-22 23:04:34 +0000 |
| commit | 90816b8607e4864bbab37ce14e33dca8e0f94246 (patch) | |
| tree | d976548161d96832a2f839085637aaae0e5db790 /src/ChangeLog | |
| parent | 904700a0f40ecd7716756dde5e03ad05a9e959f4 (diff) | |
| download | emacs-90816b8607e4864bbab37ce14e33dca8e0f94246.tar.gz emacs-90816b8607e4864bbab37ce14e33dca8e0f94246.zip | |
* w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame parameter.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 63ad9ec6e2e..910a73a321d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,13 +1,17 @@ | |||
| 1 | 2007-02-22 Jason Rumney <jasonr@gnu.org> | 1 | 2007-02-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame | ||
| 4 | parameter. | ||
| 5 | |||
| 3 | * w32menu.c (current_popup_menu): Make available globally. | 6 | * w32menu.c (current_popup_menu): Make available globally. |
| 4 | (menubar_selection_callback): Free menu strings before pushing the | 7 | (menubar_selection_callback): Free menu strings before pushing the |
| 5 | menu event into the keyboard buffer. Remove | 8 | menu event into the keyboard buffer. Remove |
| 6 | menu_command_in_progress. | 9 | menu_command_in_progress. |
| 7 | 10 | ||
| 8 | * w32fns.c (current_popup_menu): Use from w32menu.c. | 11 | * w32fns.c (current_popup_menu): Use from w32menu.c. |
| 9 | (w32_wnd_proc): Use menubar_active and current_popup_menu to | 12 | (w32_wnd_proc) [WM_EXITMENULOOP, WM_TIMER]: Use menubar_active |
| 10 | determine whether a menubar menu has been cancelled. | 13 | and current_popup_menu to determine whether a menubar menu has |
| 14 | been cancelled. | ||
| 11 | 15 | ||
| 12 | * w32term.h (w32_output): Remove menu_command_in_progress. | 16 | * w32term.h (w32_output): Remove menu_command_in_progress. |
| 13 | 17 | ||