changeset 34451:be899eb7b171

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 19:26:34 +0000
parents 5de00bff5de3
children e381d256c0c2
files src/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Dec 11 19:26:11 2000 +0000
+++ b/src/ChangeLog	Mon Dec 11 19:26:34 2000 +0000
@@ -1,5 +1,19 @@
 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
 
+	* xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
+	nothing to do.  Bind inhibit-quit.
+	(tip_frame): Make it a Lisp_Object.
+	(x_create_tip_frame): Set tip_frame after it has been added to
+	Vframe_list.
+	(Fx_show_tip): Don't set tip_frame here.
+
+	* xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
+
+	* xdisp.c (prepare_menu_bars): Changes for tip_frame being a
+	Lisp_Object.
+
+	* dispextern.h: Change external declaration of tip_frame.
+
 	* keymap.c (Fkey_description): If KEYS is an empty key sequence,
 	return an empty string.