# HG changeset patch # User Gerd Moellmann # Date 976739294 0 # Node ID 936d1f1cd2a8301aae8364a55b116bb11f44468d # Parent 0da25e792d3e62ff8fa669633a204f27ef6b682e *** empty log message *** diff -r 0da25e792d3e -r 936d1f1cd2a8 src/ChangeLog --- a/src/ChangeLog Wed Dec 13 20:27:52 2000 +0000 +++ b/src/ChangeLog Wed Dec 13 20:28:14 2000 +0000 @@ -7,6 +7,17 @@ 2000-12-13 Gerd Moellmann + * xfns.c (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. + + * xterm.h (x_free_frame_resources): Declare. + + * xterm.c (x_free_frame_resources): New function. + (x_destroy_window): Use it. + * dispnew.c (update_window): If do_mouse_tracking is non-nil, don't interrupt the update for pending input initially, i.e. update at least some lines.