aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-11-13 20:18:21 +0000
committerJan Djärv2004-11-13 20:18:21 +0000
commitaf89e8710242b29ea53a150143df30207382891f (patch)
tree16436b4ad25d09f4801636e921654652b6800b23 /src/ChangeLog
parent3b8370e18bc4b13ec80f9a8c196381aa0a8383ff (diff)
downloademacs-af89e8710242b29ea53a150143df30207382891f.tar.gz
emacs-af89e8710242b29ea53a150143df30207382891f.zip
* xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
Lisp_Object. (popup_get_selection): Move unwind protect ... (create_and_show_popup_menu, create_and_show_dialog): ... to here. Move destroy of widget to pop_down_menu. (popup_widget_loop): Move unwind protect ... (create_and_show_popup_menu, create_and_show_dialog): ... to here. Move destroy of widget to pop_down_menu. (pop_down_menu): BLOCK_INPUT and destroy widget/window. (xmenu_show): record unwind pop_down_menu. Move XMenuDestroy, x_mouse_leave and grabbed = 0 to pop_down_menu.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65505cb7c6c..390ade23e10 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12004-11-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
4 Lisp_Object.
5 (popup_get_selection): Move unwind protect ...
6 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
7 Move destroy of widget to pop_down_menu.
8 (popup_widget_loop): Move unwind protect ...
9 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
10 Move destroy of widget to pop_down_menu.
11 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
12 (xmenu_show): record unwind pop_down_menu. Move XMenuDestroy,
13 x_mouse_leave and grabbed = 0 to pop_down_menu.
14
12004-11-13 Kim F. Storm <storm@cua.dk> 152004-11-13 Kim F. Storm <storm@cua.dk>
2 16
3 * xdisp.c (make_cursor_line_fully_visible_p): New variable. 17 * xdisp.c (make_cursor_line_fully_visible_p): New variable.