diff options
| author | Gerd Moellmann | 2000-12-20 11:59:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-20 11:59:34 +0000 |
| commit | a6426c6f15fcbe0b0f95cfb45aad69e350662035 (patch) | |
| tree | d243868d488a90477697327137241477a4bf7d49 /src/ChangeLog | |
| parent | ee753ec8cf4b7a821a95610327bfd75eaec8ecc1 (diff) | |
| download | emacs-a6426c6f15fcbe0b0f95cfb45aad69e350662035.tar.gz emacs-a6426c6f15fcbe0b0f95cfb45aad69e350662035.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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. |