comparison lisp/ChangeLog @ 30115:88ffd1434bb2

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 07 Jul 2000 14:15:55 +0000
parents cdd9c822e994
children b235edbd96c8
comparison
equal deleted inserted replaced
30114:50c69ce6e1b0 30115:88ffd1434bb2
1 2000-07-07 Gerd Moellmann <gerd@gnu.org> 1 2000-07-07 Gerd Moellmann <gerd@gnu.org>
2
3 * bindings.el: Bind ´[delete]' to delete-char.
2 4
3 * dired.el (dired-find-alternate-file): New function. 5 * dired.el (dired-find-alternate-file): New function.
4 (dired-mode-map): Bind `a' to dired-find-alternate-file. 6 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5 (toplevel): Require dired-aux when compiling. 7 (toplevel): Require dired-aux when compiling.
6 (dired-buffers): Move defvar within file to avoid compiler warning. 8 (dired-buffers): Move defvar within file to avoid compiler warning.
8 * info.el (Info-last-search): Variable removed. 10 * info.el (Info-last-search): Variable removed.
9 (Info-search-history): New variable. 11 (Info-search-history): New variable.
10 (Info-search): New Info-search-history. 12 (Info-search): New Info-search-history.
11 13
12 * battery.el, info-look.el: Change author's mail address. 14 * battery.el, info-look.el: Change author's mail address.
15
16 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
17
18 * mail/rmail.el (rmail-clear-headers): Don't throw an error
19 if rmail-ignored-headers is nil.
20 (rmail-retry-failure): Bind rmail-ignored-headers and
21 rmail-displayed-headers to nil.
13 22
14 2000-07-06 Gerd Moellmann <gerd@gnu.org> 23 2000-07-06 Gerd Moellmann <gerd@gnu.org>
15 24
16 * lpr.el (lpr-page-header-switches): Add `-h' switch. 25 * lpr.el (lpr-page-header-switches): Add `-h' switch.
17 (print-region-1): Don't hard code `-h' here. 26 (print-region-1): Don't hard code `-h' here.