From 1de0f662a79d5e7fc421be43c58ee995226a73c4 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Thu, 14 Dec 2000 14:02:06 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index c6667c81c1c..6db623100e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2000-12-14 Andrew Innes + + * w32fns.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. + (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New + variables. + (unwind_create_frame, unwind_create_tip_frame): New functions. + (Fx_create_frame, x_create_tip_frame): Handle errors signaled + while a frame is only partially constructed. + + * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object. + (x_free_frame_resources): New function. + (x_destroy_window): Use it. + 2000-12-14 Gerd Moellmann * xfns.c (Fx_backspace_delete_keys_p): New function. -- 2.39.2