comparison src/ChangeLog @ 76079:27d8a3520956

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Thu, 22 Feb 2007 23:04:34 +0000
parents 0cb5c0c1f9cc
children f5c05d67324f
comparison
equal deleted inserted replaced
76078:3479e5ecb040 76079:27d8a3520956
1 2007-02-22 Jason Rumney <jasonr@gnu.org> 1 2007-02-22 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame
4 parameter.
2 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
14 2007-02-22 Kim F. Storm <storm@cua.dk> 18 2007-02-22 Kim F. Storm <storm@cua.dk>
15 19