Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 1313:671b65f2b075
[xemacs-hg @ 2003-02-20 01:12:25 by ben]
patch for crashes when deleting frames
eval.c: Don't check_quit() unless we're unbinding a real Lisp
`unwind-protect' since check_quit() does lots of weird things and
not all callers are prepared for it.
frame.c: Make absolutely sure there is no quit checking while we are in a
"critical section" during frame deletion.
author | ben |
---|---|
date | Thu, 20 Feb 2003 01:12:26 +0000 |
parents | 3f994430e7b9 |
children | 70921960b980 |
comparison
equal
deleted
inserted
replaced
1312:22741407fc1f | 1313:671b65f2b075 |
---|---|
1 2003-02-19 Ben Wing <ben@xemacs.org> | |
2 | |
3 * eval.c (unbind_to_hairy): | |
4 Don't check_quit() unless we're unbinding a real Lisp | |
5 `unwind-protect' since check_quit() does lots of weird things and | |
6 not all callers are prepared for it. | |
7 * frame.c: | |
8 * frame.c (delete_frame_internal): | |
9 Make absolutely sure there is no quit checking while we are in a | |
10 "critical section" during frame deletion. | |
11 | |
1 2003-02-16 Steve Youngs <youngs@xemacs.org> | 12 2003-02-16 Steve Youngs <youngs@xemacs.org> |
2 | 13 |
3 * XEmacs 21.5.11 "cabbage" is released. | 14 * XEmacs 21.5.11 "cabbage" is released. |
4 | 15 |
5 2003-02-15 Ben Wing <ben@xemacs.org> | 16 2003-02-15 Ben Wing <ben@xemacs.org> |