diff options
| author | Michael Albinus | 2008-07-23 19:17:55 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-07-23 19:17:55 +0000 |
| commit | 2296b54d601490849ce3555ea033ca906c29eda7 (patch) | |
| tree | 218a7c541c7a9251db19cc6c145c7d4bba7779c7 /lisp/ChangeLog | |
| parent | 49e3189d6a931a1f3e25f354b1a9f843b7b43b67 (diff) | |
| download | emacs-2296b54d601490849ce3555ea033ca906c29eda7.tar.gz emacs-2296b54d601490849ce3555ea033ca906c29eda7.zip | |
* net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
"scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
(tramp-temp-buffer-name): New defconst.
(tramp-handle-start-file-process): Use it. Apply "exec", for the
command. No trailing prompt.
(tramp-process-sentinel): Remove temporary buffer, if existing.
Don't handle trailing prompt.
(tramp-open-connection-setup-interactive-shell): Use
`tramp-temp-buffer-name'.
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 2b026879524..ba139b20f56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-07-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1", | ||
| 4 | "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx". | ||
| 5 | (tramp-temp-buffer-name): New defconst. | ||
| 6 | (tramp-handle-start-file-process): Use it. Apply "exec", for the | ||
| 7 | command. No trailing prompt. | ||
| 8 | (tramp-process-sentinel): Remove temporary buffer, if existing. | ||
| 9 | Don't handle trailing prompt. | ||
| 10 | (tramp-open-connection-setup-interactive-shell): Use | ||
| 11 | `tramp-temp-buffer-name'. | ||
| 12 | |||
| 1 | 2008-07-23 Chong Yidong <cyd@stupidchicken.com> | 13 | 2008-07-23 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * shell.el (shell-dynamic-complete-functions): Use | 15 | * shell.el (shell-dynamic-complete-functions): Use |