1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-12-20 11:59:34 +00:00
parent ee753ec8cf
commit a6426c6f15

View 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.