aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2007-07-10 19:52:37 +0000
committerMichael Albinus2007-07-10 19:52:37 +0000
commitcc213f24d734e938cf975d8dd57a3ef244307529 (patch)
treef33ff8b387de0ac181b5159c2ef896344478b934
parent4b29e550e628763797dac6f7c51a31816d2c500c (diff)
downloademacs-cc213f24d734e938cf975d8dd57a3ef244307529.tar.gz
emacs-cc213f24d734e938cf975d8dd57a3ef244307529.zip
* NEWS: Add Tramp and comint-mode changes.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS33
2 files changed, 37 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index f735a2df019..e2c951c187e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12007-07-10 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Add Tramp and comint-mode changes.
4
12007-07-08 Michael Albinus <michael.albinus@gmx.de> 52007-07-08 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * NEWS: `file-remote-p' has a new optional parameter CONNECTED. 7 * NEWS: `file-remote-p' has a new optional parameter CONNECTED.
diff --git a/etc/NEWS b/etc/NEWS
index 6d30e2a7b91..d05495ac7e3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,39 @@ identify cited keys in BibTeX entries, used by `bibtex-find-crossref.
98 98
99*** Command `bibtex-url' now allows multiple URLs per entry. 99*** Command `bibtex-url' now allows multiple URLs per entry.
100 100
101+++
102** Tramp
103
104*** New connection methods.
105The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have
106been introduced. There are also new so-called gateway methods
107"tunnel" and "socks".
108
109*** Multihop syntax has been removed.
110The pseudo-method "multi" has been removed. Instead of, multi hops
111can be specified by the new variable `tramp-default-proxies-alist'.
112
113*** More default settings.
114Default values can be set via the variables `tramp-default-user',
115`tramp-default-user-alist' and `tramp-default-host'.
116
117*** Connection information is cached.
118In order to reduce connection setup, information about used
119connections are kept persistent in a file. The name of this file is
120defined in the variable `tramp-persistency-file-name'.
121
122*** Control of remote processes.
123Running processes on a remote host can be controlled by settings in
124`tramp-remote-path' and `tramp-remote-process-environment'.
125
126*** Success of remote copy is checked.
127When the variable `file-precious-flag' is set, the success of a remote
128file copy is checked via the file's checksum.
129
130** comint-mode uses `start-file-process' now (see Lisp Changes).
131If `default-directory' is a remote file name, subprocesses are started
132on the corresponding remote system.
133
101 134
102* Changes in Emacs 23.1 on non-free operating systems 135* Changes in Emacs 23.1 on non-free operating systems
103 136