Mercurial > emacs
diff lisp/ChangeLog @ 107170:1f564d6c5e1d
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
errors in copying directories.
(tramp-handle-add-name-to-file, tramp-handle-copy-directory)
(tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
(tramp-handle-delete-file)
(tramp-handle-dired-recursive-delete-directory)
(tramp-handle-write-region): Flush also the cache for the upper
directory.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 16 Feb 2010 17:03:29 +0100 |
parents | 282ddc0ca465 |
children | 6e6072f0c0a2 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 16 09:46:15 2010 -0500 +++ b/lisp/ChangeLog Tue Feb 16 17:03:29 2010 +0100 @@ -1,3 +1,14 @@ +2010-02-16 Michael Albinus <michael.albinus@gmx.de> + + * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix + errors in copying directories. + (tramp-handle-add-name-to-file, tramp-handle-copy-directory) + (tramp-do-copy-or-rename-file, tramp-handle-delete-directory) + (tramp-handle-delete-file) + (tramp-handle-dired-recursive-delete-directory) + (tramp-handle-write-region): Flush also the cache for the upper + directory. + 2010-02-16 Chong Yidong <cyd@stupidchicken.com> * simple.el (save-interprogram-paste-before-kill): Doc fix.