diff lisp/ChangeLog @ 107498:40467a8dcd6c

* net/tramp.el (tramp-find-executable): Use `tramp-get-connection-buffer'. Make the regexp for checking output of "wc -l" more robust. (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris. (tramp-open-connection-setup-interactive-shell): Remove workaround for OpenSolaris bug, it is not needed anymore.
author Michael Albinus <albinus@detlef>
date Sat, 13 Mar 2010 20:11:01 +0100
parents b09401cc9d96
children 107889467c87
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 13 10:49:54 2010 -0500
+++ b/lisp/ChangeLog	Sat Mar 13 20:11:01 2010 +0100
@@ -1,3 +1,12 @@
+2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/tramp.el (tramp-find-executable): Use
+	`tramp-get-connection-buffer'.  Make the regexp for checking
+	output of "wc -l" more robust.
+	(tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
+	(tramp-open-connection-setup-interactive-shell): Remove workaround
+	for OpenSolaris bug, it is not needed anymore.
+
 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
 
 	* cedet/semantic/imenu.el: New file, from the CEDET repository