aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-29 19:47:39 +0200
committerEli Zaretskii2012-12-29 19:47:39 +0200
commit8d23a331207808396cf7359314f506158900f024 (patch)
tree38ff404f4ed3a4ae290eaafb6eebd274c1e07b7c /src/ChangeLog
parentc1fea2c0d236a152efdff96c019e23ce1b4b1095 (diff)
downloademacs-8d23a331207808396cf7359314f506158900f024.tar.gz
emacs-8d23a331207808396cf7359314f506158900f024.zip
Improve copy-file diagnostics on MS-Windows.
src/fileio.c (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails by looking at what GetLastError returns.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f40f936d13a..e95df2b8953 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,7 @@
3 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if 3 * fileio.c (Fset_file_selinux_context, Fset_file_acl): Return t if
4 file's SELinux context or ACLs successfully set, nil otherwise. 4 file's SELinux context or ACLs successfully set, nil otherwise.
5 (Bug#13298) 5 (Bug#13298)
6 (Fcopy_file) [WINDOWSNT]: Improve diagnostics when CopyFile fails.
6 7
7 * w32proc.c (reader_thread): Avoid passing NULL handles to 8 * w32proc.c (reader_thread): Avoid passing NULL handles to
8 SetEvent and WaitForSingleObject. 9 SetEvent and WaitForSingleObject.