# HG changeset patch # User Gerd Moellmann # Date 962974973 0 # Node ID cdd9c822e9943e5826d3a0eb2ef6772a4333708e # Parent 23cb074f9d884651bba8a17e1f54df75b8cd14d5 *** empty log message *** diff -r 23cb074f9d88 -r cdd9c822e994 etc/NEWS --- a/etc/NEWS Fri Jul 07 13:01:49 2000 +0000 +++ b/etc/NEWS Fri Jul 07 13:02:53 2000 +0000 @@ -499,6 +499,8 @@ 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 @@ 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 -r 23cb074f9d88 -r cdd9c822e994 lisp/ChangeLog --- a/lisp/ChangeLog Fri Jul 07 13:01:49 2000 +0000 +++ b/lisp/ChangeLog Fri Jul 07 13:02:53 2000 +0000 @@ -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.