changeset 58541:0bfab3f5de99

*** empty log message ***
author Lars Hansen <larsh@soem.dk>
date Fri, 26 Nov 2004 21:39:27 +0000
parents d3f76ef9ad46
children 717fab644fe5
files lisp/ChangeLog
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 26 21:39:02 2004 +0000
+++ b/lisp/ChangeLog	Fri Nov 26 21:39:27 2004 +0000
@@ -1,3 +1,24 @@
+2004-11-26  Lars Hansen  <larsh@math.ku.dk>
+
+	* tramp.el (tramp-handle-directory-files-and-attributes): New
+	function.
+	(tramp-perl-directory-files-and-attributes): New constant.
+	(tramp-file-name-handler-alist): Delete file-directory-files, add
+	directory-files-and-attributes.
+	(tramp-perl-file-attributes): Surround uid and gid by double
+	quotes. Change parameter id-format from nonnumeric.
+	(tramp-convert-file-attributes): New function.
+	(tramp-handle-file-attributes): Use it.
+	(tramp-maybe-send-perl-script): New function.
+	(tramp-handle-file-attributes-with-perl): Use it. Don't convert
+	file mode. Change parameter id-format from nonnumeric.
+	(tramp-handle-file-attributes-with-ls): Change parameter id-format
+	from nonnumeric.
+	(tramp-post-connection): Don't send tramp-perl-file-attributes
+	script. Reset connection property "perl-scripts".
+	(tramp-handle-insert-directory): Run real handler when ls-lisp is
+	in use.
+
 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
 
 	* desktop.el (desktop-read): Replace mapcar with mapc.