aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2012-12-17 15:38:07 +0100
committerMichael Albinus2012-12-17 15:38:07 +0100
commit53b6a8b11383585ae8a175bf53964e35e889d338 (patch)
tree0c97fe76816949f9477b7a9ad45de1120614aab9 /lisp/ChangeLog
parent4cc63c814237feaed9590585f1bbdf2aca214c0b (diff)
downloademacs-53b6a8b11383585ae8a175bf53964e35e889d338.tar.gz
emacs-53b6a8b11383585ae8a175bf53964e35e889d338.zip
Add support for preserving ACL entries of files.
* net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and `set-file-acl' handlers. * net/tramp-adb.el (tramp-adb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. * net/tramp-compat.el (tramp-compat-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add `file-acl' and `set-file-acl' handlers. (tramp-gvfs-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl): New defuns. * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add `file-acl' and `set-file-acl' handlers. (tramp-remote-acl-p, tramp-sh-handle-file-acl) (tramp-sh-handle-set-file-acl): New defuns. (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file): Handle PRESERVE-EXTENDED-ATTRIBUTES. * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add `file-acl' and `set-file-acl' handlers. (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog31
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 @@
12012-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
12012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change) 322012-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