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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 03 Feb 2005 14:49:05 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4204 emacs/src/ChangeLog:1.4205
*** emacs/src/ChangeLog:1.4204  Thu Feb  3 14:07:44 2005
--- emacs/src/ChangeLog Thu Feb  3 19:48:59 2005
***************
*** 1,3 ****
--- 1,15 ----
+ 2005-02-03  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xmenu.c (menubar_selection_callback): Force out GTK buffered
+       events so the menu event comes after them.  This is to prevent sit-for
+       from exiting on buffered events directly after a menu selection,
+       lisp code for Help => About Emacs uses sit-for.
+ 
+       * gtkutil.c (create_menus): Connect selection-done event instead of
+       the deactivate event to deactivate_cb.  This will make the last
+       leave event come before the call to deactivate_cb, so the leave
+       event does not make sit-for exit after a menu selection.
+ 
  2005-02-03  Kim F. Storm  <address@hidden>
  
        * dispnew.c (build_frame_matrix_from_leaf_window)




reply via email to

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