changeset 76077:0cb5c0c1f9cc

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Thu, 22 Feb 2007 22:51:31 +0000
parents 59abcab48ea2
children 3479e5ecb040
files src/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 22 22:50:15 2007 +0000
+++ b/src/ChangeLog	Thu Feb 22 22:51:31 2007 +0000
@@ -1,3 +1,16 @@
+2007-02-22  Jason Rumney  <jasonr@gnu.org>
+
+	* w32menu.c (current_popup_menu): Make available globally.
+	(menubar_selection_callback): Free menu strings before pushing the
+	menu event into the keyboard buffer.  Remove
+	menu_command_in_progress.
+
+	* w32fns.c (current_popup_menu): Use from w32menu.c.
+	(w32_wnd_proc): Use menubar_active and current_popup_menu to
+	determine whether a menubar menu has been cancelled.
+
+	* w32term.h (w32_output): Remove menu_command_in_progress.
+
 2007-02-22  Kim F. Storm  <storm@cua.dk>
 
 	* dispnew.c (update_frame, update_single_window): Set force_p here if