comparison src/ChangeLog @ 4718:a27de91ae83c

Don't prevent display objects from being deleted for `post-command-hook'. 2009-10-11 Michael Sperber <mike@xemacs.org> * event-stream.c (post_command_hook): Run `post-command-hook' without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION - deleting other windows off that hook is legitimate.
author Mike Sperber <sperber@deinprogramm.de>
date Sun, 11 Oct 2009 17:26:40 +0200
parents fcc7e89d5e68
children 19d70297d866
comparison
equal deleted inserted replaced
4717:fcc7e89d5e68 4718:a27de91ae83c
1 2009-10-11 Michael Sperber <mike@xemacs.org>
2
3 * event-stream.c (post_command_hook): Run `post-command-hook'
4 without INHIBIT_EXISTING_PERMANENT_DISPLAY_OBJECT_DELETION -
5 deleting other windows off that hook is legitimate.
6
1 2009-10-08 Jerry James <james@xemacs.org> 7 2009-10-08 Jerry James <james@xemacs.org>
2 8
3 * bytecode.c (bytecode_arithop): Make divide-by-zero errors 9 * bytecode.c (bytecode_arithop): Make divide-by-zero errors
4 noncontinuable. 10 noncontinuable.
5 * floatfns.c (arith_error2): New macro for signaling divide-by-zero. 11 * floatfns.c (arith_error2): New macro for signaling divide-by-zero.