aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-07 13:02:53 +0000
committerGerd Moellmann2000-07-07 13:02:53 +0000
commit2f72fd2f688e8ca407f26d5b79dca9463c16fae5 (patch)
treed34bfeb1ecf8e9987d51b04e7ac027e3de621605
parent3b36190124ca4b2559358ade463ebfb0feb45667 (diff)
downloademacs-2f72fd2f688e8ca407f26d5b79dca9463c16fae5.tar.gz
emacs-2f72fd2f688e8ca407f26d5b79dca9463c16fae5.zip
*** empty log message ***
-rw-r--r--etc/NEWS6
-rw-r--r--lisp/ChangeLog13
2 files changed, 19 insertions, 0 deletions
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.
499 499
500Default is 0.25. 500Default is 0.25.
501 501
502** The command `Info-search' now uses a search history.
503
502** Changes to hideshow.el 504** Changes to hideshow.el
503 505
504Hideshow is now at version 5.x. It uses a new algorithms for block 506Hideshow is now at version 5.x. It uses a new algorithms for block
@@ -708,6 +710,10 @@ copy directories recursively.
708in the shell command has a special meaning similar to `*', but with 710in the shell command has a special meaning similar to `*', but with
709the difference that the command will be run on each file individually. 711the difference that the command will be run on each file individually.
710 712
713*** The new command `dired-find-alternate-file' (usually bound to `a')
714replaces the Dired buffer with the buffer for an alternate file or
715directory.
716
711** The variable mail-specify-envelope-from controls whether to 717** The variable mail-specify-envelope-from controls whether to
712use the -f option when sending mail. 718use the -f option when sending mail.
713 719
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6ad3bf68431..0fbc78b491d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12000-07-07 Gerd Moellmann <gerd@gnu.org>
2
3 * dired.el (dired-find-alternate-file): New function.
4 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5 (toplevel): Require dired-aux when compiling.
6 (dired-buffers): Move defvar within file to avoid compiler warning.
7
8 * info.el (Info-last-search): Variable removed.
9 (Info-search-history): New variable.
10 (Info-search): New Info-search-history.
11
12 * battery.el, info-look.el: Change author's mail address.
13
12000-07-06 Gerd Moellmann <gerd@gnu.org> 142000-07-06 Gerd Moellmann <gerd@gnu.org>
2 15
3 * lpr.el (lpr-page-header-switches): Add `-h' switch. 16 * lpr.el (lpr-page-header-switches): Add `-h' switch.