comparison src/ChangeLog @ 34451:be899eb7b171

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 19:26:34 +0000
parents ffd94915c70a
children c69ec20dda56
comparison
equal deleted inserted replaced
34450:5de00bff5de3 34451:be899eb7b171
1 2000-12-11 Gerd Moellmann <gerd@gnu.org> 1 2000-12-11 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
4 nothing to do. Bind inhibit-quit.
5 (tip_frame): Make it a Lisp_Object.
6 (x_create_tip_frame): Set tip_frame after it has been added to
7 Vframe_list.
8 (Fx_show_tip): Don't set tip_frame here.
9
10 * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
11
12 * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
13 Lisp_Object.
14
15 * dispextern.h: Change external declaration of tip_frame.
2 16
3 * keymap.c (Fkey_description): If KEYS is an empty key sequence, 17 * keymap.c (Fkey_description): If KEYS is an empty key sequence,
4 return an empty string. 18 return an empty string.
5 19
6 * xdisp.c (try_cursor_movement): Check update_mode_lines instead 20 * xdisp.c (try_cursor_movement): Check update_mode_lines instead