aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b6af51313b6..b58dfb49fa2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12003-05-09 Richard M. Stallman <rms@gnu.org>
2
3 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
4 Bind Qinhibit_modification_hooks to t so there will be no GC.
5 Rename local `tem' to `save_deactivate_mark'.
6
7 * eval.c (specpdl_ptr): Declare volatile.
8 (unbind_to): Copy the whole binding and decrement specpdl_ptr
9 before doing the work of unbinding it.
10
11 * lisp.h (struct specbinding): Declare elements volatile.
12 (specpdl_ptr): Declare volatile.
13
14 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
15
16 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
17 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
18
12003-05-08 Dave Love <fx@gnu.org> 192003-05-08 Dave Love <fx@gnu.org>
2 20
3 * coding.c (Vlast_coding_system_used): Doc fix. 21 * coding.c (Vlast_coding_system_used): Doc fix.