aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-05-29 16:26:16 +0000
committerRichard M. Stallman2004-05-29 16:26:16 +0000
commit08fd12516bf1683da78e2b9ac4062383a49a3556 (patch)
tree9770dd267bccad0fbcbd7ffe5eabd6b6467469b8 /src/ChangeLog
parente3d5ca1ed1b2e84cc125e3e07725e1350759ac68 (diff)
downloademacs-08fd12516bf1683da78e2b9ac4062383a49a3556.tar.gz
emacs-08fd12516bf1683da78e2b9ac4062383a49a3556.zip
*** empty log message ***
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 df10f95e500..89ee0913525 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12004-05-29 Richard M. Stallman <rms@gnu.org>
2
3 * lisp.h (truncate_undo_list): Update decl.
4
5 * alloc.c (undo_outer_limit): New variable.
6 (syms_of_alloc): Defvar it.
7 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
8
9 * undo.c (truncate_undo_list): New arg LIMITSIZE.
10
11 * alloc.c (lisp_align_malloc): Check for base == 0
12 regardless of HAVE_POSIX_MEMALIGN.
13 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
14
12004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 152004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * alloc.c: Undo Kim's recent changes and fix the same bug differently. 17 * alloc.c: Undo Kim's recent changes and fix the same bug differently.