diff options
| author | Michael Albinus | 2010-02-04 17:25:57 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-02-04 17:25:57 +0100 |
| commit | d5b3979c8a0129ab007179a8d6e554dfbcfaa24d (patch) | |
| tree | 29a4f60bb891e4e4f8f5136b1215f9229f446a26 /lisp/ChangeLog | |
| parent | 6c594ec63d2a81aabd59883d0ae1baffa77b2dd0 (diff) | |
| download | emacs-d5b3979c8a0129ab007179a8d6e554dfbcfaa24d.tar.gz emacs-d5b3979c8a0129ab007179a8d6e554dfbcfaa24d.zip | |
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
`dired-uncache' for every elemnt which is an absolute file name.
* net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
directory, handle its directory component.
(tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
function is called permanently and creates noise, otherwise.
* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de3446fd524..baf62e0b013 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2010-02-04 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call | ||
| 4 | `dired-uncache' for every elemnt which is an absolute file name. | ||
| 5 | |||
| 6 | * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a | ||
| 7 | directory, handle its directory component. | ||
| 8 | (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this | ||
| 9 | function is called permanently and creates noise, otherwise. | ||
| 10 | |||
| 11 | * net/tramp-imap.el (tramp-imap-handle-insert-directory): | ||
| 12 | * net/tramp-smb.el (tramp-smb-handle-insert-directory): | ||
| 13 | Handle the case, FILENAME is not in `default-directory'. (Bug#5478) | ||
| 14 | |||
| 1 | 2010-02-04 David Burger <dburger@google.com> (tiny change) | 15 | 2010-02-04 David Burger <dburger@google.com> (tiny change) |
| 2 | 16 | ||
| 3 | * macros.el (apply-macro-to-region-lines): | 17 | * macros.el (apply-macro-to-region-lines): |