diff lisp/ChangeLog @ 107151:7e66e7efd47d

* net/tramp.el (tramp-process-actions, tramp-read-passwd): * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC instead of PROC for caching "first-password-request". Otherwise, new processes would not profit from passwords already entered. * net/tramp-cache.el (tramp-dump-connection-properties): Don't save "first-password-request" property.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 15 Feb 2010 16:04:53 +0100
parents 149c0b848923
children 34e2c3832e08
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Feb 14 18:34:09 2010 +0100
+++ b/lisp/ChangeLog	Mon Feb 15 16:04:53 2010 +0100
@@ -1,3 +1,13 @@
+2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/tramp.el (tramp-process-actions, tramp-read-passwd):
+	* net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
+	instead of PROC for caching "first-password-request".  Otherwise,
+	new processes would not profit from passwords already entered.
+
+	* net/tramp-cache.el (tramp-dump-connection-properties): Don't
+	save "first-password-request" property.
+
 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
 
 	* outline.el (outline-head-from-level):