diff options
| author | Michael Albinus | 2012-12-19 22:32:56 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-12-19 22:32:56 +0100 |
| commit | ed7367b19a22052629bdc80abb15868f9b344f83 (patch) | |
| tree | c42e188e203ba4961dc16069fe08fa60a830227e | |
| parent | 15ccf05eb5daaaf920b104886c13d1cc9071735c (diff) | |
| download | emacs-ed7367b19a22052629bdc80abb15868f9b344f83.tar.gz emacs-ed7367b19a22052629bdc80abb15868f9b344f83.zip | |
* NEWS: Tramp implements `file-acl' and `set-file-acl'.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
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 @@ | |||
| 1 | 2012-12-19 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * NEWS: Tramp implements `file-acl' and `set-file-acl'. | ||
| 4 | |||
| 1 | 2012-12-19 Tassilo Horn <tsdh@gnu.org> | 5 | 2012-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 |
| @@ -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 |
| 131 | devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' | 131 | devices by the Android Debug Bridge. The variable `tramp-adb-sdk-dir' |
| 132 | must be set to the Android SDK installation directory. | 132 | must be set to the Android SDK installation directory. |
| 133 | +++ | ||
| 134 | *** Handlers for `file-acl' and `set-file-acl' for remote machines | ||
| 135 | which support POSIX ACLs. | ||
| 133 | 136 | ||
| 134 | ** Woman | 137 | ** Woman |
| 135 | 138 | ||