]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Nov 2009 00:03:34 +0000 (00:03 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Nov 2009 00:03:34 +0000 (00:03 +0000)
lisp/ChangeLog

index 81e6b9f10b26bd91e8dc1bd28f1ae13cb1e1ffd3..5e6f2cc1ecc4568a34cb29da3b6043c78c031740 100644 (file)
@@ -1,3 +1,23 @@
+2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.1.17.
+
+       * net/tramp.el (tramp-handle-copy-directory): Don't use
+       `file-remote-p' (due to compatibility).
+
+       * net/tramp-compat.el (tramp-compat-copy-directory)
+       (tramp-compat-delete-directory): New defuns.
+
+       * net/tramp-fish.el (tramp-fish-handle-delete-directory):
+       * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
+       `tramp-compat-delete-directory'.
+
+       * net/tramp-smb.el (tramp-smb-handle-copy-directory)
+       (tramp-smb-handle-delete-directory ): Use
+       `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
+
+       * net/trampver.el: Update release number.
+
 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
 
        * tar-mode.el (tar-copy): Call write-region on the right buffer