[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Kai Großjohann |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Sun, 04 Aug 2002 09:58:44 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4187 emacs/lisp/ChangeLog:1.4188
*** emacs/lisp/ChangeLog:1.4187 Sat Aug 3 19:26:26 2002
--- emacs/lisp/ChangeLog Sun Aug 4 09:58:43 2002
***************
*** 1,3 ****
--- 1,33 ----
+ 2002-08-04 Kai Gro,b_(Bjohann <address@hidden>
+
+ * net/tramp.el: 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.
+
+ 2002-08-04 Kai Gro,b_(Bjohann <address@hidden>
+
+ * net/tramp.el: Version 2.0.9 released.
+ (tramp-bug): Add wording about additional info to include in bug
+ report.
+ (tramp-find-shell): Set $PS1 for invocation of second shell (for
+ tilde expansion).
+ (tramp-find-shell): Shell prompt must match at end of buffer. Do
+ this also for fallback shell prompt.
+ (tramp-find-shell): More debugging output.
+ (tramp-find-inline-encoding): When checking the decoding command,
+ some commands fail when reading from /dev/null. So we pass a
+ known string through the encoding command and pass that through
+ the decoding command. So we know whether the decoding command can
+ deal with some real input.
+
2002-08-04 Andreas Schwab <address@hidden>
* net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/01
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/02
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kai Großjohann, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Glenn Morris, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kai Großjohann, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Glenn Morris, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kai Großjohann, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andrew Choi, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andreas Schwab, 2002/08/03
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Kai Großjohann <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Glenn Morris, 2002/08/04
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, David Kastrup, 2002/08/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kai Großjohann, 2002/08/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/08/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, John Wiegley, 2002/08/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, John Paul Wallington, 2002/08/05
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Colin Walters, 2002/08/06
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Sam Steingold, 2002/08/06
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, John Paul Wallington, 2002/08/06