summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-29 23:10:57 +0200
committerBruno Haible <bruno@clisp.org>2011-03-29 23:47:50 +0200
commit6ec70a06da21e2bdceb9814fe6fde6be46f890cd (patch)
tree1eb310cb7adb756f54392eeea8423af19b1e6600 /ChangeLog
parent820590c2b81686f64c50d22022aeb49ff3c6e3ad (diff)
downloadlibunistring-6ec70a06da21e2bdceb9814fe6fde6be46f890cd.tar.gz
Add grapheme cluster break functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5a7edd..4d69c82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2011-03-29 Bruno Haible <bruno@clisp.org>
+
+ Add grapheme cluster break functions.
+ * autogen.sh (GNULIB_MODULES): Add unigbrk/*.
+ * gnulib-local/lib/unigbrk.in.h.diff: New file.
+ * gnulib-local/Makefile.am (EXTRA_DIST): Add lib/unigbrk.in.h.diff.
+ * lib/Makefile.am (nobase_include_HEADERS, HEADERS_WITH_EXTERNS): Add
+ unigbrk.h.
+ * doc/Makefile.am (libunistring_TEXINFOS): Move unigbrk.texi before
+ uniwbrk.texi.
+ * doc/libunistring.texi: Move chapter unigbrk.h before chapter
+ uniwbrk.h.
+ * doc/unigbrk.texi (unigbrk.h): Add more index entries. Enhance the
+ explanation of what a grapheme cluster is.
+ (Grapheme cluster break property): Add missing quotes. Avoid imperative
+ form.
+ * doc/uniwbrk.texi (uniwbrk.h): Add more index entries.
+ * AUTHORS: List Ben Pfaff.
+ * README: Mention the new include file unigbrk.h.
+ * NEWS: Likewise.
+
2011-03-28 Ben Pfaff <blp@cs.stanford.edu>
Document grapheme cluster break functions.