diff options
| author | Kai Großjohann | 2003-11-30 18:15:22 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2003-11-30 18:15:22 +0000 |
| commit | c951aecb3091175d0e36ac8f62f8b5dfd073c382 (patch) | |
| tree | b84dbb6f4b5d81acd316b15a44a6f0c25ad55793 /lisp/ChangeLog | |
| parent | d344ecbbaeecbcd6f13e49424436c01fe190702e (diff) | |
| download | emacs-c951aecb3091175d0e36ac8f62f8b5dfd073c382.tar.gz emacs-c951aecb3091175d0e36ac8f62f8b5dfd073c382.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9b459145b8..2f500bff142 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,47 @@ | |||
| 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 .'. |