comparison src/ChangeLog @ 733:b1f74adcc1ff

[xemacs-hg @ 2002-01-22 20:40:00 by janv] Fix disabled-command-hook
author janv
date Tue, 22 Jan 2002 20:40:03 +0000
parents 46d76bae9921
children 8bd30fae1bce
comparison
equal deleted inserted replaced
732:b9b8621c2439 733:b1f74adcc1ff
1 2002-01-19 Jan Vroonhof <jan@xemacs.org>
2
3 * cmdloop.c: New variable Qdisabled_command_loop.
4 Move Vdisabled_command_loop declaration here.
5 * cmdloop.c (syms_of_cmdloop): Declare Qdisabled_command_loop.
6 * eval.c (Fcommand_execute): Use the value of the symbol not
7 the value of the value as the hook to run.
8 * event-stream.c: Remove declaration of Vdisabled_command_loop
9 * lisp.h: Declare Qdisabled_command_loop
10
1 2002-01-15 Adrian Aichner <adrian@xemacs.org> 11 2002-01-15 Adrian Aichner <adrian@xemacs.org>
2 12
3 * event-msw.c (mswindows_wnd_proc): Add handling of WM_SHOWWINDOW 13 * event-msw.c (mswindows_wnd_proc): Add handling of WM_SHOWWINDOW
4 to fix problem switching between virtual desktops under virtuawin 14 to fix problem switching between virtual desktops under virtuawin
5 virtual window manager. 15 virtual window manager.