comparison lisp/ChangeLog @ 47578:6e910ba94c42

Version 2.0.22 released. (tramp-parse-rhosts, tramp-parse-shosts) (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but `add-to-list' for performance reasons. (tramp-get-completion-user-host): Return `nil' in case both `user' and 'host' are empty (not necessarily `nil'. (tramp-parse-netrc, tramp-parse-netrc-group): New functions. (tramp-user-regexp): " \t" are not user regexp characters. (tramp-completion-handle-file-name-all-completions): Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix completely, and it returns local completions as well. (tramp-completion-function-alist-ftp): New constant. (tramp-completion-function-alist): Add completion function for "ftp". From Michael Albinus <Michael.Albinus@alcatel.de>.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 22 Sep 2002 17:39:18 +0000
parents 20336ef6b20a
children a92deaf38682
comparison
equal deleted inserted replaced
47577:20336ef6b20a 47578:6e910ba94c42
1 2002-09-22 Kai Gro,b_(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
2
3 * net/tramp.el: Version 2.0.22 released.
4 (tramp-parse-rhosts, tramp-parse-shosts)
5 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
6 `add-to-list' for performance reasons.
7 (tramp-get-completion-user-host): Return `nil' in case both `user'
8 and 'host' are empty (not necessarily `nil'.
9 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
10 (tramp-user-regexp): " \t" are not user regexp characters.
11 (tramp-completion-handle-file-name-all-completions): Remove
12 Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
13 completely, and it returns local completions as well.
14 (tramp-completion-function-alist-ftp): New constant.
15 (tramp-completion-function-alist): Add completion function for
16 "ftp".
17 From Michael Albinus <Michael.Albinus@alcatel.de>.
18
1 2002-09-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 19 2002-09-22 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 20
3 * net/tramp.el: Version 2.0.21 released. 21 * net/tramp.el: Version 2.0.21 released.
4 (tramp-handle-file-newer-than-file-p): If mtime of both files is 22 (tramp-handle-file-newer-than-file-p): If mtime of both files is
5 known, return a useful result. Better error message in case one 23 known, return a useful result. Better error message in case one