diff options
| author | Michael Albinus | 2010-12-02 20:34:31 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-12-02 20:34:31 +0100 |
| commit | 66feec8bbe23ad4979905e9f6fae807b27cc33de (patch) | |
| tree | 771481b70f95ae961dc9f3fb5efa420abcaf244b /lisp/ChangeLog | |
| parent | 05907bb3aa0e68c594a0a06c5adaa75fe9817fbf (diff) | |
| download | emacs-66feec8bbe23ad4979905e9f6fae807b27cc33de.tar.gz emacs-66feec8bbe23ad4979905e9f6fae807b27cc33de.zip | |
* net/tramp.el (tramp-local-host-regexp): Add "localhost6".
(tramp-file-name-port): Check also for `tramp-default-port'.
(tramp-get-connection-name): New defun.
(tramp-get-connection-process): Use it.
(tramp-debug-message): Extend function exclude list.
(tramp-drop-volume-letter): Fix doc string.
* net/tramp-cmds.el: Remove solved todo item.
* net/tramp-efs.el:
* net/tramp-ftp.el:
* net/tramp-gvfs.el:
* net/tramp-gw.el:
* net/tramp-imap.el:
* net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
and `tramp-default-user-alist', respectively.
* net/tramp-gw.el (tramp-gw-open-connection): Use
`tramp-get-connection-name' and `tramp-get-connection-buffer'.
* net/tramp-imap.el (tramp-imap-make-iht): Use just
`tramp-file-name-port'.
* net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
and "psftp". Exchange "%k" marker with options.
(tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
Compute size of link target.
(tramp-do-copy-or-rename-file-out-of-band). Move setting of
`tramp-current-*' up due to gateway methods. Optimze computing of
copy arguments. Use `tramp-get-connection-name' and
`tramp-get-connection-buffer'. Improve debug messages.
(tramp-compute-multi-hops): Remove port determination.
(tramp-maybe-open-connection): Use `tramp-get-connection-name'.
* net/trampver.el: Update release number.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 502a6c65f42..97bf1606ac7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2010-12-02 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-local-host-regexp): Add "localhost6". | ||
| 4 | (tramp-file-name-port): Check also for `tramp-default-port'. | ||
| 5 | (tramp-get-connection-name): New defun. | ||
| 6 | (tramp-get-connection-process): Use it. | ||
| 7 | (tramp-debug-message): Extend function exclude list. | ||
| 8 | (tramp-drop-volume-letter): Fix doc string. | ||
| 9 | |||
| 10 | * net/tramp-cmds.el: Remove solved todo item. | ||
| 11 | |||
| 12 | * net/tramp-efs.el: | ||
| 13 | * net/tramp-ftp.el: | ||
| 14 | * net/tramp-gvfs.el: | ||
| 15 | * net/tramp-gw.el: | ||
| 16 | * net/tramp-imap.el: | ||
| 17 | * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist' | ||
| 18 | and `tramp-default-user-alist', respectively. | ||
| 19 | |||
| 20 | * net/tramp-gw.el (tramp-gw-open-connection): Use | ||
| 21 | `tramp-get-connection-name' and `tramp-get-connection-buffer'. | ||
| 22 | |||
| 23 | * net/tramp-imap.el (tramp-imap-make-iht): Use just | ||
| 24 | `tramp-file-name-port'. | ||
| 25 | |||
| 26 | * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp" | ||
| 27 | and "psftp". Exchange "%k" marker with options. | ||
| 28 | (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy): | ||
| 29 | Compute size of link target. | ||
| 30 | (tramp-do-copy-or-rename-file-out-of-band). Move setting of | ||
| 31 | `tramp-current-*' up due to gateway methods. Optimze computing of | ||
| 32 | copy arguments. Use `tramp-get-connection-name' and | ||
| 33 | `tramp-get-connection-buffer'. Improve debug messages. | ||
| 34 | (tramp-compute-multi-hops): Remove port determination. | ||
| 35 | (tramp-maybe-open-connection): Use `tramp-get-connection-name'. | ||
| 36 | |||
| 37 | * net/trampver.el: Update release number. | ||
| 38 | |||
| 1 | 2010-12-02 Glenn Morris <rgm@gnu.org> | 39 | 2010-12-02 Glenn Morris <rgm@gnu.org> |
| 2 | 40 | ||
| 3 | * emacs-lisp/cl-macs.el (cl-parse-loop-clause): | 41 | * emacs-lisp/cl-macs.el (cl-parse-loop-clause): |