diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e56b44ba525..0d65baebee2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-12-16 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * files.el (file-extended-attributes) | ||
| 4 | (set-file-extended-attributes): New functions. | ||
| 5 | (backup-buffer): Use them to handle both SELinux context and ACL | ||
| 6 | entries. | ||
| 7 | (backup-buffer-copy): Work with an alist of extended attributes, | ||
| 8 | rather than an SELinux context. | ||
| 9 | (basic-save-buffer-2): Ditto. | ||
| 10 | |||
| 1 | 2012-12-16 Timo Myyrä <timo.myyra@gmail.com> | 11 | 2012-12-16 Timo Myyrä <timo.myyra@gmail.com> |
| 2 | 12 | ||
| 3 | * battery.el (battery-bsd-apm): New function. | 13 | * battery.el (battery-bsd-apm): New function. |