diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-08-09 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-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 @@ | |||
| 290 | 2009-08-04 Michael Albinus <michael.albinus@gmx.de> | 295 | 2009-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 | ||