comparison src/ChangeLog @ 76077:0cb5c0c1f9cc

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Thu, 22 Feb 2007 22:51:31 +0000
parents 2b1a4d9a1798
children 27d8a3520956
comparison
equal deleted inserted replaced
76076:59abcab48ea2 76077:0cb5c0c1f9cc
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
4 redisplay_dont_pause is set or Vredisplay_preemption_period is nil... 17 redisplay_dont_pause is set or Vredisplay_preemption_period is nil...
5 (update_window, update_frame_1): ... instead of here. 18 (update_window, update_frame_1): ... instead of here.