comparison src/ChangeLog @ 5722:fffa15138019

Don't complain about throws out of `post-command-hook'. 2013-02-22 Michael Sperber <mike@xemacs.org> * event-stream.c (post_command_hook): Don't complain about throws out of `post-command-hook'. This is quite common, for example to exit the minibuffer.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 22 Feb 2013 16:18:37 +0100
parents 1003acd5a4b8
children ede80ef92a74
comparison
equal deleted inserted replaced
5721:cc852bdbdbaa 5722:fffa15138019
1 2013-02-22 Michael Sperber <mike@xemacs.org>
2
3 * event-stream.c (post_command_hook): Don't complain about throws
4 out of `post-command-hook'. This is quite common, for example to
5 exit the minibuffer.
6
1 2013-02-04 Vin Shelton <acs@xemacs.org> 7 2013-02-04 Vin Shelton <acs@xemacs.org>
2 8
3 * syswindows.h: Fix the cygwin build by supporting win32api 3.14 9 * syswindows.h: Fix the cygwin build by supporting win32api 3.14
4 through appropriate guard macros. Thanks to Mats Lidell. 10 through appropriate guard macros. Thanks to Mats Lidell.
5 11