aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-24 20:41:39 -0800
committerGlenn Morris2013-01-24 20:41:39 -0800
commit830e46e61ba1316e771c72a15e709d3d12e150b7 (patch)
treec88c21c32f65dc77d8f76c315a41a519a585dc8f /src/ChangeLog
parent3d4147bae3f03502acb3d12a5c9747129cc0c6aa (diff)
parent345f866e048bdc11bc38d894a7eaaa47335443e2 (diff)
downloademacs-830e46e61ba1316e771c72a15e709d3d12e150b7.tar.gz
emacs-830e46e61ba1316e771c72a15e709d3d12e150b7.zip
Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.ca
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):