aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-02-16 17:03:29 +0100
committerMichael Albinus2010-02-16 17:03:29 +0100
commitaac0b0f2be0f68669368b6050e4d0df26a9a8d9c (patch)
tree7c507c8dcca8c61d99a108c59a71b4548ebbb791 /lisp/ChangeLog
parentadad7a44dd1c08e2e68cb7daf095cdde35a3606d (diff)
downloademacs-aac0b0f2be0f68669368b6050e4d0df26a9a8d9c.tar.gz
emacs-aac0b0f2be0f68669368b6050e4d0df26a9a8d9c.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 64dff020286..17655fe4f6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12010-02-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
4 errors in copying directories.
5 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
6 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
7 (tramp-handle-delete-file)
8 (tramp-handle-dired-recursive-delete-directory)
9 (tramp-handle-write-region): Flush also the cache for the upper
10 directory.
11
12010-02-16 Chong Yidong <cyd@stupidchicken.com> 122010-02-16 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * simple.el (save-interprogram-paste-before-kill): Doc fix. 14 * simple.el (save-interprogram-paste-before-kill): Doc fix.