diff options
| author | Stefan Monnier | 2004-05-29 00:01:42 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-29 00:01:42 +0000 |
| commit | 227ef0ff6c5682188c80d763d89c27d1f4ec3cfd (patch) | |
| tree | 35afd96e469d505bcc30f63d9127a81e259f6f9c /src/ChangeLog | |
| parent | c37adf23e8607a6479a950c7f6b41ca819b7c73c (diff) | |
| download | emacs-227ef0ff6c5682188c80d763d89c27d1f4ec3cfd.tar.gz emacs-227ef0ff6c5682188c80d763d89c27d1f4ec3cfd.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96a5c27d964..df10f95e500 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * alloc.c: Undo Kim's recent changes and fix the same bug differently. | ||
| 4 | (marker_blocks_pending_free): Remove. | ||
| 5 | (Fgarbage_collect): Sweep after cleaning up undo-lists. | ||
| 6 | Mark the undo lists after claning them up. | ||
| 7 | Don't free block in marker_blocks_pending_free. | ||
| 8 | (mark_buffer): Don't mark undo_list. | ||
| 9 | (gc_sweep): Sweep hash-tables and strings first. | ||
| 10 | Do free marker blocks that are empty. | ||
| 11 | |||
| 1 | 2004-05-28 Jim Blandy <jimb@redhat.com> | 12 | 2004-05-28 Jim Blandy <jimb@redhat.com> |
| 2 | 13 | ||
| 3 | * regex.c (print_partial_compiled_pattern): Add missing 'break' | 14 | * regex.c (print_partial_compiled_pattern): Add missing 'break' |