diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0475e238c89..4aaaee7a2b1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2009-10-21 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun. | ||
| 4 | (tramp-smb-handle-file-attributes): Use it. | ||
| 5 | (tramp-smb-do-file-attributes-with-stat): Don't raise an error. | ||
| 6 | (tramp-smb-handle-insert-directory): Use `mapc' rather than | ||
| 7 | `mapcar'. Use `tramp-smb-get-stat-capability'. Add | ||
| 8 | `dired-filename' text properties. | ||
| 9 | (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. | ||
| 10 | (tramp-smb-maybe-open-connection): Simplify check for smbclient | ||
| 11 | version. | ||
| 12 | |||
| 1 | 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * subr.el (read-key-delay): Reduce to 0.01. | 15 | * subr.el (read-key-delay): Reduce to 0.01. |
| @@ -532,7 +544,7 @@ | |||
| 532 | 544 | ||
| 533 | * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain) | 545 | * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain) |
| 534 | (tramp-file-name-real-host, tramp-file-name-port): | 546 | (tramp-file-name-real-host, tramp-file-name-port): |
| 535 | Apply `save-match-data. | 547 | Apply `save-match-data'. |
| 536 | 548 | ||
| 537 | * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the | 549 | * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the |
| 538 | case both directories are remote. | 550 | case both directories are remote. |