From: Michael Albinus Date: Tue, 4 Dec 2012 16:59:24 +0000 (+0100) Subject: * tramp.texi (History): Mention ADB. X-Git-Tag: emacs-24.3.90~173^2~9^2~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61b835dfb993ed14222ad924e00634e909b3e565;p=emacs.git * tramp.texi (History): Mention ADB. (Inline methods): Add `adb' method. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index f5e5007c58d..639a461b21e 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2012-12-04 Michael Albinus + + * tramp.texi (History): Mention ADB. + (Inline methods): Add `adb' method. + 2012-12-03 Michael Albinus * tramp.texi (Top, Obtaining Tramp): Replace CVS by Git. diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 020a6e55833..708478ca8e9 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -452,7 +452,8 @@ GVFS integration started in February 2009. Remote commands on Windows hosts are available since September 2011. @end ifset Ad-hoc multi-hop methods (with a changed syntax) have been reenabled -in November 2011. +in November 2011. In November 2012, Juergen Hoetzel's +@file{tramp-adb.el} has been added. In December 2001, @value{tramp} has been added to the XEmacs package repository. Being part of the Emacs repository happened in June 2002, @@ -741,6 +742,16 @@ expects PuTTY session names, calling @samp{plink -load @var{session} hasn't defined a user name. Different port numbers must be defined in the session. + +@item @option{adb} +@cindex method adb +@cindex adb method + +This special method uses the Android Debug Bridge for connecting +Android devices. The Android Debug Bridge, part of the Android SDK, +must be installed locally. The variable @var{tramp-adb-sdk-dir} must +be set to its installation directory. + @end table