diff options
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 |