Mercurial > emacs
diff src/ChangeLog @ 34733:aeddbe4739d9
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Dec 2000 11:59:34 +0000 |
parents | 8b34e2ae0273 |
children | 47f583b0deb6 |
line wrap: on
line diff
--- 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 <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.