# HG changeset patch # User Michael Albinus # Date 1256124479 0 # Node ID ed970ee2fe76737347a0552f9f586bade9a15637 # Parent 8d8fc5285759f056c8ee407ef84b554d7f1df525 *** empty log message *** diff -r 8d8fc5285759 -r ed970ee2fe76 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 21 11:27:26 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 21 11:27:59 2009 +0000 @@ -1,3 +1,15 @@ +2009-10-21 Michael Albinus + + * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun. + (tramp-smb-handle-file-attributes): Use it. + (tramp-smb-do-file-attributes-with-stat): Don't raise an error. + (tramp-smb-handle-insert-directory): Use `mapc' rather than + `mapcar'. Use `tramp-smb-get-stat-capability'. Add + `dired-filename' text properties. + (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. + (tramp-smb-maybe-open-connection): Simplify check for smbclient + version. + 2009-10-20 Stefan Monnier * subr.el (read-key-delay): Reduce to 0.01. @@ -532,7 +544,7 @@ * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain) (tramp-file-name-real-host, tramp-file-name-port): - Apply `save-match-data. + Apply `save-match-data'. * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the case both directories are remote.