diff options
| -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' |
