aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
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 @@
12013-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
12013-04-22 Daiki Ueno <ueno@gnu.org> 222013-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.