aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-23 18:26:43 +0100
committerJoakim Verona2012-12-23 18:26:43 +0100
commit9a347b7e62bbbdb547edd93091d1955448bbfd7f (patch)
tree871096a4be2389663402732c7373ad50f8684d7d /src/ChangeLog
parentd31a157a3e39a260f5258e0093c9b7dc3b00076b (diff)
parent40ff07a5a0ce6c3bdff8a86d4161bfd1ca25f651 (diff)
downloademacs-9a347b7e62bbbdb547edd93091d1955448bbfd7f.tar.gz
emacs-9a347b7e62bbbdb547edd93091d1955448bbfd7f.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7502104ddf..648f14a61e4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12012-12-23 Eli Zaretskii <eliz@gnu.org> 12012-12-23 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32.c (acl_set_file): If setting the file security descriptor
4 fails, and the new DACL is identical to the existing one, silently
5 return success. This fixes problems for users backing up their
6 own files without having the necessary privileges for setting
7 security descriptors.
8
3 * w32proc.c (reader_thread): Do not index fd_info[] with negative 9 * w32proc.c (reader_thread): Do not index fd_info[] with negative
4 values. 10 values.
5 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR 11 (reader_thread): Exit when cp->status becomes STATUS_READ_ERROR