diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2012-12-04 18:07:09 +0100 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2012-12-04 18:07:09 +0100 |
| commit | aefa2ead351b5d22ef739b27108932acdf905ba5 (patch) | |
| tree | b3e42bdae478fa98871a98517d6a83181672a1c4 | |
| parent | 8515507f1f92ea0145f89b99449c85ba7056e829 (diff) | |
| download | emacs-aefa2ead351b5d22ef739b27108932acdf905ba5.tar.gz | |
* NEWS: Mention new Tramp method "adb".
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 72b05e7f6f5..909dd360427 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-04 Michael Albinus <michael.albinus@gmx.de> + + * NEWS: Mention new Tramp method "adb". + 2012-11-25 Bill Wohler <wohler@newt.com> Release MH-E version 8.4. @@ -74,6 +74,12 @@ when its arg ADJACENT is non-nil (when called interactively with C-u C-u) it works like the utility `uniq'. Otherwise by default it deletes duplicate lines everywhere in the region without regard to adjacency. +** Tramp ++++ +*** 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. + ** Woman *** The commands `woman-default-faces' and `woman-monochrome-faces' |
