diff options
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dca8dba17de..23c86b1a3c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,9 +3,6 @@ | |||
| 3 | * net/tramp.el (tramp-ftp-method): New user option. | 3 | * net/tramp.el (tramp-ftp-method): New user option. |
| 4 | (tramp-invoke-ange-ftp): New function to forward calls to | 4 | (tramp-invoke-ange-ftp): New function to forward calls to |
| 5 | Ange-FTP. | 5 | Ange-FTP. |
| 6 | (tramp-open-connection-rsh): Support a kludgy feature for the | ||
| 7 | "-p" option to ssh. If host name is given as "host#42", uses the | ||
| 8 | "-p 42" option. | ||
| 9 | 6 | ||
| 10 | (with-parsed-tramp-file-name): New macro for the usual big `let' | 7 | (with-parsed-tramp-file-name): New macro for the usual big `let' |
| 11 | statement to dissect a file-name. | 8 | statement to dissect a file-name. |
| @@ -29,6 +26,10 @@ | |||
| 29 | (tramp-sh-extra-args): New variable. | 26 | (tramp-sh-extra-args): New variable. |
| 30 | (tramp-find-shell): Use it. | 27 | (tramp-find-shell): Use it. |
| 31 | 28 | ||
| 29 | (tramp-open-connection-rsh): Support a kludgy feature for the | ||
| 30 | "-p" option to ssh. If host name is given as "host#42", uses the | ||
| 31 | "-p 42" option. | ||
| 32 | |||
| 32 | 2002-06-25 Andreas Schwab <schwab@suse.de> | 33 | 2002-06-25 Andreas Schwab <schwab@suse.de> |
| 33 | 34 | ||
| 34 | * replace.el (occur-1): Avoid invalid message format string. | 35 | * replace.el (occur-1): Avoid invalid message format string. |