aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.