From: Gerd Moellmann Date: Fri, 7 Jul 2000 13:02:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f72fd2f688e8ca407f26d5b79dca9463c16fae5;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index d464e5a7467..e90a9aad41e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -499,6 +499,8 @@ specifies a number of lines. If nil, don't resize. Default is 0.25. +** The command `Info-search' now uses a search history. + ** Changes to hideshow.el Hideshow is now at version 5.x. It uses a new algorithms for block @@ -708,6 +710,10 @@ copy directories recursively. in the shell command has a special meaning similar to `*', but with the difference that the command will be run on each file individually. +*** The new command `dired-find-alternate-file' (usually bound to `a') +replaces the Dired buffer with the buffer for an alternate file or +directory. + ** The variable mail-specify-envelope-from controls whether to use the -f option when sending mail. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ad3bf68431..0fbc78b491d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2000-07-07 Gerd Moellmann + + * dired.el (dired-find-alternate-file): New function. + (dired-mode-map): Bind `a' to dired-find-alternate-file. + (toplevel): Require dired-aux when compiling. + (dired-buffers): Move defvar within file to avoid compiler warning. + + * info.el (Info-last-search): Variable removed. + (Info-search-history): New variable. + (Info-search): New Info-search-history. + + * battery.el, info-look.el: Change author's mail address. + 2000-07-06 Gerd Moellmann * lpr.el (lpr-page-header-switches): Add `-h' switch.