aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f9cac9fa21..c3ce1ee1b0b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
4 calling mark_vectorlike since that's the one that marks the window.
5 (mark_discard_killed_buffers): Mark the final cdr.
6 * window.h (struct window): Move prev/next_buffers to the
7 non-standard fields.
8 * window.c (make_window): Initialize prev/next_buffers manually.
9
12012-09-20 Paul Eggert <eggert@cs.ucla.edu> 102012-09-20 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 Omit unused arg EXPECTED from socket hooks. 12 Omit unused arg EXPECTED from socket hooks.