]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 20 Dec 2000 11:59:34 +0000 (11:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 20 Dec 2000 11:59:34 +0000 (11:59 +0000)
src/ChangeLog

index c29a091cfcf823fad96c6e5852c44e372e35fc87..54520308f72cf2648e82473dd7ea1f429925f4b8 100644 (file)
@@ -1,3 +1,16 @@
+2000-12-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <jasonr@gnu.org>
 
        * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.