diff options
| author | Michael Albinus | 2009-10-11 15:00:46 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-10-11 15:00:46 +0000 |
| commit | 2992485f6bcadb6e6b4317381f17232c3752e68a (patch) | |
| tree | ec06296b170a5f0e02fb1fe54ab3e416268c8e91 | |
| parent | f6f7e059f72317c02daec44b209093eddf88af7d (diff) | |
| download | emacs-2992485f6bcadb6e6b4317381f17232c3752e68a.tar.gz emacs-2992485f6bcadb6e6b4317381f17232c3752e68a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ee4ffccb25..bd1333af152 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | (tramp-smb-file-name-handler-alist): Add handlers for | 10 | (tramp-smb-file-name-handler-alist): Add handlers for |
| 11 | `add-name-to-file', `make-symbolic-link'. | 11 | `add-name-to-file', `make-symbolic-link'. |
| 12 | (tramp-smb-handle-add-name-to-file) | 12 | (tramp-smb-handle-add-name-to-file) |
| 13 | (tramp-do-file-attributes-with-stat) | 13 | (tramp-smb-do-file-attributes-with-stat) |
| 14 | (tramp-smb-handle-make-symbolic-link) | 14 | (tramp-smb-handle-make-symbolic-link) |
| 15 | (tramp-smb-get-cifs-capabilities): New defuns. | 15 | (tramp-smb-get-cifs-capabilities): New defuns. |
| 16 | (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file) | 16 | (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file) |
| @@ -20,7 +20,7 @@ | |||
| 20 | (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The | 20 | (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The |
| 21 | file name syntax depends on cifs capabilities. | 21 | file name syntax depends on cifs capabilities. |
| 22 | (tramp-smb-handle-file-attributes); Call | 22 | (tramp-smb-handle-file-attributes); Call |
| 23 | `tramp-do-file-attributes-with-stat' if possible. | 23 | `tramp-smb-do-file-attributes-with-stat' if possible. |
| 24 | (tramp-smb-handle-insert-directory): Use posix attributes if | 24 | (tramp-smb-handle-insert-directory): Use posix attributes if |
| 25 | possible. | 25 | possible. |
| 26 | (tramp-smb-handle-set-file-modes): It is applicable for posix | 26 | (tramp-smb-handle-set-file-modes): It is applicable for posix |