comparison src/ChangeLog @ 50921:0c19fe613e38

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 May 2003 14:03:51 +0000
parents 289523dd4fa7
children b65b77c1b7ec
comparison
equal deleted inserted replaced
50920:997593980303 50921:0c19fe613e38
1 2003-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
1 2003-05-08 Dave Love <fx@gnu.org> 19 2003-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.
4 22
5 2003-05-07 Jason Rumney <jasonr@gnu.org> 23 2003-05-07 Jason Rumney <jasonr@gnu.org>