comparison lisp/ChangeLog @ 46012:4a32aa8e2a7c

Reformat entry to comply with Emacs coding standards.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Wed, 26 Jun 2002 07:43:07 +0000
parents 113ae3bee2b1
children 278093843f21
comparison
equal deleted inserted replaced
46011:113ae3bee2b1 46012:4a32aa8e2a7c
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
7 (with-parsed-tramp-file-name): New macro for the usual big `let' 6 (with-parsed-tramp-file-name): New macro for the usual big `let'
8 statement to dissect a file-name. 7 statement to dissect a file-name.
9
10 (tramp-handle-make-symbolic-link, tramp-handle-load) 8 (tramp-handle-make-symbolic-link, tramp-handle-load)
11 (tramp-handle-file-name-directory) 9 (tramp-handle-file-name-directory)
12 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename) 10 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
13 (tramp-handle-file-truename, tramp-handle-file-directory-p) 11 (tramp-handle-file-truename, tramp-handle-file-directory-p)
14 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p) 12 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
15 (tramp-handle-file-writable-p, tramp-handle-file-writable-p): 13 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
16
17 Use the new macro and forward call to Ange-FTP if applicable. 14 Use the new macro and forward call to Ange-FTP if applicable.
18
19 (tramp-make-ange-ftp-file-name): New helper function to convert a 15 (tramp-make-ange-ftp-file-name): New helper function to convert a
20 file name into an Ange-FTP file name, used by 16 file name into an Ange-FTP file name, used by
21 `tramp-invoke-ange-ftp'. 17 `tramp-invoke-ange-ftp'.
22 18 (tramp-default-method-alist): New user option.
23 (tramp-default-method-alist): New user option.
24 (tramp-find-default-method): Use it. 19 (tramp-find-default-method): Use it.
25
26 (tramp-sh-extra-args): New variable. 20 (tramp-sh-extra-args): New variable.
27 (tramp-find-shell): Use it. 21 (tramp-find-shell): Use it.
28
29 (tramp-open-connection-rsh): Support a kludgy feature for the 22 (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 23 "-p" option to ssh. If host name is given as "host#42", uses the
31 "-p 42" option. 24 "-p 42" option.
32 25
33 2002-06-25 Andreas Schwab <schwab@suse.de> 26 2002-06-25 Andreas Schwab <schwab@suse.de>