diff options
| author | Michael Albinus | 2013-07-11 11:52:54 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-07-11 11:52:54 +0200 |
| commit | 88f6a933892e3e2830325266ae5dfa4bcef06d12 (patch) | |
| tree | 3a56ff63b4bbc7f34cd2b4bcab0ef4e0fce32105 /lisp/ChangeLog | |
| parent | 9c203066b952a8cd446464b384d2bec9be9355c5 (diff) | |
| download | emacs-88f6a933892e3e2830325266ae5dfa4bcef06d12.tar.gz emacs-88f6a933892e3e2830325266ae5dfa4bcef06d12.zip | |
* net/tramp.el (tramp-methods): Extend docstring.
(tramp-connection-timeout): New defcustom.
(tramp-error-with-buffer): Reset timestamp only when appropriate.
(with-tramp-progress-reporter): Simplify.
(tramp-process-actions): Improve messages.
* net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
* net/tramp-sh.el (tramp-maybe-open-connection):
Use `tramp-connection-timeout'.
(tramp-methods) [su, sudo, ksu]: Add method specific timeouts. (Bug#14808)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b9cbe829f3..29f053c5ae1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-07-11 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp.el (tramp-methods): Extend docstring. | ||
| 4 | (tramp-connection-timeout): New defcustom. | ||
| 5 | (tramp-error-with-buffer): Reset timestamp only when appropriate. | ||
| 6 | (with-tramp-progress-reporter): Simplify. | ||
| 7 | (tramp-process-actions): Improve messages. | ||
| 8 | |||
| 9 | * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): | ||
| 10 | * net/tramp-sh.el (tramp-maybe-open-connection): | ||
| 11 | Use `tramp-connection-timeout'. | ||
| 12 | (tramp-methods) [su, sudo, ksu]: Add method specific timeouts. | ||
| 13 | (Bug#14808) | ||
| 14 | |||
| 1 | 2013-07-11 Leo Liu <sdl.web@gmail.com> | 15 | 2013-07-11 Leo Liu <sdl.web@gmail.com> |
| 2 | 16 | ||
| 3 | * ido.el (ido-read-file-name): Conform to the requirements of | 17 | * ido.el (ido-read-file-name): Conform to the requirements of |