aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-01-25 16:34:26 +0200
committerEli Zaretskii2013-01-25 16:34:26 +0200
commit6ee4509abf626f26ef56527ca0269614285a8404 (patch)
tree49c7ebb75f78cf21db3f84392f1af2c531fd93a4 /src/ChangeLog
parent345f866e048bdc11bc38d894a7eaaa47335443e2 (diff)
downloademacs-6ee4509abf626f26ef56527ca0269614285a8404.tar.gz
emacs-6ee4509abf626f26ef56527ca0269614285a8404.zip
Support MS-Windows file names encoded in multibyte encodings.
src/w32.c (w32_get_long_filename, init_environment, readlink): Support file names encoded in DBCS codepages.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e9c4fe0c50e..2294a473f53 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-01-25 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (w32_get_long_filename, init_environment, readlink):
4 Support file names encoded in DBCS codepages.
5
12013-01-23 Eli Zaretskii <eliz@gnu.org> 62013-01-23 Eli Zaretskii <eliz@gnu.org>
2 7
3 * w32.c (max_filename_mbslen): New function. 8 * w32.c (max_filename_mbslen): New function.