diff options
| author | Romain Francoise | 2013-04-07 13:21:39 +0200 |
|---|---|---|
| committer | Romain Francoise | 2013-04-07 13:21:39 +0200 |
| commit | 5406cfd9cd748a2d83a0c9eb38849ace83a10cb2 (patch) | |
| tree | 797a19e403359ed5c6a18ee52ffdd8ee6ac06b66 /src/ChangeLog | |
| parent | df4555fad10dafc50c44a4d7f97515cc9f1678c9 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-03-31 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2013-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 |