Mercurial > emacs
comparison src/ChangeLog @ 55817:51a4742fb73b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 29 May 2004 00:01:42 +0000 |
parents | 9af433cd3820 |
children | e2775bcb9a2e |
comparison
equal
deleted
inserted
replaced
55816:a4fe04f4d9c2 | 55817:51a4742fb73b |
---|---|
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' |
4 after 'case wordend'. For symbeg and symend, print to stderr, | 15 after 'case wordend'. For symbeg and symend, print to stderr, |
5 like the other cases. | 16 like the other cases. |