# HG changeset patch # User Lars Hansen # Date 1101505167 0 # Node ID 0bfab3f5de9976289cfd0925a4bb0584d813a193 # Parent d3f76ef9ad46e0c5d305cfad0243f726c0038d34 *** empty log message *** diff -r d3f76ef9ad46 -r 0bfab3f5de99 lisp/ChangeLog --- 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 + + * 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 * desktop.el (desktop-read): Replace mapcar with mapc.