aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2007-01-09 05:04:15 +0000
committerMichael Albinus2007-01-09 05:04:15 +0000
commite64666972e4d08ee3f83af024f3531c62ebebe0a (patch)
treec7cb974b5bc2ba40f137e871ce4be8e816f28fbf /lisp/ChangeLog
parent5105e99790270513c355b5a9d557306e7d3b65a9 (diff)
downloademacs-e64666972e4d08ee3f83af024f3531c62ebebe0a.tar.gz
emacs-e64666972e4d08ee3f83af024f3531c62ebebe0a.zip
* net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.
(tramp-process-actions): Add optional parameter TIMEOUT. (tramp-open-connection-telnet, tramp-open-connection-rsh) (tramp-open-connection-su): Add timeout of 60".
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b7cce56092e..db118187f1d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12007-01-09 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el: (tramp-process-one-action): Remove `with-timeout'.
4 (tramp-process-actions): Add optional parameter TIMEOUT.
5 (tramp-open-connection-telnet, tramp-open-connection-rsh)
6 (tramp-open-connection-su): Add timeout of 60".
7
12007-01-09 Richard Stallman <rms@gnu.org> 82007-01-09 Richard Stallman <rms@gnu.org>
2 9
3 * progmodes/compile.el (compile): Doc fix. 10 * progmodes/compile.el (compile): Doc fix.