comparison src/ChangeLog @ 34527:936d1f1cd2a8

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 13 Dec 2000 20:28:14 +0000
parents 240333a58063
children add308ec5e6e
comparison
equal deleted inserted replaced
34526:0da25e792d3e 34527:936d1f1cd2a8
4 4
5 * keyboard.c (menu_bar_items, tool_bar_items): 5 * keyboard.c (menu_bar_items, tool_bar_items):
6 Set `autoload' when looking up `tool-bar' or `menu-bar' submap. 6 Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
7 7
8 2000-12-13 Gerd Moellmann <gerd@gnu.org> 8 2000-12-13 Gerd Moellmann <gerd@gnu.org>
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.
9 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.
13 24