Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1129:dcfac2888bf3 | 1130:ccd0667b4764 |
---|---|
1 2002-11-30 Ben Wing <ben@xemacs.org> | |
2 | |
3 * eval.c: | |
4 * eval.c (signal_call_debugger): | |
5 Fix up C debugger entrance -- first output the error message, then | |
6 stack trace, then exiting message, then force debugger. | |
7 | |
8 * frame-msw.c (mswindows_init_frame_1): Use EQ not EQUAL to avoid | |
9 QUIT tripping. | |
10 | |
11 * toolbar-msw.c (mswindows_clear_toolbar): Indentation fixes. | |
12 | |
1 2002-11-27 Ben Wing <ben@xemacs.org> | 13 2002-11-27 Ben Wing <ben@xemacs.org> |
2 | 14 |
3 * alloc.c: | 15 * alloc.c: |
4 * alloc.c (garbage_collect_1): | 16 * alloc.c (garbage_collect_1): |
5 Better redisplay-related assert. | 17 Better redisplay-related assert. |