Mercurial > emacs
comparison lisp/ChangeLog @ 55016:a0f53ffa291a
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Apr 2004 20:58:30 +0000 |
parents | 992e27c1be23 |
children | a02bf82eebbd |
comparison
equal
deleted
inserted
replaced
55015:10dc0a48bc2c | 55016:a0f53ffa291a |
---|---|
1 2004-04-20 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * window.el (split-window-save-restore-data): | |
4 Don't update the data if OLD-INFO is nil. | |
5 | |
6 * view.el (view-return-to-alist): Mark it permanent local. | |
7 | |
8 * subr.el (event-modifiers): Fix the criterion for ASCII control chars. | |
9 | |
10 * recentf.el (recentf-save-list): Catch and warn about errors. | |
11 | |
12 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence | |
13 so "Buffers" won't be pure. | |
14 | |
15 * help-mode.el (help-mode-finish): Set help-return-alist first | |
16 thing, setting only the entry for the selected window. | |
17 | |
18 * help-fns.el (describe-function-1): If many non-control non-meta | |
19 keys run the command, don't list all of them. | |
20 | |
1 2004-04-20 Juanma Barranquero <lektu@terra.es> | 21 2004-04-20 Juanma Barranquero <lektu@terra.es> |
2 | 22 |
3 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER | 23 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER |
4 arg. Copied from Andre Spiegel's patch of 2004-03-21. | 24 arg. Copied from Andre Spiegel's patch of 2004-03-21. |
5 | 25 |