aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c0d55b6ca04..e1f5be9c0cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 12007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * alloc.c (allocate_other_vector):
4 * lisp.h (allocate_other_vector): Remove.
5
3 * window.c (struct save_window_data): Move non-lisp data to the end 6 * window.c (struct save_window_data): Move non-lisp data to the end
4 and make it `int' rather than Lisp_Object. 7 and make it `int' rather than Lisp_Object.
5 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR. 8 (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR.
@@ -29,6 +32,7 @@
29 32
30 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. 33 * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
31 (allocate_pseudovector): Make non-static. 34 (allocate_pseudovector): Make non-static.
35
32 * lisp.h (enum pvec_type): New tag PVEC_OTHER. 36 * lisp.h (enum pvec_type): New tag PVEC_OTHER.
33 (allocate_pseudovector): Declare. 37 (allocate_pseudovector): Declare.
34 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c 38 (ALLOCATE_PSEUDOVECTOR): Move from alloc.c