diff lisp/ChangeLog @ 108065:186cf99d4122

Detect ssh 'ControlMaster' argument automatically in some cases. * net/tramp.el (tramp-detect-ssh-controlmaster): New defun. (tramp-default-method): Use it.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 22 Apr 2010 13:21:39 +0200
parents 589643be353e
children 47a124b50bbf
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Apr 22 11:15:27 2010 +0200
+++ b/lisp/ChangeLog	Thu Apr 22 13:21:39 2010 +0200
@@ -1,9 +1,18 @@
+2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
+
+	Detect ssh 'ControlMaster' argument automatically in some cases.
+
+	* net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
+	(tramp-default-method): Use it.
+
 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/tramp.el (tramp-handle-copy-file): Add new optional
 	parameter `preserve-selinux-context'.
 	(tramp-file-name-for-operation): Add `set-file-selinux-context'.
 
+2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
+
 	* net/tramp.el (tramp-completion-handle-file-name-all-completions):
 	Ensure, that non remote files are still checked.  Oops.