aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-30 00:07:37 -0800
committerGlenn Morris2013-01-30 00:07:37 -0800
commit3f82a88a05e227145b0470991050698085d19fbe (patch)
tree38b8e6b4a86c251ba02264aa01325219aaf16e4b /src/ChangeLog
parent9e4ce6976d594b65c7b925fdff12a1adadb3b688 (diff)
parentfe93f41aa0f701315884bf0f8d2cbc6a9f914209 (diff)
downloademacs-3f82a88a05e227145b0470991050698085d19fbe.tar.gz
emacs-3f82a88a05e227145b0470991050698085d19fbe.zip
Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index abbe4ed6dd4..bb03ba10bb0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12013-01-30 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (sys_open): Zero out the flags for the new file descriptor.
4 (sys_close): Zero out the flags for the file descriptor before
5 closing it. (Bug#13546)
6
7 * w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
8 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
9 CharNextExA and CharPrevExA to iterate over file names encoded in
10 DBCS. (Bug#13553)
11
12 * w32.c (w32_get_long_filename, init_environment, readlink):
13 Support file names encoded in DBCS codepages.
14 (readlink): Use the current file-name-coding-system, not the ANSI
15 codepage, to decode and handle targets of symlinks.
16
12013-01-28 Eli Zaretskii <eliz@gnu.org> 172013-01-28 Eli Zaretskii <eliz@gnu.org>
2 18
3 * w32.c (opendir): Now accepts a 'const char *'. 19 * w32.c (opendir): Now accepts a 'const char *'.