Mercurial > emacs
comparison lisp/ChangeLog @ 30111:cdd9c822e994
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 07 Jul 2000 13:02:53 +0000 |
parents | c4efb75b4199 |
children | 88ffd1434bb2 |
comparison
equal
deleted
inserted
replaced
30110:23cb074f9d88 | 30111:cdd9c822e994 |
---|---|
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. |
4 (print-region-1): Don't hard code `-h' here. | 17 (print-region-1): Don't hard code `-h' here. |
5 | 18 |