aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-13 20:28:14 +0000
committerGerd Moellmann2000-12-13 20:28:14 +0000
commit19f71add93831ab99c88995b48377ece882c0c77 (patch)
treefce7f2fcedddb7aec708eb0d7833ed07c27291f7 /src/ChangeLog
parent6dec8d78730acb615a5c8f30f6dc24da7408dbf9 (diff)
downloademacs-19f71add93831ab99c88995b48377ece882c0c77.tar.gz
emacs-19f71add93831ab99c88995b48377ece882c0c77.zip
(x_free_frame_resources): New function.
(x_destroy_window): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3fdaf7b259c..bb2f8f3f4c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,17 @@
7 7
82000-12-13 Gerd Moellmann <gerd@gnu.org> 82000-12-13 Gerd Moellmann <gerd@gnu.org>
9 9
10 * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
11 New variables.
12 (unwind_create_frame, unwind_create_tip_frame): New functions.
13 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
14 while a frame is only partially constructed.
15
16 * xterm.h (x_free_frame_resources): Declare.
17
18 * xterm.c (x_free_frame_resources): New function.
19 (x_destroy_window): Use it.
20
10 * dispnew.c (update_window): If do_mouse_tracking is non-nil, 21 * dispnew.c (update_window): If do_mouse_tracking is non-nil,
11 don't interrupt the update for pending input initially, i.e. 22 don't interrupt the update for pending input initially, i.e.
12 update at least some lines. 23 update at least some lines.