/[tramp]/tramp/lisp/ChangeLog
ViewVC logotype

Diff of /tramp/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.190 by kai, Sat Sep 7 17:42:53 2002 UTC revision 2.191 by albinus, Sun Sep 8 18:35:11 2002 UTC
# Line 1  Line 1 
1    2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
2    
3            * tramp.el (tramp-methods): Remove `tramp-completion-function'
4            entries. They are handled now by `tramp-completion-function-alist'.
5            (tramp-completion-function): Defvar removed. I've never used
6            it. Hmm.
7            (tramp-get-completion-function)
8            (tramp-get-completion-rsh, tramp-get-completion-ssh)
9            (tramp-get-completion-telnet, tramp-get-completion-su): Functions
10            removed as well. Not necessary any longer due to extended
11            customization means.
12            (tramp-completion-function-alist): New defcustom. Holds all
13            FUNCTION FILE pairs used for user and host name completion
14            relevant for METHOD.
15            (tramp-completion-function-alist-rsh)
16            (tramp-completion-function-alist-ssh)
17            (tramp-completion-function-alist-telnet)
18            (tramp-completion-function-alist-su): Defconst for initializing
19            `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
20            values are known for me until now. Needs to be completed for at
21            least VMS++ like operating systems.
22            (tramp-set-completion-function)
23            (tramp-get-completion-function): New functions for configuration
24            of `tramp-completion-function-alist'. The old definition of
25            `tramp-get-completion-function' has been discarded.
26            (tramp-completion-handle-file-name-all-completions): Change
27            function call for user/host completion according to definition in
28            `tramp-completion-function-alist'.
29            (tramp-parse-passwd): Added exception handling for "root", because
30            `tramp-get-completion-su' (the previous place for this stuff)
31            doesn't exist any longer.
32            
33  2002-09-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>  2002-09-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
34    
35          * tramp.el (tramp-enter-password): Use          * tramp.el (tramp-enter-password): Use

Legend:
Removed from v.2.190  
changed lines
  Added in v.2.191

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26