aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 76f6865972c..f40f936d13a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-12-29 Eli Zaretskii <eliz@gnu.org> 12012-12-29 Eli Zaretskii <eliz@gnu.org>
2 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
3 * w32proc.c (reader_thread): Avoid passing NULL handles to 7 * w32proc.c (reader_thread): Avoid passing NULL handles to
4 SetEvent and WaitForSingleObject. 8 SetEvent and WaitForSingleObject.
5 9