# HG changeset patch # User Richard M. Stallman # Date 1122146147 0 # Node ID 66efe03759a552b50ea4ff37c2e292b2bbf025ac # Parent bd56ec807f9a3d204ae22c7ec1a526a6f8ecad79 *** empty log message *** diff -r bd56ec807f9a -r 66efe03759a5 src/ChangeLog --- a/src/ChangeLog Sat Jul 23 19:15:32 2005 +0000 +++ b/src/ChangeLog Sat Jul 23 19:15:47 2005 +0000 @@ -1,3 +1,25 @@ +2005-07-23 Richard M. Stallman + + * insdel.c (syms_of_insdel): staticpro combine_after_change_buffer. + + * bytecode.c (MAYBE_GC): Test gc_cons_threshold and + gc_relative_threshold, one by one. + + * keyboard.c (read_char): Test gc_cons_threshold. + (syms_of_keyboard): staticpro Qecho_area_clear_hook. + + * eval.c (Feval, Ffuncall): Test gc_cons_threshold and + gc_relative_threshold, one by one. + + * alloc.c (gc_cons_threshold): Not static. + (gc_cons_combined_threshold): Var deleted. + (gc_relative_threshold): New variable. + (Fgarbage_collect, init_alloc_once): Compute gc_relative_threshold + instead of gc_cons_combined_threshold. + + * lisp.h (gc_cons_threshold, gc_relative_threshold): Declared. + (gc_cons_combined_threshold): Declaration deleted. + 2005-07-23 YAMAMOTO Mitsuharu * mac.c: Don't include stdlib.h or string.h.