diff options
| -rw-r--r-- | etc/ChangeLog | 8 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3636682432a..92667a1afff 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,7 +1,11 @@ | |||
| 1 | 2005-03-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Explain how to default Tramp to FTP. | ||
| 4 | |||
| 1 | 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 6 | ||
| 3 | * NEWS: Mention Carbon build on Mac OS 9. | 7 | * NEWS: Mention Carbon build on Mac OS 9. |
| 4 | 8 | ||
| 5 | 2005-03-01 David Kastrup <dak@gnu.org> | 9 | 2005-03-01 David Kastrup <dak@gnu.org> |
| 6 | 10 | ||
| 7 | * DEBUG: Add information about `-fno-crossjumping' for GCC. | 11 | * DEBUG: Add information about `-fno-crossjumping' for GCC. |
| @@ -49,7 +53,7 @@ | |||
| 49 | 2005-01-13 Cheng Gao <chenggao@gmail.com> | 53 | 2005-01-13 Cheng Gao <chenggao@gmail.com> |
| 50 | 54 | ||
| 51 | * MORE.STUFF: Add entries of some well known and widely used packages. | 55 | * MORE.STUFF: Add entries of some well known and widely used packages. |
| 52 | 56 | ||
| 53 | 2005-01-07 Lars Hansen <larsh@math.ku.dk> | 57 | 2005-01-07 Lars Hansen <larsh@math.ku.dk> |
| 54 | 58 | ||
| 55 | * NEWS: Describe desktop package lazy restore feature. | 59 | * NEWS: Describe desktop package lazy restore feature. |
| @@ -2445,7 +2445,11 @@ connection using base64 or uu encoding) and the `out-of-band' methods | |||
| 2445 | `rsync' to do the copying). | 2445 | `rsync' to do the copying). |
| 2446 | 2446 | ||
| 2447 | Shell connections can be acquired via `rsh', `ssh', `telnet' and also | 2447 | Shell connections can be acquired via `rsh', `ssh', `telnet' and also |
| 2448 | `su' and `sudo'. | 2448 | `su' and `sudo'. Ange-FTP is still supported via the `ftp' method. |
| 2449 | |||
| 2450 | If you want to disable Tramp you should set | ||
| 2451 | |||
| 2452 | (setq tramp-default-method "ftp") | ||
| 2449 | 2453 | ||
| 2450 | --- | 2454 | --- |
| 2451 | ** The new global minor mode `file-name-shadow-mode' modifies the way | 2455 | ** The new global minor mode `file-name-shadow-mode' modifies the way |