comparison src/ChangeLog @ 58197:6c24ca598cb1

* 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.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 13 Nov 2004 20:18:21 +0000
parents 51fa3db532d0
children 3608b64ba20f
comparison
equal deleted inserted replaced
58196:8cb4d5028bf5 58197:6c24ca598cb1
1 2004-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
1 2004-11-13 Kim F. Storm <storm@cua.dk> 15 2004-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.
4 (syms_of_xdisp): DEFVAR_BOOL it. 18 (syms_of_xdisp): DEFVAR_BOOL it.
5 (make_cursor_line_fully_visible, try_cursor_movement) 19 (make_cursor_line_fully_visible, try_cursor_movement)