aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2009-08-09 14:29:11 +0000
committerMichael Albinus2009-08-09 14:29:11 +0000
commit8e754ea218196646ce0d331ac5c2d8b1970a66da (patch)
tree3a65770b746e77d96574b1094bbb1ba566899f61 /lisp/ChangeLog
parent18d433a76155f6079e14d27d5cd7edbc206cacef (diff)
downloademacs-8e754ea218196646ce0d331ac5c2d8b1970a66da.tar.gz
emacs-8e754ea218196646ce0d331ac5c2d8b1970a66da.zip
* net/tramp.el (tramp-get-ls-command-with-dired): New defun.
(tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b95de0d804b..85242eacf7b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-08-09 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
4 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
5
12009-08-09 Chong Yidong <cyd@stupidchicken.com> 62009-08-09 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * subr.el: Provide hashtable-print-readable. 8 * subr.el: Provide hashtable-print-readable.
@@ -290,7 +295,7 @@
2902009-08-04 Michael Albinus <michael.albinus@gmx.de> 2952009-08-04 Michael Albinus <michael.albinus@gmx.de>
291 296
292 * net/tramp.el (top): Make check for tramp-gvfs loading more 297 * net/tramp.el (top): Make check for tramp-gvfs loading more
293 robust. 298 robust. (Bug#3977)
294 (tramp-handle-insert-file-contents): `unwind-protect' must be 299 (tramp-handle-insert-file-contents): `unwind-protect' must be
295 inside `with-parsed-tramp-file-name'. 300 inside `with-parsed-tramp-file-name'.
296 301