diff options
| author | Jürgen Hötzel | 2012-12-26 17:22:18 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-12-26 17:22:18 +0100 |
| commit | bd8c13f9facdcf997761cf232e7b34cd9ea94fee (patch) | |
| tree | b727915567a5bfe363e238fe07c27940a6921b4d /lisp/ChangeLog | |
| parent | 8855dfa5d5ed12aafbe4f8d0185bd74e82437edf (diff) | |
| download | emacs-bd8c13f9facdcf997761cf232e7b34cd9ea94fee.tar.gz emacs-bd8c13f9facdcf997761cf232e7b34cd9ea94fee.zip | |
* net/tramp-adb.el (tramp-adb-get-ls-command): New defun. Suppress
coloring, if possible (required for BusyBox based systems like
CynagenMod).
(tramp-adb-handle-file-attributes)
(tramp-adb-handle-insert-directory)
(tramp-adb-handle-file-name-all-completions): Use it.
(tramp-adb-get-toolbox): New defun. Check for remote shell
implementation (BusyBox or Toolbox).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2181a6dde7e..5ff36e04614 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-12-26 Jürgen Hötzel <juergen@archlinux.org> | ||
| 2 | |||
| 3 | * net/tramp-adb.el (tramp-adb-get-ls-command): New defun. Suppress | ||
| 4 | coloring, if possible (required for BusyBox based systems like | ||
| 5 | CynagenMod). | ||
| 6 | (tramp-adb-handle-file-attributes) | ||
| 7 | (tramp-adb-handle-insert-directory) | ||
| 8 | (tramp-adb-handle-file-name-all-completions): Use it. | ||
| 9 | (tramp-adb-get-toolbox): New defun. Check for remote shell | ||
| 10 | implementation (BusyBox or Toolbox). | ||
| 11 | |||
| 1 | 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change) | 12 | 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change) |
| 2 | 13 | ||
| 3 | * startup.el (initial-buffer-choice): Allow function as value | 14 | * startup.el (initial-buffer-choice): Allow function as value |