aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-12-14 14:02:06 +0000
committerAndrew Innes2000-12-14 14:02:06 +0000
commit1de0f662a79d5e7fc421be43c58ee995226a73c4 (patch)
tree0b058d1bac085b8dd4c7b9e51dfb77507f77b4f1
parent5f368d294e2c9b9c4e67867570d54cd493f21a74 (diff)
downloademacs-1de0f662a79d5e7fc421be43c58ee995226a73c4.tar.gz
emacs-1de0f662a79d5e7fc421be43c58ee995226a73c4.zip
*** empty log message ***
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6667c81c1c..6db623100e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12000-12-14 Andrew Innes <andrewi@gnu.org>
2
3 * w32fns.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 (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New
10 variables.
11 (unwind_create_frame, unwind_create_tip_frame): New functions.
12 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
13 while a frame is only partially constructed.
14
15 * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
16 (x_free_frame_resources): New function.
17 (x_destroy_window): Use it.
18
12000-12-14 Gerd Moellmann <gerd@gnu.org> 192000-12-14 Gerd Moellmann <gerd@gnu.org>
2 20
3 * xfns.c (Fx_backspace_delete_keys_p): New function. 21 * xfns.c (Fx_backspace_delete_keys_p): New function.