Mercurial > emacs
changeset 105463:a6955067f932
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Mon, 05 Oct 2009 11:30:52 +0000 |
parents | f6c5cf0fc0c9 |
children | 76a516268e2c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 05 11:30:31 2009 +0000 +++ b/lisp/ChangeLog Mon Oct 05 11:30:52 2009 +0000 @@ -4,6 +4,19 @@ (delete-directory): Use it. (copy-directory): Use it. Remove parameter PRESERVE-UID-GID. + * net/tramp.el (tramp-verbose): Fix docstring. + (tramp-methods): Add recursive option to `tramp-copy-args'. Add + `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", + "scp1_old", "scp2_old", "rsync", "rsyncc". + (tramp-default-method): Check also for + `auth-source-user-or-password'. + (tramp-file-name-handler-alist, tramp-file-name-for-operation): + Add handler for `copy-directory'. + (tramp-handle-copy-directory): New defun. + (tramp-do-copy-or-rename-file-out-of-band): Handle directory case. + (tramp-handle-start-file-process): Raise an error when PROGRAM is + nil. Optimize sent command. + 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca> * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar