tramp-checkins
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tramp-checkins] tramp/lisp ChangeLog tramp.el


From: Michael Albinus
Subject: [Tramp-checkins] tramp/lisp ChangeLog tramp.el
Date: Sun, 08 Sep 2002 14:35:11 -0400

CVSROOT:        /cvsroot/tramp
Module name:    tramp
Changes by:     Michael Albinus <address@hidden>        02/09/08 14:35:11

Modified files:
        lisp           : ChangeLog tramp.el 

Log message:
        2002-09-08  Michael Albinus  <address@hidden>
        
        * tramp.texi (Configuration): New node `Customizing Completion'.
        (Usage): New node `Filename completion'. Respective sentences from
        node `Dired' moved to.
        
        2002-09-07  Michael Albinus  <address@hidden>
        
        * tramp.el (tramp-methods): Remove `tramp-completion-function'
        entries. They are handled now by `tramp-completion-function-alist'.
        (tramp-completion-function): Defvar removed. I've never used
        it. Hmm.
        (tramp-get-completion-function)
        (tramp-get-completion-rsh, tramp-get-completion-ssh)
        (tramp-get-completion-telnet, tramp-get-completion-su): Functions
        removed as well. Not necessary any longer due to extended
        customization means.
        (tramp-completion-function-alist): New defcustom. Holds all
        FUNCTION FILE pairs used for user and host name completion
        relevant for METHOD.
        (tramp-completion-function-alist-rsh)
        (tramp-completion-function-alist-ssh)
        (tramp-completion-function-alist-telnet)
        (tramp-completion-function-alist-su): Defconst for initializing
        `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
        values are known for me until now. Needs to be completed for at
        least VMS++ like operating systems.
        (tramp-set-completion-function)
        (tramp-get-completion-function): New functions for configuration
        of `tramp-completion-function-alist'. The old definition of
        `tramp-get-completion-function' has been discarded.
        (tramp-completion-handle-file-name-all-completions): Change
        function call for user/host completion according to definition in
        `tramp-completion-function-alist'.
        (tramp-parse-passwd): Added exception handling for "root", because
        `tramp-get-completion-su' (the previous place for this stuff)
        doesn't exist any longer.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/ChangeLog.diff?tr1=2.190&tr2=2.191&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/tramp.el.diff?tr1=2.199&tr2=2.200&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]