diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +2018-02-28 Daiki Ueno <ueno@gnu.org> + + * version.sh: Bump version number and date. + * README: Update version. + +2018-02-02 Bruno Haible <bruno@clisp.org> + + Update after gnulib changed. + * NEWS: Mention the multithread-safety fix from gnulib module 'malloca'. + +2018-01-27 Bruno Haible <bruno@clisp.org> + + Rename some file. + * INSTALL.windows: Renamed from README.windows. + * Makefile.am (EXTRA_DIST): Update. + * doc/libunistring.texi (Installation): Likewise. + +2017-12-10 Bruno Haible <bruno@clisp.org> + + Documentation updates. + Mostly based on feedback by Richard Stallman <rms@gnu.org>. + * doc/wchar_t.texi: New file, extracted from doc/libunistring.texi. + * doc/Makefile.am (libunistring_TEXINFOS): Add it. + * doc/libunistring.texi: Move "The wchar_t mess" section to an appendix. + * doc/unitypes.texi: Explain difference between uint32_t and ucs4_t. + * doc/unistr.texi (Elementary string functions, + Elementary string functions on NUL terminated strings): Add subsection + structure. + * doc/unictype.texi (Object oriented API): Explain each general category + once only. + * doc/unistdio.texi, doc/uninorm.texi, doc/unicase.texi: Small changes. + 2017-11-30 Daiki Ueno <ueno@gnu.org> * version.sh: Bump version number and date. |