comparison lisp/ChangeLog @ 30131:f7f6fbff4b8c

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 10 Jul 2000 12:17:38 +0000
parents 0488ee625272
children 746a90123971
comparison
equal deleted inserted replaced
30130:28542f84f184 30131:f7f6fbff4b8c
1 2000-07-10 Gerd Moellmann <gerd@gnu.org>
2
3 * dired.el: Don't require `dired-aux'.
4
1 2000-07-10 Miles Bader <miles@lsi.nec.co.jp> 5 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
2 6
3 * dired-aux.el (dired-show-file-type): New function. 7 * dired-aux.el (dired-show-file-type): New function.
4 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type. 8 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5 (dired-show-file-type): Add autoload. 9 (dired-show-file-type): Add autoload.
14 18
15 * mouse.el (mouse-drag-region): Use functionp rather than fboundp. 19 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
16 20
17 2000-07-07 Gerd Moellmann <gerd@gnu.org> 21 2000-07-07 Gerd Moellmann <gerd@gnu.org>
18 22
19 * bindings.el: Bind ´[delete]' to delete-char. 23 * bindings.el: Bind `[delete]' to delete-char.
20 24
21 * dired.el (dired-find-alternate-file): New function. 25 * dired.el (dired-find-alternate-file): New function.
22 (dired-mode-map): Bind `a' to dired-find-alternate-file. 26 (dired-mode-map): Bind `a' to dired-find-alternate-file.
23 (toplevel): Require dired-aux when compiling. 27 (toplevel): Require dired-aux when compiling.
24 (dired-buffers): Move defvar within file to avoid compiler warning. 28 (dired-buffers): Move defvar within file to avoid compiler warning.