aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2005-02-03 19:48:59 +0000
committerJan Djärv2005-02-03 19:48:59 +0000
commit0e95095bfb71948bc9f076578e31c434aba94e8a (patch)
treeb29668502e11e617f109d1306803eeef7617f792 /src/ChangeLog
parent02f244c8ed2af96f446bbb24213baa9cdf13e082 (diff)
downloademacs-0e95095bfb71948bc9f076578e31c434aba94e8a.tar.gz
emacs-0e95095bfb71948bc9f076578e31c434aba94e8a.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b20b6195b81..eb8bab64362 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12005-02-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xmenu.c (menubar_selection_callback): Force out GTK buffered
4 events so the menu event comes after them. This is to prevent sit-for
5 from exiting on buffered events directly after a menu selection,
6 lisp code for Help => About Emacs uses sit-for.
7
8 * gtkutil.c (create_menus): Connect selection-done event instead of
9 the deactivate event to deactivate_cb. This will make the last
10 leave event come before the call to deactivate_cb, so the leave
11 event does not make sit-for exit after a menu selection.
12
12005-02-03 Kim F. Storm <storm@cua.dk> 132005-02-03 Kim F. Storm <storm@cua.dk>
2 14
3 * dispnew.c (build_frame_matrix_from_leaf_window) 15 * dispnew.c (build_frame_matrix_from_leaf_window)