diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-06-22 18:52:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-06-22 18:52:44 +0000 |
commit | 8039327b77e272a721ff96d0e34a2b70c535a5e8 (patch) | |
tree | 7ae7a39b3600ae09bc666c066d83ca58be2106de /ChangeLog.pre-1-8 | |
parent | 6f2ebcdb53f740082734e6147c737b83a26e9b0c (diff) | |
download | pango-8039327b77e272a721ff96d0e34a2b70c535a5e8.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-8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 5db74826..7d0e7d97 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(). + Mon Jun 21 16:02:04 2004 Owen Taylor <otaylor@redhat.com> #143556, Noah Misch |