]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention Tramp.
authorKai Großjohann <kgrossjo@eu.uu.net>
Tue, 18 Jun 2002 09:55:26 +0000 (09:55 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Tue, 18 Jun 2002 09:55:26 +0000 (09:55 +0000)
etc/ChangeLog
etc/NEWS

index ae71db832b98ebadbb45cc1ac38c87515d209fa9..eff43f7d71f7c071b3667227450414906263f8db 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * NEWS: Mention Tramp.
+
 2002-06-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * TUTORIAL.fr: New version from \e,AI\e(Bric Jacoboni <jaco@teaser.fr>.
index fcc9102b83c5cbaa6de8b9cc26463c5e41f267ea..b9743d319323394b0acc65e25816bf7162e9aa27 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -811,6 +811,21 @@ Emacs build procedure and installed together with the Emacs User
 Manual.  A menu item was added to the menu bar that makes it easy
 accessible (Help->More Manuals->Emacs Lisp Reference).
 
+*** Tramp is now part of the distribution.
+
+This package is similar to Ange-FTP: it allows you to edit remote
+files.  But whereas Ange-FTP uses FTP to access the remote host,
+Tramp uses a shell connection.  The shell connection is always used
+for filename completion and directory listings and suchlike, but for
+the actual file transfer, you can choose between the so-called
+`inline' methods (which transfer the files through the shell
+connection using base64 or uu encoding) and the `out-of-band' methods
+(which invoke an external copying program such as `rcp' or `scp' or
+`rsync' to do the copying).
+
+Shell connections can be acquired via `rsh', `ssh', `telnet' and also
+`su' and `sudo'.
+
 ---
 ** Indentation of simple and extended loop forms has been added to the
 cl-indent package.  The new user options