aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2005-03-10 06:40:59 +0000
committerMichael Albinus2005-03-10 06:40:59 +0000
commit3235a9ea2e5801c9864c70b60bb35d3e8a5a0cb4 (patch)
treea1a976c1a8f846d53f84c7e3d63a2cf188cf1481
parent2e8c13b41b278bfa9a52c3818ab2fd1c46c363af (diff)
downloademacs-3235a9ea2e5801c9864c70b60bb35d3e8a5a0cb4.tar.gz
emacs-3235a9ea2e5801c9864c70b60bb35d3e8a5a0cb4.zip
* NEWS: Explain how to default Tramp to FTP.
-rw-r--r--etc/ChangeLog8
-rw-r--r--etc/NEWS6
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 @@
12005-03-10 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Explain how to default Tramp to FTP.
4
12005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52005-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
52005-03-01 David Kastrup <dak@gnu.org> 92005-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 @@
492005-01-13 Cheng Gao <chenggao@gmail.com> 532005-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
532005-01-07 Lars Hansen <larsh@math.ku.dk> 572005-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.
diff --git a/etc/NEWS b/etc/NEWS
index 039cf316ff4..77e378a6fe7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2447Shell connections can be acquired via `rsh', `ssh', `telnet' and also 2447Shell 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
2450If 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