diff options
| author | Michael Albinus | 2009-10-21 11:27:59 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-10-21 11:27:59 +0000 |
| commit | fc754ea1a40ae58dba2dbd4a9e9e11bb04f71a38 (patch) | |
| tree | 5122982f66ebe057455f46461855c6451103fecf /lisp/ChangeLog | |
| parent | 46be764ea2a8d06d879fc7271cb28efc9202b26a (diff) | |
| download | emacs-fc754ea1a40ae58dba2dbd4a9e9e11bb04f71a38.tar.gz emacs-fc754ea1a40ae58dba2dbd4a9e9e11bb04f71a38.zip | |
* net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
(tramp-smb-handle-file-attributes): Use it.
(tramp-smb-do-file-attributes-with-stat): Don't raise an error.
(tramp-smb-handle-insert-directory): Use `mapc' rather than
`mapcar'. Use `tramp-smb-get-stat-capability'. Add
`dired-filename' text properties.
(tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
(tramp-smb-maybe-open-connection): Simplify check for smbclient
version.
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. |