diff options
| author | Glenn Morris | 2013-01-24 20:41:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-24 20:41:39 -0800 |
| commit | 830e46e61ba1316e771c72a15e709d3d12e150b7 (patch) | |
| tree | c88c21c32f65dc77d8f76c315a41a519a585dc8f /src/ChangeLog | |
| parent | 3d4147bae3f03502acb3d12a5c9747129cc0c6aa (diff) | |
| parent | 345f866e048bdc11bc38d894a7eaaa47335443e2 (diff) | |
| download | emacs-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/ChangeLog | 17 |
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 @@ | |||
| 1 | 2013-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 | |||
| 13 | 2013-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 | |||
| 1 | 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru> | 18 | 2013-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): |