diff lisp/ChangeLog @ 108469:acaefbe07157

* net/tramp.el (tramp-do-file-attributes-with-stat): Add space in format string, in order to work around a bug in pdksh. Reported by Gilles Pion <gpion@lfdj.com>. (tramp-handle-verify-visited-file-modtime): Do not send a command when the connection is not established. (tramp-handle-set-file-times): Simplify the check for utc.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 10 May 2010 17:50:30 +0200
parents 97a4c6a11c71
children daa05d3ccff4
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 10 16:48:17 2010 +0200
+++ b/lisp/ChangeLog	Mon May 10 17:50:30 2010 +0200
@@ -1,3 +1,12 @@
+2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
+	format string, in order to work around a bug in pdksh.  Reported
+	by Gilles Pion <gpion@lfdj.com>.
+	(tramp-handle-verify-visited-file-modtime): Do not send a command
+	when the connection is not established.
+	(tramp-handle-set-file-times): Simplify the check for utc.
+
 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
 
 	Fix use of `filter-buffer-substring' (rework previous change).