tramp-checkins
[Top][All Lists]
Advanced

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

[Tramp-checkins] tramp lisp/ChangeLog lisp/Makefile lisp/tramp.e...


From: Michael Albinus
Subject: [Tramp-checkins] tramp lisp/ChangeLog lisp/Makefile lisp/tramp.e...
Date: Sun, 13 Oct 2002 16:27:30 -0400

CVSROOT:        /cvsroot/tramp
Module name:    tramp
Changes by:     Michael Albinus <address@hidden>        02/10/13 16:27:29

Modified files:
        lisp           : ChangeLog Makefile tramp.el 
        texi           : ChangeLog tramp.texi 
Added files:
        lisp           : tramp-ftp.el 

Log message:
        2002-10-13  Michael Albinus  <address@hidden>
        
        * tramp.el (tramp-advice-find-file-name-handler): Remove defadvice
        because it might be not a good idea to hook into Emacs built-in
        subroutiones. Suggested by RMS.
        (tramp-primitive-file-name): Handle all primitives now.
        (tramp-file-name-handler): Allow call of
        `tramp-ftp-file-name-handler' for functions only defined in
        `tramp-file-name-handler-alist'.  Strange.
        
        2002-10-12  Michael Albinus  <address@hidden>
        
        * Makefile (tramp): Add tramp-uu.elc and tramp-ftp.elc.
        
        * tramp.el (main): Require `tramp-ftp' after load in order to
        avoid infloop. Autoload `tramp-ftp-file-name-p' for compiler
        satisfaction.
        (tramp-primitive-file-name): Add handling of `expand-file-name'
        and `file-newer-than-file-p'.
        (tramp-file-name-handler): Call `tramp-primitive-file-name' via
        `apply'.
        
        * tramp-ftp.el (main): Require `tramp'.
        
        2002-10-11  Michael Albinus  <address@hidden>
        
        * tramp-ftp.el: New file.
        
        * tramp.el (tramp-default-method): Adapt doc string.
        (tramp-ftp-method, tramp-completion-function-alist-ftp)
        (tramp-disable-ange-ftp, tramp-invoke-ange-ftp)
        (tramp-ange-ftp-file-name-p, tramp-make-ange-ftp-file-name): Moved
        to tramp-ftp.el or removed (if not needed any longer).  Callees
        adapted.
        (tramp-completion-function-alist): "ftp" entry removed.  Will be
        added from within tramp-ftp.el.
        (tramp-set-completion-function ): Allow setting of methods not
        defined yet.
        (tramp-run-real-handler, tramp-completion-run-real-handler):
        Remove `ange-ftp-hook-function' handling.  Make
        `inhibit-file-name-handlers' a cons but a list.
        (tramp-advice-find-file-name-handler): Advice for
        `find-file-name-handler'.  Check for Ange-FTP file names,
        applicable for NON built-in primitives only.
        (tramp-primitive-file-name): New function.  Returns filename for
        some built-in primitives.
        (tramp-file-name-handler): Check for Ange-FTP file names (built-in
        primitives only).  Forward to Ange-FTP in case of.
        (tramp-completion-file-name-handler): Remove catch for
        `tramp-forward-to-ange-ftp'.  Not necessary any longer.
        (tramp-flatten-list): Remove function.  Never used.
        (tramp-completion-mode, tramp-get-completion-methods): Special
        handling of `tramp-ftp-method' removed.  It's part of
        `tramp-methods' now (as foreign method).
        
        2002-10-13  Michael Albinus  <address@hidden>
        
        * tramp.texi (Windows setup hints): Fix typo (missing {} after
        @dots).
        (Inline methods, External transfer methods)
        (Remote shell setup, Windows setup hints)
        (Frequently Asked Questions, Issues): Replace "Tramp" by
        "@tramp{}".

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/tramp-ftp.el?rev=2.1
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/ChangeLog.diff?tr1=2.233&tr2=2.234&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/Makefile.diff?tr1=2.6&tr2=2.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/lisp/tramp.el.diff?tr1=2.241&tr2=2.242&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/texi/ChangeLog.diff?tr1=2.62&tr2=2.63&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/tramp/tramp/texi/tramp.texi.diff?tr1=2.68&tr2=2.69&r1=text&r2=text





reply via email to

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