aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1abe3bda55d..4310a82ca2b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12004-06-22 Kim F. Storm <storm@cua.dk>
2
3 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
4 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
5 in that memory area are unknown to GC. Add comments.
6
7 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
8
12004-06-21 Kim F. Storm <storm@cua.dk> 92004-06-21 Kim F. Storm <storm@cua.dk>
2 10
3 * lisp.h (MAX_ALLOCA): Define here. 11 * lisp.h (MAX_ALLOCA): Define here.