diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ced3a81004..46e0bddf112 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-08-07 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked | ||
| 4 | tables out of the list of all weak hash tables. | ||
| 5 | |||
| 3 | * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and | 6 | * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and |
| 4 | a new buffer is created, make sure echo_area_buffer[] references | 7 | a new buffer is created, make sure echo_area_buffer[] references |
| 5 | the new buffer. | 8 | the new buffer. |