comparison lisp/ChangeLog @ 53206:0c19f1a19b2b

(tramp-chunksize): Extend docstring. Suggested by Charles Curley <charlescurley@charlescurley.com>. (tramp-multi-connection-function-alist): Add ssht entry which adds "-e none -t -t" to the list of ssh args. Suggested by Adrian Aichner. (tramp-get-method-parameter): New function to retrieve a method parameter. This allows for omission of method parameters. Callers adjusted.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 30 Nov 2003 18:15:22 +0000
parents ed27adf8b7ac
children 39fbad33ec6a
comparison
equal deleted inserted replaced
53205:ed27adf8b7ac 53206:0c19f1a19b2b
1 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
2 Version 2.0.38 of Tramp released.
3
4 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
5 Charles Curley <charlescurley@charlescurley.com>.
6 (tramp-multi-connection-function-alist): Add ssht entry which adds
7 "-e none -t -t" to the list of ssh args. Suggested by Adrian
8 Aichner.
9 (tramp-get-method-parameter): New function to retrieve a method
10 parameter. This allows for omission of method parameters.
11 Callers adjusted.
12
13 2003-11-25 Michael Albinus <Michael.Albinus@alcatel.de>
14
15 * net/tramp.el: Add new optional parameter ID-FORMAT to
16 `file-attributes'. Calls of `file-attributes' won't use this
17 parameter for backward compatibility reasons.
18 (tramp-perl-file-attributes): Add a new parameter to Perl script
19 in order to handle uid/gid as strings, if desired.
20 (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
21 `file-attributes' instead of `tramp-handle-file-attributes' in
22 order to make the function more general.
23 (tramp-handle-file-attributes): Replace proprietary optional
24 parameter NONNUMERIC by the recently (Emacs 21.4) introduced
25 ID-FORMAT.
26 (tramp-handle-file-attributes-with-perl): Handle parameter
27 NONNUMERIC if set. This wasn't done in the past.
28 (tramp-post-connection): Apply second parameter "$2" if
29 `tramp-remote-perl' is called.
30
31 * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
32 cut'n'waste error (`filename' instead of `directory').
33 (tramp-smb-handle-directory-files-and-attributes)
34 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
35 introduced parameter ID-FORMAT.
36 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
37 error (`directory' instead of `ldir').
38
39 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
40 `file-attributes' has a second parameter. If yes, apply it with
41 value "'integer". Otherwise, don't use that parameter (default is
42 integer format).
43
44
1 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> 45 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2 46
3 * help.el (help-map): Bind `display-local-help' to `C-h .'. 47 * help.el (help-map): Bind `display-local-help' to `C-h .'.
4 (help-for-help): Add `C-h .' to the listed Help options. 48 (help-for-help): Add `C-h .' to the listed Help options.
5 Remove trailing whitespace. 49 Remove trailing whitespace.