changeset 80007:4414161713bf

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 02 Feb 2008 10:51:50 +0000
parents f742658c08d0
children f018b8d962d1
files lisp/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 02 10:51:06 2008 +0000
+++ b/lisp/ChangeLog	Sat Feb 02 10:51:50 2008 +0000
@@ -1,3 +1,18 @@
+2008-02-02  Michael Albinus  <michael.albinus@gmx.de>
+
+	Sync with Tramp 2.0.57.
+
+	* net/tramp.el (tramp-handle-make-auto-save-file-name)
+	(tramp-completion-dissect-file-name, tramp-find-executable): Use
+	`mapc' instead of `mapcar'.
+	(tramp-open-connection-setup-interactive-shell): Send only single
+	prompt setting commands, in order to avoid double-prompt.
+
+	* net/tramp-vc.el (tramp-vc-do-command): Use `mapc' instead of
+	`mapcar'.
+
+	* net/trampver.el: Update release number.
+
 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
 
 	* progmodes/etags.el (next-file): Improve revert message.