diff options
| author | Jürgen Hötzel | 2013-01-21 10:40:51 +0100 |
|---|---|---|
| committer | Michael Albinus | 2013-01-21 10:40:51 +0100 |
| commit | 88c7dfa37000245fa2fdb6cf6fc6b425dd7c7ee3 (patch) | |
| tree | f9737f102c4b8d02b1e66158fbb6f1f8f8ccc866 /lisp/ChangeLog | |
| parent | a219080bfb4fe8f342b638f522cc6e34a24d4926 (diff) | |
| download | emacs-88c7dfa37000245fa2fdb6cf6fc6b425dd7c7ee3.tar.gz emacs-88c7dfa37000245fa2fdb6cf6fc6b425dd7c7ee3.zip | |
* net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
reimplementation using "adb shell command ..." instead of running
remote shell interactively.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d439c661401..3700121e5fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-01-21 Jürgen Hötzel <juergen@archlinux.org> | ||
| 2 | |||
| 3 | * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete | ||
| 4 | reimplementation using "adb shell command ..." instead of running | ||
| 5 | remote shell interactively. | ||
| 6 | |||
| 1 | 2013-01-20 Glenn Morris <rgm@gnu.org> | 7 | 2013-01-20 Glenn Morris <rgm@gnu.org> |
| 2 | 8 | ||
| 3 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): | 9 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): |