aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-06-21 22:35:00 +0000
committerKim F. Storm2004-06-21 22:35:00 +0000
commit3d33d9939e186ff7d764e60c971c4c62ddcd95e6 (patch)
tree829b2ed86ce6dc7fc59727961513c16f36895748 /src
parentdbadb64b380769deacc0fd013197c11d25d6c197 (diff)
downloademacs-3d33d9939e186ff7d764e60c971c4c62ddcd95e6.tar.gz
emacs-3d33d9939e186ff7d764e60c971c4c62ddcd95e6.zip
*** empty log message ***
Diffstat (limited to 'src')
-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.