# HG changeset patch # User Michael Albinus # Date 1249828151 0 # Node ID 6014a3141ad116f4533187113ad341af42d323f3 # Parent bf65b05e8cf15f15db7df0dc21fc2cf4234cc0c8 *** empty log message *** diff -r bf65b05e8cf1 -r 6014a3141ad1 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 09 14:27:45 2009 +0000 +++ b/lisp/ChangeLog Sun Aug 09 14:29:11 2009 +0000 @@ -1,3 +1,8 @@ +2009-08-09 Michael Albinus + + * net/tramp.el (tramp-get-ls-command-with-dired): New defun. + (tramp-handle-insert-directory): Handle "--dired". (Bug#4075) + 2009-08-09 Chong Yidong * subr.el: Provide hashtable-print-readable. @@ -290,7 +295,7 @@ 2009-08-04 Michael Albinus * net/tramp.el (top): Make check for tramp-gvfs loading more - robust. + robust. (Bug#3977) (tramp-handle-insert-file-contents): `unwind-protect' must be inside `with-parsed-tramp-file-name'.