# HG changeset patch # User Gerd Moellmann # Date 977313574 0 # Node ID aeddbe4739d9c2448fdb0ac5dca18e7eb1404b4c # Parent b7a670811d363ce0483a3f36f1d0dd876d31cf0c *** empty log message *** diff -r b7a670811d36 -r aeddbe4739d9 src/ChangeLog --- a/src/ChangeLog Wed Dec 20 11:07:03 2000 +0000 +++ b/src/ChangeLog Wed Dec 20 11:59:34 2000 +0000 @@ -1,3 +1,16 @@ +2000-12-20 Gerd Moellmann + + * dispextern.h (ensure_frame_matrix): Add prototype. + + * window.c (delete_window, Fsplit_window) + (Fset_window_configuration): Call ensure_frame_matrix. + + * dispnew.c (fake_current_matrices, ensure_frame_matrix): New + functions. + (adjust_frame_glyphs_for_frame_redisplay): If display has been + completed, call fake_current_matrices instead of marking frame + garbaged. + 2000-12-20 Jason Rumney * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.