aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2012-12-19 22:32:56 +0100
committerMichael Albinus2012-12-19 22:32:56 +0100
commited7367b19a22052629bdc80abb15868f9b344f83 (patch)
treec42e188e203ba4961dc16069fe08fa60a830227e
parent15ccf05eb5daaaf920b104886c13d1cc9071735c (diff)
downloademacs-ed7367b19a22052629bdc80abb15868f9b344f83.tar.gz
emacs-ed7367b19a22052629bdc80abb15868f9b344f83.zip
* NEWS: Tramp implements `file-acl' and `set-file-acl'.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index a0486389331..d9cb64729ba 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12012-12-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Tramp implements `file-acl' and `set-file-acl'.
4
12012-12-19 Tassilo Horn <tsdh@gnu.org> 52012-12-19 Tassilo Horn <tsdh@gnu.org>
2 6
3 * themes/tsdh-dark-theme.el (tsdh-dark): Add customizations of 7 * themes/tsdh-dark-theme.el (tsdh-dark): Add customizations of
diff --git a/etc/NEWS b/etc/NEWS
index 263ca3cd48a..aba06a66bde 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -130,6 +130,9 @@ duplicate lines everywhere in the region without regard to adjacency.
130*** New connection method "adb", which allows to access Android 130*** New connection method "adb", which allows to access Android
131devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' 131devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir'
132must be set to the Android SDK installation directory. 132must be set to the Android SDK installation directory.
133+++
134*** Handlers for `file-acl' and `set-file-acl' for remote machines
135which support POSIX ACLs.
133 136
134** Woman 137** Woman
135 138