From ba14c607ba7fdadb494b57a9788997059ba510bf Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 20 Jan 2013 23:59:47 +0100 Subject: Fixes: debbugs:13505 * src/coding.c (detect_coding_iso_2022): Move back mis-reordered code at check_extra_latin label. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 64ffe05921f..623d9e4877f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-01-20 Andreas Schwab + + * coding.c (detect_coding_iso_2022): Move back mis-reordered code + at check_extra_latin label. (Bug#13505) + 2013-01-17 Glenn Morris * fns.c (Frandom): Doc fix. -- cgit v1.2.1 From 81abbb95448708ac28485d469e3b04749d1b8b08 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 22 Jan 2013 15:30:17 +0200 Subject: Fix bug #13065 with file selector dialog on Windows 7. src/w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial request of memory reservation to 1.7GB. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 623d9e4877f..e7ab13311e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-01-22 Eli Zaretskii + + * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial + request of memory reservation to 1.7GB. (Bug#13065) + 2013-01-20 Andreas Schwab * coding.c (detect_coding_iso_2022): Move back mis-reordered code -- cgit v1.2.1 From 6d2851de77e7828218bec1bd57779277fa80e129 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 23 Jan 2013 18:11:04 +0200 Subject: Fix bug #13515 with processing DBCS file names on MS-Windows. src/w32.c (max_filename_mbslen): New function. (normalize_filename, readdir): Use it to detect locales where ANSI encoding of file names uses a double-byte character set (DBCS). If a DBCS encoding is used, advance by characters using CharNextExA, instead of incrementing a 'char *' pointer. Use _mbslwr instead of _strlwr. --- src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index e7ab13311e1..e9c4fe0c50e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2013-01-23 Eli Zaretskii + + * w32.c (max_filename_mbslen): New function. + (normalize_filename, readdir): Use it to detect locales where ANSI + encoding of file names uses a double-byte character set (DBCS). + If a DBCS encoding is used, advance by characters using + CharNextExA, instead of incrementing a 'char *' pointer. Use + _mbslwr instead of _strlwr. (Bug#13515) + 2013-01-22 Eli Zaretskii * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial -- cgit v1.2.1