comparison lisp/ChangeLog @ 87648:7ae99e295dfd

* vc-git.el (vc-git--call): Apply `process-file' instead of `call-process'. * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C". Reported by Pete Forman <pete.forman@westerngeco.com>. (tramp-perl-encode, tramp-perl-decode): Update copyrights. (tramp-handle-process-file): Handle the case where DESTINATION is a consp with t as car. (tramp-wait-for-output): We shall remove exactly what has been find by the search.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 08 Jan 2008 20:07:21 +0000
parents 19c6f8f4f7c7
children 107ccd98fa12
comparison
equal deleted inserted replaced
87647:b04073873562 87648:7ae99e295dfd
1 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
2
3 * vc-git.el (vc-git--call): Apply `process-file' instead of
4 `call-process'.
5
6 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
7 Reported by Pete Forman <pete.forman@westerngeco.com>.
8 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
9 (tramp-handle-process-file): Handle the case where DESTINATION is
10 a consp with t as car.
11 (tramp-wait-for-output): We shall remove exactly what has been
12 find by the search.
13
1 2008-01-08 Kevin Ryde <user42@zip.com.au> 14 2008-01-08 Kevin Ryde <user42@zip.com.au>
2 15
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): 16 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 For perl, allow "during global destruction" at end. Add entry for 17 For perl, allow "during global destruction" at end. Add entry for
5 two-arg form of the Test module ok() func. 18 two-arg form of the Test module ok() func.