aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2013-02-14 13:36:44 +0100
committerMichael Albinus2013-02-14 13:36:44 +0100
commit26280467c67d808e36b52fbe13d4357eb7654087 (patch)
treee66d395d5b754ab7db8d74d3f134944ab4b2bafb
parentf6b6e113913293907433b21a7d8295f4bc53077e (diff)
downloademacs-26280467c67d808e36b52fbe13d4357eb7654087.tar.gz
emacs-26280467c67d808e36b52fbe13d4357eb7654087.zip
* NEWS: Tramp methods "scpc" and "rsyncc" are discontinued.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d1b5aac955d..48db23a59e2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-02-14 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Tramp methods "scpc" and "rsyncc" are discontinued.
4
12013-02-11 Michael Albinus <michael.albinus@gmx.de> 52013-02-11 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * NEWS: Add autorevert changes. 7 * NEWS: Add autorevert changes.
diff --git a/etc/NEWS b/etc/NEWS
index 770ebc17ac0..98824220cec 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -186,10 +186,16 @@ space, no spaces, or reverting to the original spacing. Like
186leave different number of spaces. 186leave different number of spaces.
187 187
188** Tramp 188** Tramp
189
189+++ 190+++
190*** New connection method "adb", which allows to access Android 191*** New connection method "adb", which allows to access Android
191devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' 192devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir'
192must be set to the Android SDK installation directory. 193must be set to the Android SDK installation directory.
194
195*** The connection methods "scpc" and "rsyncc" are discontinued. The
196ssh option "ControlMaster=auto" is set automatically in all ssh-based
197methods, when possible.
198
193+++ 199+++
194*** Handlers for `file-acl' and `set-file-acl' for remote machines 200*** Handlers for `file-acl' and `set-file-acl' for remote machines
195which support POSIX ACLs. 201which support POSIX ACLs.