Mercurial > emacs
comparison lisp/ChangeLog @ 96942:b66427dd3221
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Wed, 23 Jul 2008 19:17:55 +0000 |
parents | fc592cc91901 |
children | 54e09977a797 |
comparison
equal
deleted
inserted
replaced
96941:940a290a5646 | 96942:b66427dd3221 |
---|---|
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 |
4 comint-dynamic-complete-filename as well (bug#361). | 16 comint-dynamic-complete-filename as well (bug#361). |
5 | 17 |