aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5818f7dcec5..6d92475eb48 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12003-07-06 Stefan Monnier <monnier@cs.yale.edu>
2
3 * lisp.h (mark_object): Change prototype.
4
5 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
6 (last_marked): Change accordingly.
7 (mark_interval, mark_maybe_object, mark_maybe_pointer)
8 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
9 (mark_buffer): Update calls to mark_object.
10
11 * bytecode.c (mark_byte_stack):
12 * fns.c (sweep_weak_table):
13 * keyboard.c (mark_kboards): Update calls to mark_object.
14
12003-07-06 Jason Rumney <jasonr@gnu.org> 152003-07-06 Jason Rumney <jasonr@gnu.org>
2 16
3 * alloc.c (struct ablock): Only include padding when there is some. 17 * alloc.c (struct ablock): Only include padding when there is some.