aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66514f7488c..37e0b7aa1a2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12014-02-27 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-call-process): Improve trace message.
4 (tramp-handle-insert-file-contents): Trace error case.
5
6 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
7 <insert-directory>: Use `tramp-handle-insert-directory'.
8 (tramp-adb-handle-insert-directory): Remove function.
9 (tramp-adb-send-command-and-check): New defun, replacing
10 `tramp-adb-command-exit-status'. Change all callees.
11 (tramp-adb-handle-file-attributes)
12 (tramp-adb-handle-directory-files-and-attributes): Use it.
13 (tramp-adb-ls-output-name-less-p): Use
14 `directory-listing-before-filename-regexp'.
15 (tramp-adb-handle-delete-directory): Flush also file properties of
16 the truename of directory.
17 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
18 (tramp-adb-handle-file-local-copy): Make the local copy readable.
19 (tramp-adb-handle-write-region): Implement APPEND.
20 (tramp-adb-handle-rename-file): Make it more robust. Flush file
21 properties correctly.
22 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
23 variables. Check for connected devices only when needed.
24
12014-02-27 Glenn Morris <rgm@gnu.org> 252014-02-27 Glenn Morris <rgm@gnu.org>
2 26
3 * minibuffer.el (completion-table-dynamic) 27 * minibuffer.el (completion-table-dynamic)