emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Thu, 11 Jul 2002 15:59:08 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4093 emacs/lisp/ChangeLog:1.4094
*** emacs/lisp/ChangeLog:1.4093 Wed Jul 10 07:07:28 2002
--- emacs/lisp/ChangeLog        Thu Jul 11 15:59:07 2002
***************
*** 1,3 ****
--- 1,25 ----
+ 2002-07-11  Kai Gro,b_(Bjohann  <address@hidden>
+ 
+       * net/tramp.el (tramp-default-method): New default method "sm"
+       which I guess to be good for most people.
+       (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
+       Ange-FTP) for some user/host combinations.
+       (tramp-file-name-structure, tramp-file-name-regexp) 
+       (tramp-make-tramp-file-format) 
+       (tramp-make-tramp-file-user-nil-format) 
+       (tramp-multi-file-name-structure) 
+       (tramp-multi-file-name-hop-structure) 
+       (tramp-make-multi-tramp-file-format): New default value which
+       unifies the filename syntax between Tramp and Ange-FTP.  The new
+       syntax is "/method:address@hidden:path".  Note the colon after the
+       method.
+       (tramp-handle-file-name-directory): Don't return "/" when
+       completing a remote root directory (where the filename looks like
+       "/method:address@hidden:/").
+       (tramp-handle-ange-ftp): Deleted.
+       (tramp-disable-ange-ftp): New function, called at toplevel,
+       deletes Ange-FTP from file-name-handler-alist.
+ 
  2002-07-10  Juanma Barranquero  <address@hidden>
  
        * ido.el (ido-enter-single-matching-directory): Delete leftover comment.



reply via email to

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