aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKai Großjohann2002-07-11 19:59:07 +0000
committerKai Großjohann2002-07-11 19:59:07 +0000
commit505edaeb0e37f1a92bb5a22ec7e7a4e8c83f7615 (patch)
treea27da9d89bf50a36570feb1364b70b2df2c9ead6 /lisp/ChangeLog
parent74a54b047727b5209e93a99f80134643fc4636f6 (diff)
downloademacs-505edaeb0e37f1a92bb5a22ec7e7a4e8c83f7615.tar.gz
emacs-505edaeb0e37f1a92bb5a22ec7e7a4e8c83f7615.zip
(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:user@host: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:user@host:/"). (tramp-handle-ange-ftp): Deleted. (tramp-disable-ange-ftp): New function, called at toplevel, deletes Ange-FTP from file-name-handler-alist.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b6cf752a663..2664bf148f1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12002-07-11 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * net/tramp.el (tramp-default-method): New default method "sm"
4 which I guess to be good for most people.
5 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
6 Ange-FTP) for some user/host combinations.
7 (tramp-file-name-structure, tramp-file-name-regexp)
8 (tramp-make-tramp-file-format)
9 (tramp-make-tramp-file-user-nil-format)
10 (tramp-multi-file-name-structure)
11 (tramp-multi-file-name-hop-structure)
12 (tramp-make-multi-tramp-file-format): New default value which
13 unifies the filename syntax between Tramp and Ange-FTP. The new
14 syntax is "/method:user@host:path". Note the colon after the
15 method.
16 (tramp-handle-file-name-directory): Don't return "/" when
17 completing a remote root directory (where the filename looks like
18 "/method:user@host:/").
19 (tramp-handle-ange-ftp): Deleted.
20 (tramp-disable-ange-ftp): New function, called at toplevel,
21 deletes Ange-FTP from file-name-handler-alist.
22
12002-07-10 Juanma Barranquero <lektu@terra.es> 232002-07-10 Juanma Barranquero <lektu@terra.es>
2 24
3 * ido.el (ido-enter-single-matching-directory): Delete leftover comment. 25 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.