comparison lisp/ChangeLog @ 46011:113ae3bee2b1

Reformat entry.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Tue, 25 Jun 2002 20:12:02 +0000
parents d07b0e5f80b9
children 4a32aa8e2a7c
comparison
equal deleted inserted replaced
46010:d07b0e5f80b9 46011:113ae3bee2b1
1 2002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 1 2002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 2
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.
12 9
13 (tramp-handle-make-symbolic-link, tramp-handle-load) 10 (tramp-handle-make-symbolic-link, tramp-handle-load)
26 (tramp-default-method-alist): New user option. 23 (tramp-default-method-alist): New user option.
27 (tramp-find-default-method): Use it. 24 (tramp-find-default-method): Use it.
28 25
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.
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.
31 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.
35 36