diff options
| author | Gerd Moellmann | 2000-08-07 13:12:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-07 13:12:43 +0000 |
| commit | 70fc58b397e82436f081a130c9293e77c7b27207 (patch) | |
| tree | 39c4a2c36fe383e397ed8a1d09dac6c1c9112386 /src/ChangeLog | |
| parent | ade0bb5771a47a3909f00706c4c9135ec8bbe66e (diff) | |
| download | emacs-70fc58b397e82436f081a130c9293e77c7b27207.tar.gz emacs-70fc58b397e82436f081a130c9293e77c7b27207.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46e0bddf112..d0623ccc0b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 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_table): Fix survival conditions for | ||
| 4 | key-or-value and key-and-value weakness. | ||
| 5 | |||
| 6 | * .gdbinit (xhashtable): New command. | ||
| 7 | |||
| 3 | * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked | 8 | * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked |
| 4 | tables out of the list of all weak hash tables. | 9 | tables out of the list of all weak hash tables. |
| 5 | 10 | ||