diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b3c056edd07..66588bc3e67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-08-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * sysdep.c (LC_CTYPE, LC_CTYPE_MASK, towlower_l): | ||
| 4 | Define substitutes for platforms that lack them. | ||
| 5 | (str_collate): Add arguments locale and ignore_case. | ||
| 6 | |||
| 7 | * fns.c (Fstring_collate_lessp, Fstring_collate_equalp): | ||
| 8 | Add optional arguments LOCALE and IGNORE-CASE. | ||
| 9 | |||
| 10 | * lisp.h (str_collate): Adapt argument list. | ||
| 11 | |||
| 1 | 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru> | 12 | 2014-08-29 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 13 | ||
| 3 | Add vectors support to Fsort. | 14 | Add vectors support to Fsort. |