diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 21564f5daa5..26570fc7e90 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2012-12-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Add support for preserving ACL entries of files. | ||
| 4 | |||
| 5 | * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and | ||
| 6 | `set-file-acl' handlers. | ||
| 7 | |||
| 8 | * net/tramp-adb.el (tramp-adb-handle-copy-file): Handle | ||
| 9 | PRESERVE-EXTENDED-ATTRIBUTES. | ||
| 10 | |||
| 11 | * net/tramp-compat.el (tramp-compat-copy-file): Handle | ||
| 12 | PRESERVE-EXTENDED-ATTRIBUTES. | ||
| 13 | |||
| 14 | * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add | ||
| 15 | `file-acl' and `set-file-acl' handlers. | ||
| 16 | (tramp-gvfs-handle-copy-file): Handle | ||
| 17 | PRESERVE-EXTENDED-ATTRIBUTES. | ||
| 18 | (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl): New | ||
| 19 | defuns. | ||
| 20 | |||
| 21 | * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add | ||
| 22 | `file-acl' and `set-file-acl' handlers. | ||
| 23 | (tramp-remote-acl-p, tramp-sh-handle-file-acl) | ||
| 24 | (tramp-sh-handle-set-file-acl): New defuns. | ||
| 25 | (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file): Handle | ||
| 26 | PRESERVE-EXTENDED-ATTRIBUTES. | ||
| 27 | |||
| 28 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add | ||
| 29 | `file-acl' and `set-file-acl' handlers. | ||
| 30 | (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. | ||
| 31 | |||
| 1 | 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change) | 32 | 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change) |
| 2 | 33 | ||
| 3 | * help-macro.el (make-help-screen): Instead of switch-to-buffer | 34 | * help-macro.el (make-help-screen): Instead of switch-to-buffer |