diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ffa4bdf927f..e147889f796 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2013-01-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32notify.c (Fw32notify_add_watch): Doc fix. (Bug#13540) | ||
| 4 | |||
| 5 | 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 6 | |||
| 7 | * font.c (num_fonts): Remove the leftover from old | ||
| 8 | debugging code. Adjust comment style here and there. | ||
| 9 | * insdel.c (insert_1): Remove. | ||
| 10 | * lisp.h (insert_1): Remove prototype. | ||
| 11 | * xdisp.c (message_dolog): Adjust users to call insert_1_both. | ||
| 12 | |||
| 13 | 2013-01-25 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * w32.c (max_filename_mbslen): New function. | ||
| 16 | (normalize_filename, readdir): Use it to detect locales where ANSI | ||
| 17 | encoding of file names uses a double-byte character set (DBCS). | ||
| 18 | If a DBCS encoding is used, advance by characters using | ||
| 19 | CharNextExA, instead of incrementing a 'char *' pointer. Use | ||
| 20 | _mbslwr instead of _strlwr. (Bug#13515) | ||
| 21 | |||
| 22 | * w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial | ||
| 23 | request of memory reservation to 1.7GB. (Bug#13065) | ||
| 24 | |||
| 25 | 2013-01-25 Andreas Schwab <schwab@linux-m68k.org> | ||
| 26 | |||
| 27 | * coding.c (detect_coding_iso_2022): Move back mis-reordered code | ||
| 28 | at check_extra_latin label. (Bug#13505) | ||
| 29 | |||
| 1 | 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru> | 30 | 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 31 | ||
| 3 | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script): | 32 | * nsfont.m (ns_escape_name, ns_unescape_name, ns_registry_to_script): |
| @@ -19,7 +48,7 @@ | |||
| 19 | (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT | 48 | (w32_read_socket): Save iconified state to generate DEICONIFY_EVENT |
| 20 | properly. Likewise for obscured. | 49 | properly. Likewise for obscured. |
| 21 | * xterm.c: Ditto. | 50 | * xterm.c: Ditto. |
| 22 | (handle_one_xevent): Save visible state go generate ICONIFY_EVENT | 51 | (handle_one_xevent): Save visible state to generate ICONIFY_EVENT |
| 23 | properly. | 52 | properly. |
| 24 | * nsterm.m: Ditto. | 53 | * nsterm.m: Ditto. |
| 25 | (windowDidDeminiaturize): Generate DEICONIFY_EVENT. | 54 | (windowDidDeminiaturize): Generate DEICONIFY_EVENT. |