aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-09-19 23:10:52 -0400
committerStefan Monnier2012-09-19 23:10:52 -0400
commite99f70c8cd37778d63e2497ed59d64fda720f731 (patch)
tree6f4e267b58da8a5a90dd176679a2643f7e71de6f /src/ChangeLog
parentf75beb4787372df3dcc50cbb07407f45ff04bf04 (diff)
downloademacs-e99f70c8cd37778d63e2497ed59d64fda720f731.tar.gz
emacs-e99f70c8cd37778d63e2497ed59d64fda720f731.zip
* src/alloc.c (mark_object) <PVEC_WINDOW>: Mark prev/next_buffers *after*
calling mark_vectorlike since that's the one that marks the window. (mark_discard_killed_buffers): Mark the final cdr. * src/window.h (struct window): Move prev/next_buffers to the non-standard fields. * src/window.c (make_window): Initialize prev/next_buffers manually.
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.