diff options
| author | Gerd Moellmann | 2000-07-07 13:02:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-07 13:02:53 +0000 |
| commit | 2f72fd2f688e8ca407f26d5b79dca9463c16fae5 (patch) | |
| tree | d34bfeb1ecf8e9987d51b04e7ac027e3de621605 | |
| parent | 3b36190124ca4b2559358ade463ebfb0feb45667 (diff) | |
| download | emacs-2f72fd2f688e8ca407f26d5b79dca9463c16fae5.tar.gz emacs-2f72fd2f688e8ca407f26d5b79dca9463c16fae5.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 13 |
2 files changed, 19 insertions, 0 deletions
| @@ -499,6 +499,8 @@ specifies a number of lines. If nil, don't resize. | |||
| 499 | 499 | ||
| 500 | Default is 0.25. | 500 | Default 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 | ||
| 504 | Hideshow is now at version 5.x. It uses a new algorithms for block | 506 | Hideshow is now at version 5.x. It uses a new algorithms for block |
| @@ -708,6 +710,10 @@ copy directories recursively. | |||
| 708 | in the shell command has a special meaning similar to `*', but with | 710 | in the shell command has a special meaning similar to `*', but with |
| 709 | the difference that the command will be run on each file individually. | 711 | the 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') | ||
| 714 | replaces the Dired buffer with the buffer for an alternate file or | ||
| 715 | directory. | ||
| 716 | |||
| 711 | ** The variable mail-specify-envelope-from controls whether to | 717 | ** The variable mail-specify-envelope-from controls whether to |
| 712 | use the -f option when sending mail. | 718 | use 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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-07-06 Gerd Moellmann <gerd@gnu.org> | 14 | 2000-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. |