aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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