# HG changeset patch # User Richard M. Stallman # Date 1052489031 0 # Node ID 0c19fe613e38255d7057a51e4d71a2e7c38d08cb # Parent 997593980303e520a32ea9665498d04a8d384d3c *** empty log message *** diff -r 997593980303 -r 0c19fe613e38 src/ChangeLog --- a/src/ChangeLog Fri May 09 14:03:23 2003 +0000 +++ b/src/ChangeLog Fri May 09 14:03:51 2003 +0000 @@ -1,3 +1,21 @@ +2003-05-09 Richard M. Stallman + + * print.c (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'. + + * eval.c (specpdl_ptr): Declare volatile. + (unbind_to): Copy the whole binding and decrement specpdl_ptr + before doing the work of unbinding it. + + * lisp.h (struct specbinding): Declare elements volatile. + (specpdl_ptr): Declare volatile. + + * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling. + + * alloca.c: Test DO_BLOCK_INPUT rather than `emacs' + for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h. + 2003-05-08 Dave Love * coding.c (Vlast_coding_system_used): Doc fix.