aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRomain Francoise2013-04-07 13:21:39 +0200
committerRomain Francoise2013-04-07 13:21:39 +0200
commit5406cfd9cd748a2d83a0c9eb38849ace83a10cb2 (patch)
tree797a19e403359ed5c6a18ee52ffdd8ee6ac06b66 /src/ChangeLog
parentdf4555fad10dafc50c44a4d7f97515cc9f1678c9 (diff)
downloademacs-5406cfd9cd748a2d83a0c9eb38849ace83a10cb2.tar.gz
emacs-5406cfd9cd748a2d83a0c9eb38849ace83a10cb2.zip
Ignore additional platform-specific ACL errors (Bug#13702).
* fileio.c (ACL_NOT_WELL_SUPPORTED): New macro copied from gnulib. (Fcopy_file, Fset_file_acl) [HAVE_POSIX_ACL]: Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 545df8e050f..be654602cc8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-04-07 Romain Francoise <romain@orebokech.com>
2
3 Ignore additional platform-specific ACL errors (Bug#13702).
4 * fileio.c (ACL_NOT_WELL_SUPPORTED): New macro copied from gnulib.
5 (Fcopy_file, Fset_file_acl) [HAVE_POSIX_ACL]: Use it.
6
12013-03-31 Jan Djärv <jan.h.d@swipnet.se> 72013-03-31 Jan Djärv <jan.h.d@swipnet.se>
2 8
3 * nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checking 9 * nsterm.m (ns_mouse_position): Use NS_FRAME_P instead of checking