comparison lisp/ChangeLog @ 1601:442db3c3c43b

[xemacs-hg @ 2003-08-02 08:42:10 by michaels] 2003-07-31 Mike Sperber <mike@xemacs.org> * isearch-mode.el (isearch-mode-help): (isearch-update): (isearch-done): (isearch-edit-string): Change the way window configurations are handled: Formerly, the code would do `set-window-configuration' off `pre-command-hook' which isn't really allowed. (The old window-configuration code would quietly ignore this restriction.) Instead, save the window configuration only when someone asks for help, and restore afterwards, and otherwise leave it alone.
author michaels
date Sat, 02 Aug 2003 08:42:11 +0000
parents 75b8038f720e
children 5d5a604cb3ed
comparison
equal deleted inserted replaced
1600:98419bcfe892 1601:442db3c3c43b
1 2003-07-31 Mike Sperber <mike@xemacs.org>
2
3 * isearch-mode.el (isearch-mode-help):
4 (isearch-update):
5 (isearch-done):
6 (isearch-edit-string): Change the way window configurations are
7 handled: Formerly, the code would do `set-window-configuration'
8 off `pre-command-hook' which isn't really allowed. (The old
9 window-configuration code would quietly ignore this restriction.)
10 Instead, save the window configuration only when someone asks for
11 help, and restore afterwards, and otherwise leave it alone.
12
1 2003-07-24 Mike Sperber <mike@xemacs.org> 13 2003-07-24 Mike Sperber <mike@xemacs.org>
2 14
3 * post-gc.el (simple-finalizer-ephemerons): 15 * post-gc.el (simple-finalizer-ephemerons):
4 (add-finalizer): 16 (add-finalizer):
5 (cleanup-simple-finalizers): Implement simple object finalization. 17 (cleanup-simple-finalizers): Implement simple object finalization.