aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2003-05-09 14:03:51 +0000
committerRichard M. Stallman2003-05-09 14:03:51 +0000
commitca2de34225f857715a8b030261f3102005d7b036 (patch)
tree7ba2c1d21130183ecddf099212ea340724b4cb0c /src/ChangeLog
parent611a8f8c1fd311aa28e94b870e7ec2c2ab059353 (diff)
downloademacs-ca2de34225f857715a8b030261f3102005d7b036.tar.gz
emacs-ca2de34225f857715a8b030261f3102005d7b036.zip
(Fprin1_to_string): Instead of gcpro, set abort_on_gc.
Bind Qinhibit_modification_hooks to t so there will be no GC. Rename local `tem' to `save_deactivate_mark'.
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.