diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efd469ad053..bb678dc4843 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2014-08-25 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Implement locale-sensitive string collation for MS-Windows. | ||
| 4 | * w32proc.c (get_lcid_callback, get_lcid, w32_compare_strings): | ||
| 5 | New functions. (Bug#18051) | ||
| 6 | |||
| 7 | * w32.h (w32_compare_strings): Add prototype. | ||
| 8 | |||
| 9 | * w32.c <g_b_init_compare_string_w>: New global flag. | ||
| 10 | (globals_of_w32): Initialize it. | ||
| 11 | |||
| 12 | * sysdep.c (str_collate) [WINDOWSNT]: Implementation for MS-Windows. | ||
| 13 | |||
| 14 | * fns.c (Fstring_collate_lessp, Fstring_collate_equalp) | ||
| 15 | [WINDOWSNT]: Call str_collate on MS-Windows. | ||
| 16 | |||
| 1 | 2014-08-25 Dmitry Antipov <dmantipov@yandex.ru> | 17 | 2014-08-25 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 18 | ||
| 3 | One more minor cleanup of font subsystem. | 19 | One more minor cleanup of font subsystem. |