diff options
| author | Gerd Moellmann | 2001-07-23 11:33:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-23 11:33:58 +0000 |
| commit | dd42b31ac43a08a15e5fa6e7ada37dbf8f4a05f9 (patch) | |
| tree | 0f8fb33f0d81ed6a0d80845dd094aaab764f1a97 /src/ChangeLog | |
| parent | 9e5a7f2af4a8fa562257c7353a392f8f307c1565 (diff) | |
| download | emacs-dd42b31ac43a08a15e5fa6e7ada37dbf8f4a05f9.tar.gz emacs-dd42b31ac43a08a15e5fa6e7ada37dbf8f4a05f9.zip | |
(adjust_glyph_matrix): In the optimization for
windows whose height has changed, use the new window height
to compute which rows to invalidate.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e6c0d1cbf2..790b79e07cd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * dispnew.c (adjust_glyph_matrix): In the optimization for | ||
| 4 | windows whose height has changed, use the new window height | ||
| 5 | to compute which rows to invalidate. | ||
| 6 | |||
| 3 | * editfns.c (toplevel) [STDC_HEADERS]: Include float.h. | 7 | * editfns.c (toplevel) [STDC_HEADERS]: Include float.h. |
| 4 | (MAX_10_EXP): New macro. | 8 | (MAX_10_EXP): New macro. |
| 5 | (Fformat): Use it. | 9 | (Fformat): Use it. |