diff options
| author | Michael Albinus | 2013-04-22 12:26:09 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-04-22 12:26:09 +0200 |
| commit | d08536296ce1c7c8145aa8aee554cbbf4d11d213 (patch) | |
| tree | a0cf6102be7d956cf3aab24f181295ac6e224ed2 /lisp/ChangeLog | |
| parent | 84fc48e57a1008b4c047ff30f3a6101b84130671 (diff) | |
| download | emacs-d08536296ce1c7c8145aa8aee554cbbf4d11d213.tar.gz emacs-d08536296ce1c7c8145aa8aee554cbbf4d11d213.zip | |
* net/tramp-compat.el (tramp-compat-call-process): Move function ...
* net/tramp.el (tramp-call-process): ... here
(tramp-set-completion-function, tramp-parse-putty):
* net/tramp-adb.el (tramp-adb-execute-adb-command):
* net/tramp-gvfs.el (tramp-gvfs-send-command):
* net/tramp-sh.el (tramp-sh-handle-set-file-times)
(tramp-set-file-uid-gid, tramp-sh-handle-write-region)
(tramp-call-local-coding-command): Use `tramp-call-process'
instead of `tramp-compat-call-process'.
* net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
(tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
(tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
(tramp-find-inline-compress):Improve traces.
(tramp-maybe-send-script): Check for Perl binary.
(tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c3be36984b..7f7757e750e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2013-04-22 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>. | ||
| 4 | |||
| 5 | * net/tramp-compat.el (tramp-compat-call-process): Move function ... | ||
| 6 | * net/tramp.el (tramp-call-process): ... here | ||
| 7 | (tramp-set-completion-function, tramp-parse-putty): | ||
| 8 | * net/tramp-adb.el (tramp-adb-execute-adb-command): | ||
| 9 | * net/tramp-gvfs.el (tramp-gvfs-send-command): | ||
| 10 | * net/tramp-sh.el (tramp-sh-handle-set-file-times) | ||
| 11 | (tramp-set-file-uid-gid, tramp-sh-handle-write-region) | ||
| 12 | (tramp-call-local-coding-command): Use `tramp-call-process' | ||
| 13 | instead of `tramp-compat-call-process'. | ||
| 14 | |||
| 15 | * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. | ||
| 16 | (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. | ||
| 17 | (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region): | ||
| 18 | (tramp-find-inline-compress):Improve traces. | ||
| 19 | (tramp-maybe-send-script): Check for Perl binary. | ||
| 20 | (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. | ||
| 21 | |||
| 1 | 2013-04-22 Daiki Ueno <ueno@gnu.org> | 22 | 2013-04-22 Daiki Ueno <ueno@gnu.org> |
| 2 | 23 | ||
| 3 | * epg.el (epg-context-pinentry-mode): New function. | 24 | * epg.el (epg-context-pinentry-mode): New function. |