Mercurial > emacs
changeset 34527:936d1f1cd2a8
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 13 Dec 2000 20:28:14 +0000 |
parents | 0da25e792d3e |
children | add308ec5e6e |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gerd@gnu.org> + * 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.