summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-22 18:53:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-22 18:53:00 +0000
commit1939a027b1d4e6c7d83af9e42e191f1bfb0cf8a0 (patch)
tree1fcdd2ab1b502022d5604ac5c99724a0d56efe69 /ChangeLog.pre-1-8
parent8ba821e11ccc3c357ae244b8a6707418c78a5e29 (diff)
downloadpango-1939a027b1d4e6c7d83af9e42e191f1bfb0cf8a0.tar.gz
Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, Jeroen
Tue Jun 22 14:10:41 2004 Owen Taylor <otaylor@redhat.com> * pango/break.c: Handle new Unicode-4.0 WORD_JOINER and NEXT_LINE classes. (#143436, Jeroen Zwartepoorte) * pango/break.c (pango_default_break): Handle space followed by a combining character as called for by TR 14. * tests/testboundaries.c (check_line_char): Fix up for space+combining mark * pango/break.c (pango_default_break): Change fixme for G_UNICODE_BREAK_SURROGATE to g_assert_not_reached().
Diffstat (limited to 'ChangeLog.pre-1-8')
-rw-r--r--ChangeLog.pre-1-815
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index c6ff79a0..5e806cfe 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,18 @@
+Tue Jun 22 14:10:41 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/break.c: Handle new Unicode-4.0 WORD_JOINER
+ and NEXT_LINE classes. (#143436, Jeroen Zwartepoorte)
+
+ * pango/break.c (pango_default_break): Handle space
+ followed by a combining character as called for by
+ TR 14.
+
+ * tests/testboundaries.c (check_line_char): Fix up
+ for space+combining mark
+
+ * pango/break.c (pango_default_break): Change fixme
+ for G_UNICODE_BREAK_SURROGATE to g_assert_not_reached().
+
Tue Jun 22 10:39:32 2004 Owen Taylor <otaylor@redhat.com>
* pango/pangoft2-render.c (_pango_ft2_draw_error_underline,