aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-16 19:34:29 +0100
committerJoakim Verona2012-12-16 19:34:29 +0100
commitec5501337dd01f1b02f3b0a97f1ed2535da6bf65 (patch)
treea606d79eb68d063cdb3490372a5d617b6a2c7403 /src/ChangeLog
parentb602e17e46e9d1b8bc58b3ac7505361447bb9770 (diff)
parent7c3d167f48d6262ee4e5512aa50a07ee96bc1509 (diff)
downloademacs-ec5501337dd01f1b02f3b0a97f1ed2535da6bf65.tar.gz
emacs-ec5501337dd01f1b02f3b0a97f1ed2535da6bf65.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54dcfca6fd5..3cf105c8003 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12012-12-16 Romain Francoise <romain@orebokech.com>
2
3 * fileio.c (Ffile_acl, Fset_file_acl): New functions.
4 (Fcopy_file): Change last arg to `preserve_extended_attributes'
5 and copy ACL entries of file in addition to SELinux context if
6 set.
7 (syms_of_fileio): Add `file-acl' and `set-file-acl'.
8
9 * Makefile.in (LIBACL_LIBS): New macro.
10 (LIBES): Use it.
11
12012-12-15 Paul Eggert <eggert@cs.ucla.edu> 122012-12-15 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 * fileio.c (internal_delete_file): Use bool for boolean. 14 * fileio.c (internal_delete_file): Use bool for boolean.