diff options
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): |