aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 232173168c0..8ba6c959b01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,23 @@
12004-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
12004-04-20 Juanma Barranquero <lektu@terra.es> 212004-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