aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2009-10-05 11:30:52 +0000
committerMichael Albinus2009-10-05 11:30:52 +0000
commit263c02efe258e230b4d820f03422959b05368702 (patch)
tree1362fe74cb1fedae76beb71213d53949cde4045b /lisp/ChangeLog
parent804543b5c06bcb56640d2239a14032fea5b8aa4a (diff)
downloademacs-263c02efe258e230b4d820f03422959b05368702.tar.gz
emacs-263c02efe258e230b4d820f03422959b05368702.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e4a94b55c92..3dba231e6c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,19 @@
4 (delete-directory): Use it. 4 (delete-directory): Use it.
5 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID. 5 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
6 6
7 * net/tramp.el (tramp-verbose): Fix docstring.
8 (tramp-methods): Add recursive option to `tramp-copy-args'. Add
9 `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
10 "scp1_old", "scp2_old", "rsync", "rsyncc".
11 (tramp-default-method): Check also for
12 `auth-source-user-or-password'.
13 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14 Add handler for `copy-directory'.
15 (tramp-handle-copy-directory): New defun.
16 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17 (tramp-handle-start-file-process): Raise an error when PROGRAM is
18 nil. Optimize sent command.
19
72009-10-05 Stefan Monnier <monnier@iro.umontreal.ca> 202009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8 21
9 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar 22 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar