diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bb2855cbd2b..0ac85bf8ceb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2009-04-14 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-handle-dired-recursive-delete-directory): | ||
| 4 | Fix an error in flushing cache data. | ||
| 5 | (tramp-handle-process-file): Flush all file cache values for the | ||
| 6 | connection, because the remote process could have changed them. | ||
| 7 | Suggested by Stefan Monnier <monnier@iro.umontreal.ca>. | ||
| 8 | Handle QUIT. | ||
| 9 | |||
| 10 | * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data | ||
| 11 | of directory "". | ||
| 12 | |||
| 1 | 2009-04-14 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2009-04-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * minibuffer.el (completion--try-word-completion): Don't disable | 15 | * minibuffer.el (completion--try-word-completion): Don't disable |