]> code.delx.au - gnu-emacs/commit
Version 2.0.22 released.
authorKai Großjohann <kgrossjo@eu.uu.net>
Sun, 22 Sep 2002 17:39:18 +0000 (17:39 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sun, 22 Sep 2002 17:39:18 +0000 (17:39 +0000)
commit292ffc15564ef7a1e869b7735804794c5a347f45
tree66c6e6426f4bbfb019a7b92fbddd879533da6756
parent91879624ba4e260553f5f66978fba871ff0b6ab9
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>.
lisp/ChangeLog
lisp/net/tramp.el
man/tramp.texi