aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12004-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
12004-05-28 Jim Blandy <jimb@redhat.com> 122004-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'