X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8dacfbde2d4d638309be2795dd20436075645147..cc9684e8bd62af56ff156bba2cd527c796c29b2c:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9401e2478b..57b865e7c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2001-05-20 Richard M. Stallman + + * mail/rmail.el (rmail-retry-failure): Do save-window-excursion. + + * info.el (Info-read-subfile): Widen before finding the + desired node in the subfile. + + * startup.el (command-line-1): When >2 files visited, + leave the last one visible, and make that the selected window. + +2001-05-20 Gerd Moellmann + + * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'. + 2001-05-20 Eli Zaretskii * international/ccl.el (define-ccl-program): Fix a typo. From @@ -30,8 +44,8 @@ * eshell/esh-cmd.el (eshell/which): Use `eshell-explicit-command-char' instead of ?*. - * eshell/em-cmpl.el (eshell-completion-command-name, - eshell-complete-commands-list): Use `eshell-explicit-command-char' + * eshell/em-cmpl.el (eshell-completion-command-name) + (eshell-complete-commands-list): Use `eshell-explicit-command-char' instead of ?*. 2001-05-18 Gerd Moellmann