diff options
| author | Gerd Moellmann | 2000-10-30 15:13:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-30 15:13:58 +0000 |
| commit | 35efe0a1169d72779aa63bbcab9250c2cbc9e014 (patch) | |
| tree | c6ab98995ca49d89a01f012f073b31346277a863 /src/ChangeLog | |
| parent | f077c4622f84423de2b85876f5dddafbc8d49794 (diff) | |
| download | emacs-35efe0a1169d72779aa63bbcab9250c2cbc9e014.tar.gz emacs-35efe0a1169d72779aa63bbcab9250c2cbc9e014.zip | |
(x_alloc_nearest_color): If allocation succeeds, and
we have a color cache, check that the cached color equals the
allocated color. If not, clear the color cache.
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 484f1c50d56..0e880dbc0b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-10-30 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-10-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_alloc_nearest_color): If allocation succeeds, and | ||
| 4 | we have a color cache, check that the cached color equals the | ||
| 5 | allocated color. If not, clear the color cache. | ||
| 6 | |||
| 3 | * window.c (displayed_window_lines): Change buffers if necessary. | 7 | * window.c (displayed_window_lines): Change buffers if necessary. |
| 4 | Fix computation of displayed lines. | 8 | Fix computation of displayed lines. |
| 5 | 9 | ||