Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1130:ccd0667b4764
[xemacs-hg @ 2002-11-30 08:10:24 by ben]
To: xemacs-patches@xemacs.org
eval.c: Fix up C debugger entrance -- first output the error message, then
stack trace, then exiting message, then force debugger.
frame-msw.c: Use EQ not EQUAL to avoid
QUIT tripping.
toolbar-msw.c: Indentation fixes.
author | ben |
---|---|
date | Sat, 30 Nov 2002 08:10:26 +0000 |
parents | 37bdd24225ef |
children | dd61dd14b2a4 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 29 22:53:04 2002 +0000 +++ b/src/ChangeLog Sat Nov 30 08:10:26 2002 +0000 @@ -1,3 +1,15 @@ +2002-11-30 Ben Wing <ben@xemacs.org> + + * eval.c: + * eval.c (signal_call_debugger): + Fix up C debugger entrance -- first output the error message, then + stack trace, then exiting message, then force debugger. + + * frame-msw.c (mswindows_init_frame_1): Use EQ not EQUAL to avoid + QUIT tripping. + + * toolbar-msw.c (mswindows_clear_toolbar): Indentation fixes. + 2002-11-27 Ben Wing <ben@xemacs.org> * alloc.c: