aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2013-07-11 11:52:54 +0200
committerMichael Albinus2013-07-11 11:52:54 +0200
commit88f6a933892e3e2830325266ae5dfa4bcef06d12 (patch)
tree3a56ff63b4bbc7f34cd2b4bcab0ef4e0fce32105 /lisp/ChangeLog
parent9c203066b952a8cd446464b384d2bec9be9355c5 (diff)
downloademacs-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/ChangeLog14
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 @@
12013-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
12013-07-11 Leo Liu <sdl.web@gmail.com> 152013-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