Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4554:4953b7353349
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 03 May 2008 13:09:06 +0200 |
parents | 9c1cfceab252 1d41b9bcf74f |
children | 20c32e489235 |
comparison
equal
deleted
inserted
replaced
4553:75654496fa0e | 4554:4953b7353349 |
---|---|
1 2008-04-13 Henry S. Thompson <ht@inf.ed.ac.uk>, Mike Sperber <mike@xemacs.org> | |
2 | |
3 * window-xemacs.el (save-window-excursion/mapping, | |
4 set-window-configuration/mapping): Add. These function return an | |
5 alist mapping the window objects from the original window | |
6 configuration to the window objects corresponding to them in the | |
7 restored configuration. | |
8 (set-window-configuration): | |
9 (saved-window): | |
10 (root-window->saved-window): | |
11 (really-set-window-configuration): | |
12 (restore-saved-window): Record the mapping for above functions. | |
13 | |
14 2008-04-12 Henry S. Thompson <ht@inf.ed.ac.uk> | |
15 | |
16 * window-xemacs.el (real-split-window, real-delete-window): Define | |
17 these to the original definitions of `split-window' and | |
18 `delete-window', and use them in the window-configuration code to | |
19 make sure it doesn't get affected by advice to these functions. | |
20 | |
21 2008-04-10 Aidan Kehoe <kehoea@parhasard.net> | |
22 | |
23 * help.el (describe-function-1): | |
24 Rely on #'symbol-file to tell which file an autoloaded function | |
25 belongs to, don't special-case them. | |
26 | |
27 2008-03-19 Stephen J. Turnbull <stephen@xemacs.org> | |
28 | |
29 * custom.el (custom-theme-reset-internal): Fix call to get (symbol | |
30 and property were reversed). | |
31 | |
1 2008-03-12 Mike Sperber <mike@xemacs.org> | 32 2008-03-12 Mike Sperber <mike@xemacs.org> |
2 | 33 |
3 * window-xemacs.el (restore-saved-window): Restore window | 34 * window-xemacs.el (restore-saved-window): Restore window |
4 parameters right after splitting, rather than after traversing the | 35 parameters right after splitting, rather than after traversing the |
5 other children. | 36 other children. |