diff options
| author | Michael Albinus | 2014-08-24 17:40:07 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-08-24 17:40:07 +0200 |
| commit | 07b47905d3b38ac77398213cdb76b2dca2217db7 (patch) | |
| tree | 592f4ee93e3ee5892757b48ae470ce783aa1a9e4 /ChangeLog | |
| parent | bf5b1e26c1a1c965aca2ddf4fe06bcce2ddce9d0 (diff) | |
| download | emacs-07b47905d3b38ac77398213cdb76b2dca2217db7.tar.gz emacs-07b47905d3b38ac77398213cdb76b2dca2217db7.zip | |
Add string collation.
* configure.ac: Check also for the uselocale function.
* src/fns.c (Fstring_collate_lessp, Fstring_collate_equalp): New DEFUNs.
* src/sysdep.c (str_collate): New function. (Bug#18051)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * configure.ac: Check also for the uselocale function. (Bug#18051) | ||
| 4 | |||
| 1 | 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change) | 5 | 2014-08-23 Karol Ostrovsky <karol.ostrovsky@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * configure.ac: Accept "*-mingw*", not just "*-mingw32", as | 7 | * configure.ac: Accept "*-mingw*", not just "*-mingw32", as |