diff options
| author | Kai Großjohann | 2002-09-22 13:01:10 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-09-22 13:01:10 +0000 |
| commit | 1fc85daee037058b772d7fa2726bc939fae4720c (patch) | |
| tree | 2b8b61c21545e4624d68e7bc03848d57a977121f /lisp/ChangeLog | |
| parent | f8aba1ce998c2cb33e1dfa2741aedb4a2ae2f1ca (diff) | |
| download | emacs-1fc85daee037058b772d7fa2726bc939fae4720c.tar.gz emacs-1fc85daee037058b772d7fa2726bc939fae4720c.zip | |
* dired.el (dired-insert-directory): Always add "--dired" to to
SWITCHES for remote files.
* files.el (insert-directory): Comment saying that "--dired"
might be in the SWITCHES.
* net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
(ange-ftp-insert-directory): Comment explaining "--dired"
handling.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0907bc2bdf0..a020a64bc27 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de> | ||
| 2 | |||
| 3 | * dired.el (dired-insert-directory): Always add "--dired" to to | ||
| 4 | SWITCHES for remote files. | ||
| 5 | * files.el (insert-directory): Comment saying that "--dired" | ||
| 6 | might be in the SWITCHES. | ||
| 7 | * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS. | ||
| 8 | (ange-ftp-insert-directory): Comment explaining "--dired" | ||
| 9 | handling. | ||
| 10 | |||
| 1 | 2002-09-21 Markus Rost <rost@math.ohio-state.edu> | 11 | 2002-09-21 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 12 | ||
| 3 | * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._- | 13 | * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._- |