aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ffa4bdf927f..7d9647cbb11 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12013-01-25 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (max_filename_mbslen): New function.
4 (normalize_filename, readdir): Use it to detect locales where ANSI
5 encoding of file names uses a double-byte character set (DBCS).
6 If a DBCS encoding is used, advance by characters using
7 CharNextExA, instead of incrementing a 'char *' pointer. Use
8 _mbslwr instead of _strlwr. (Bug#13515)
9
10 * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial
11 request of memory reservation to 1.7GB. (Bug#13065)
12
132013-01-25 Andreas Schwab <schwab@linux-m68k.org>
14
15 * coding.c (detect_coding_iso_2022): Move back mis-reordered code
16 at check_extra_latin label. (Bug#13505)
17
12013-01-24 Dmitry Antipov <dmantipov@yandex.ru> 182013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
2 19
3 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script): 20 * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script):