diff options
| author | Kai Großjohann | 2002-06-18 09:55:26 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-06-18 09:55:26 +0000 |
| commit | c3d82b69376f58a9f3027fb4729486c861ab5470 (patch) | |
| tree | b4ac4d62ec33ea1d6239f5b1e421b1bacf3fa1f8 | |
| parent | 2d97ff8cf6090dcd93722f7a459fc52def6070ee (diff) | |
| download | emacs-c3d82b69376f58a9f3027fb4729486c861ab5470.tar.gz emacs-c3d82b69376f58a9f3027fb4729486c861ab5470.zip | |
Mention Tramp.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ae71db832b9..eff43f7d71f 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-06-18 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 2 | |||
| 3 | * NEWS: Mention Tramp. | ||
| 4 | |||
| 1 | 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>. | 7 | * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>. |
| @@ -811,6 +811,21 @@ Emacs build procedure and installed together with the Emacs User | |||
| 811 | Manual. A menu item was added to the menu bar that makes it easy | 811 | Manual. A menu item was added to the menu bar that makes it easy |
| 812 | accessible (Help->More Manuals->Emacs Lisp Reference). | 812 | accessible (Help->More Manuals->Emacs Lisp Reference). |
| 813 | 813 | ||
| 814 | *** Tramp is now part of the distribution. | ||
| 815 | |||
| 816 | This package is similar to Ange-FTP: it allows you to edit remote | ||
| 817 | files. But whereas Ange-FTP uses FTP to access the remote host, | ||
| 818 | Tramp uses a shell connection. The shell connection is always used | ||
| 819 | for filename completion and directory listings and suchlike, but for | ||
| 820 | the actual file transfer, you can choose between the so-called | ||
| 821 | `inline' methods (which transfer the files through the shell | ||
| 822 | connection using base64 or uu encoding) and the `out-of-band' methods | ||
| 823 | (which invoke an external copying program such as `rcp' or `scp' or | ||
| 824 | `rsync' to do the copying). | ||
| 825 | |||
| 826 | Shell connections can be acquired via `rsh', `ssh', `telnet' and also | ||
| 827 | `su' and `sudo'. | ||
| 828 | |||
| 814 | --- | 829 | --- |
| 815 | ** Indentation of simple and extended loop forms has been added to the | 830 | ** Indentation of simple and extended loop forms has been added to the |
| 816 | cl-indent package. The new user options | 831 | cl-indent package. The new user options |