diff options
| author | Paul Eggert | 2014-06-21 00:03:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-21 00:03:41 -0700 |
| commit | d895e63e96baf3f5ae1fdb32dafc65f0031bd610 (patch) | |
| tree | 1740e6c390c97d3d45e67174763f4d507d60b78d /src/ChangeLog | |
| parent | 55d4eba2d0e650d811250c31f3801f6835bd088a (diff) | |
| download | emacs-d895e63e96baf3f5ae1fdb32dafc65f0031bd610.tar.gz emacs-d895e63e96baf3f5ae1fdb32dafc65f0031bd610.zip | |
Port to OS X ACLs.
* fileio.c (Ffile_acl): Port to OS X, where acl_get_file (...,
ACL_TYPE_ACCESS) doesn't work.
Fixes: debbugs:17810
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 58e3eab8339..f28a6a63ec4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-06-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to OS X ACLs (Bug#17810). | ||
| 4 | * fileio.c (Ffile_acl): Port to OS X, where acl_get_file (..., | ||
| 5 | ACL_TYPE_ACCESS) doesn't work. | ||
| 6 | |||
| 1 | 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * keyboard.c (read_key_sequence): Don't invoke Vprefix_help_command | 9 | * keyboard.c (read_key_sequence): Don't invoke Vprefix_help_command |