aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorZhongwei Yao2015-03-04 11:13:19 +0100
committerMichael Albinus2015-03-04 11:13:19 +0100
commitb9d09d80d2bf98e5df65316c4e85b448380f7ca7 (patch)
tree7e9ee77c9230557f4c46a33c1efc1362cefcef42 /lisp/ChangeLog
parent8ac08792a71e07bce0e62d93bed80553fbe95a40 (diff)
downloademacs-b9d09d80d2bf98e5df65316c4e85b448380f7ca7.tar.gz
emacs-b9d09d80d2bf98e5df65316c4e85b448380f7ca7.zip
Support port numbers in tramp-adb
* net/tramp-adb.el (tramp-adb-connect-if-not-connected): New user option. (tramp-adb-ls-toolbox-regexp): Fix regexp in order to support file names starting with a space. (tramp-methods): Add `tramp-default-port' for "adb". (tramp-adb-parse-device-names): Add traces. Return device names with port, if present. (tramp-adb-handle-directory-files-and-attributes): Quote all remote file names. (tramp-adb-get-device): New defun. (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection): Use it. (tramp-adb-maybe-open-connection): Set `tramp-current-*' variables. Remove checks for listed devices.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d7360f899c..69c9e3cbea7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12015-03-04 Zhongwei Yao <ashi08104@gmail.com>
2
3 * net/tramp-adb.el (tramp-adb-connect-if-not-connected):
4 New user option.
5 (tramp-adb-ls-toolbox-regexp): Fix regexp in order to support file
6 names starting with a space.
7 (tramp-methods): Add `tramp-default-port' for "adb".
8 (tramp-adb-parse-device-names): Add traces. Return device names
9 with port, if present.
10 (tramp-adb-handle-directory-files-and-attributes): Quote all
11 remote file names.
12 (tramp-adb-get-device): New defun.
13 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
14 Use it.
15 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
16 variables. Remove checks for listed devices.
17
12015-03-04 Michael Albinus <michael.albinus@gmx.de> 182015-03-04 Michael Albinus <michael.albinus@gmx.de>
2 19
3 * net/tramp.el (tramp): Add :link property. 20 * net/tramp.el (tramp): Add :link property.