# HG changeset patch # User adrian # Date 1179600555 0 # Node ID 612182e9384fa9d263a9c74bb6cc0a73ac45f4fc # Parent 69c43a18172931878f0bdbafc2718bfa34a709b8 [xemacs-hg @ 2007-05-19 18:49:15 by adrian] revert CahngeLog leakage diff -r 69c43a181729 -r 612182e9384f src/ChangeLog --- a/src/ChangeLog Sat May 19 18:42:17 2007 +0000 +++ b/src/ChangeLog Sat May 19 18:49:15 2007 +0000 @@ -379,26 +379,6 @@ * sysdep.c (strlwr): Don't intermix declarations and code. (wcslen): ditto -2006-08-26 Adrian Aichner - - * eval.c (condition_case_1): GCPRO barg, instead of harg, before - calling (*bfun) (barg). - GCPRO harg before calling (*hfun) (c.val, harg). - GCPRO Lisp_Object members of local catchtag variable. - -2006-08-25 Adrian Aichner - - * gc.c: Comment out globals `backtrace' and `do_backtrace'. - * gc.c (gc_prepare): Add PROFILE_DECLARE and - PROFILE_RECORD_EXITING_SECTION. - * gc.c (gc_finish): Add PROFILE_DECLARE and - PROFILE_RECORD_ENTERING_SECTION. - * gc.c (gc_suspend_mark_phase): Add PROFILE_DECLARE and - PROFILE_RECORD_ENTERING_SECTION, move - PROFILE_RECORD_EXITING_SECTION to end. - * gc.c (gc_resume_mark_phase): Add PROFILE_DECLARE and - PROFILE_RECORD_EXITING_SECTION. - 2006-11-23 Aidan Kehoe * mule-coding.c (iso2022_decode):