diff options
| author | Michael Albinus | 2012-01-22 13:55:36 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-01-22 13:55:36 +0100 |
| commit | a5509865d7a0dd40bfb6217693ca2684a517d6d0 (patch) | |
| tree | 34bd85d05e1aabf75862ea1d4ca742af23518e4a /lisp/ChangeLog | |
| parent | 0dc422898a3db349fd4f54ea1dae9458b004ec34 (diff) | |
| download | emacs-a5509865d7a0dd40bfb6217693ca2684a517d6d0.tar.gz emacs-a5509865d7a0dd40bfb6217693ca2684a517d6d0.zip | |
* net/tramp.el (tramp-action-login): Set connection property "login-as".
* net/tramp-cache.el (tramp-dump-connection-properties): Do not dump
properties, when "login-as" is set.
* net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
(tramp-default-user-alist): Don't add "pscp".
(tramp-do-copy-or-rename-file-out-of-band): Use connection
property "login-as", if set. (Bug#10530)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63679e1580f..8ada003d23d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2012-01-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-action-login): Set connection property "login-as". | ||
| 4 | |||
| 5 | * net/tramp-cache.el (tramp-dump-connection-properties): Do not dump | ||
| 6 | properties, when "login-as" is set. | ||
| 7 | |||
| 8 | * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp". | ||
| 9 | (tramp-default-user-alist): Don't add "pscp". | ||
| 10 | (tramp-do-copy-or-rename-file-out-of-band): Use connection | ||
| 11 | property "login-as", if set. (Bug#10530) | ||
| 12 | |||
| 1 | 2012-01-21 Michael Albinus <michael.albinus@gmx.de> | 13 | 2012-01-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 14 | ||
| 3 | * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink", | 15 | * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink", |