]> code.delx.au - gnu-emacs/commitdiff
* NEWS: Fix Tramp "adb" entry. Extend list of discontinued Tramp methods.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 1 Mar 2013 08:24:19 +0000 (09:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 1 Mar 2013 08:24:19 +0000 (09:24 +0100)
etc/ChangeLog
etc/NEWS

index e50d288da1c46262a9c05bbee37ef662f20f9ecd..a13ab60be36cc296c6090491d584ec333c3624c0 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
+
+       * NEWS: Fix Tramp "adb" entry.  Extend list of discontinued Tramp
+       methods.
+
 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
 
        Simplify data_start configuration (Bug#13783).
index 698757b230510e5ec514f62ab38f71c0ece24590..d937ae7016608de53b882383be566198eb382187 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -196,12 +196,13 @@ leave different number of spaces.
 
 +++
 *** New connection method "adb", which allows to access Android
-devices by the Android Debug Bridge.  The variable `tramp-adb-sdk-dir'
-must be set to the Android SDK installation directory.
+devices by the Android Debug Bridge.  The variable `tramp-adb-program'
+can be used to adapt the path of the "adb" program, if needed.
 
-*** The connection methods "scpc" and "rsyncc" are discontinued.  The
-ssh option "ControlMaster=auto" is set automatically in all ssh-based
-methods, when possible.
+*** The connection methods "plink1", "ssh1", "ssh2", "scp1", "scp2",
+"scpc" and "rsyncc" are discontinued.  The ssh option
+"ControlMaster=auto" is set automatically in all ssh-based methods,
+when possible.
 
 +++
 *** Handlers for `file-acl' and `set-file-acl' for remote machines