diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 79d1982cc0e..e95df2b8953 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-12-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if | ||
| 4 | file's SELinux context or ACLs successfully set, nil otherwise. | ||
| 5 | (Bug#13298) | ||
| 6 | (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails. | ||
| 7 | |||
| 8 | * w32proc.c (reader_thread): Avoid passing NULL handles to | ||
| 9 | SetEvent and WaitForSingleObject. | ||
| 10 | |||
| 1 | 2012-12-28 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-12-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Port EXTERNALLY_VISIBLE to Clang 3.2. | 13 | Port EXTERNALLY_VISIBLE to Clang 3.2. |