Mercurial > emacs
changeset 104217:6014a3141ad1
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 09 Aug 2009 14:29:11 +0000 |
parents | bf65b05e8cf1 |
children | f22133eb14e0 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <michael.albinus@gmx.de> + + * net/tramp.el (tramp-get-ls-command-with-dired): New defun. + (tramp-handle-insert-directory): Handle "--dired". (Bug#4075) + 2009-08-09 Chong Yidong <cyd@stupidchicken.com> * subr.el: Provide hashtable-print-readable. @@ -290,7 +295,7 @@ 2009-08-04 Michael Albinus <michael.albinus@gmx.de> * 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'.