aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKai Großjohann2002-08-04 13:58:44 +0000
committerKai Großjohann2002-08-04 13:58:44 +0000
commitfabf2143a88cc34eb5d747acc75dcd69b1bff252 (patch)
treef6e18c3cc8ef9c50360dc4460a04bfd352016d7a /lisp/ChangeLog
parent89509ea00af97d7d013cf87b17b86674f969d3b7 (diff)
downloademacs-fabf2143a88cc34eb5d747acc75dcd69b1bff252.tar.gz
emacs-fabf2143a88cc34eb5d747acc75dcd69b1bff252.zip
Version 2.0.10 released.
(tramp-uudecode): New shell function `tramp_uudecode' to decode to standard output even if `uudecode -p' and `uudecode -o -' don't work. (tramp-post-connection): After finding the right shell, wait a bit. This is a kludge to avoid a race condition, even though I don't understand why there is a race condition in the first place. (tramp-post-connection): Install the `tramp_uudecode' shell function on the remote host. (tramp-coding-commands): Add an alternative for `tramp_uudecode'. (tramp-bug): Include more variables in the report.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf514054d1d..d15a5a7901d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,33 @@
12002-08-04 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * net/tramp.el: Version 2.0.10 released.
4 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
5 standard output even if `uudecode -p' and `uudecode -o -' don't
6 work.
7 (tramp-post-connection): After finding the right shell, wait a
8 bit. This is a kludge to avoid a race condition, even though I
9 don't understand why there is a race condition in the first place.
10 (tramp-post-connection): Install the `tramp_uudecode' shell
11 function on the remote host.
12 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
13 (tramp-bug): Include more variables in the report.
14
152002-08-04 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16
17 * net/tramp.el: Version 2.0.9 released.
18 (tramp-bug): Add wording about additional info to include in bug
19 report.
20 (tramp-find-shell): Set $PS1 for invocation of second shell (for
21 tilde expansion).
22 (tramp-find-shell): Shell prompt must match at end of buffer. Do
23 this also for fallback shell prompt.
24 (tramp-find-shell): More debugging output.
25 (tramp-find-inline-encoding): When checking the decoding command,
26 some commands fail when reading from /dev/null. So we pass a
27 known string through the encoding command and pass that through
28 the decoding command. So we know whether the decoding command can
29 deal with some real input.
30
12002-08-04 Andreas Schwab <schwab@suse.de> 312002-08-04 Andreas Schwab <schwab@suse.de>
2 32
3 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix. 33 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.