diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c29a091cfcf..54520308f72 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-12-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispextern.h (ensure_frame_matrix): Add prototype. | ||
| 4 | |||
| 5 | * window.c (delete_window, Fsplit_window) | ||
| 6 | (Fset_window_configuration): Call ensure_frame_matrix. | ||
| 7 | |||
| 8 | * dispnew.c (fake_current_matrices, ensure_frame_matrix): New | ||
| 9 | functions. | ||
| 10 | (adjust_frame_glyphs_for_frame_redisplay): If display has been | ||
| 11 | completed, call fake_current_matrices instead of marking frame | ||
| 12 | garbaged. | ||
| 13 | |||
| 1 | 2000-12-20 Jason Rumney <jasonr@gnu.org> | 14 | 2000-12-20 Jason Rumney <jasonr@gnu.org> |
| 2 | 15 | ||
| 3 | * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame. | 16 | * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame. |