From: Gerd Moellmann Date: Wed, 20 Dec 2000 11:59:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6426c6f15fcbe0b0f95cfb45aad69e350662035;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index c29a091cfcf..54520308f72 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.