diff options
| author | Gerd Moellmann | 2000-12-23 17:22:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-23 17:22:45 +0000 |
| commit | 31798cfeb56f322b0f3b08221a0bbb4379cb9ccf (patch) | |
| tree | 47bc68f3e6dab31898d6aa5894633fdc2dc5632b /src/ChangeLog | |
| parent | f81561561a2fb4e8278463479464cf7c5e95bc6d (diff) | |
| download | emacs-31798cfeb56f322b0f3b08221a0bbb4379cb9ccf.tar.gz emacs-31798cfeb56f322b0f3b08221a0bbb4379cb9ccf.zip | |
(save_frame_matrix, restore_frame_matrix): Removed.
(save_or_restore_current_matrix): New function for the same
purpose, but more efficient.
(adjust_frame_glyphs_for_frame_redisplay): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c25d648fcad..655b1312d65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-12-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed. | ||
| 4 | (save_or_restore_current_matrix): New function for the same | ||
| 5 | purpose, but more efficient. | ||
| 6 | (adjust_frame_glyphs_for_frame_redisplay): Use it. | ||
| 7 | |||
| 1 | 2000-12-23 Eli Zaretskii <eliz@is.elta.co.il> | 8 | 2000-12-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 9 | ||
| 3 | * xdisp.c (syms_of_xdisp): Fix last change. | 10 | * xdisp.c (syms_of_xdisp): Fix last change. |