emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 22 Feb 2002 19:07:23 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2464 emacs/src/ChangeLog:1.2465
*** emacs/src/ChangeLog:1.2464  Fri Feb 22 09:43:53 2002
--- emacs/src/ChangeLog Fri Feb 22 19:07:22 2002
***************
*** 1,3 ****
--- 1,22 ----
+ 2002-02-22  Jason Rumney  <address@hidden>
+ 
+       * w32term.h (struct w32_output): New member menu_command_in_progress.
+ 
+       * w32menu.c (menubar_selection_callback): Free the menu and
+       clear the menu_command_in_progress flag.
+ 
+       * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
+       (menu_free_timer): New variable.
+       (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
+       (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
+       <WM_EXITMENULOOP>: Delay before freeing menu.  Do nothing if a
+       menu command is in progress.
+       <WM_COMMAND>: Set the menu_command_in_progress flag.  Kill
+       any menu_free_timer that is running.
+ 
+       * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
+       Call ExtTextOutA rather than ExtTextOut.
+ 
  2002-02-22  Eli Zaretskii  <address@hidden>
  
        * puresize.h (BASE_PURESIZE): Increase to 755000.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]