diff options
| author | Michael Albinus | 2007-01-09 05:04:15 +0000 |
|---|---|---|
| committer | Michael Albinus | 2007-01-09 05:04:15 +0000 |
| commit | e64666972e4d08ee3f83af024f3531c62ebebe0a (patch) | |
| tree | c7cb974b5bc2ba40f137e871ce4be8e816f28fbf /lisp/ChangeLog | |
| parent | 5105e99790270513c355b5a9d557306e7d3b65a9 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-01-09 Richard Stallman <rms@gnu.org> | 8 | 2007-01-09 Richard Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * progmodes/compile.el (compile): Doc fix. | 10 | * progmodes/compile.el (compile): Doc fix. |