diff options
author | Havoc Pennington <hp@redhat.com> | 2000-11-14 01:02:05 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-14 01:02:05 +0000 |
commit | 8c0b3b59674586d069dba895929f23ee6c9ea91b (patch) | |
tree | 9dfe6171de302592f4b71207439187d10816f75d /ChangeLog | |
parent | 4d3301bfb0b7797a09c0a59c65b1a13e76ebf424 (diff) | |
download | pango-8c0b3b59674586d069dba895929f23ee6c9ea91b.tar.gz |
Don't need to check_lines, pango_layout_get_iter() will do that
2000-11-13 Havoc Pennington <hp@redhat.com>
* pango/pango-layout.c (pango_layout_get_cursor_pos): Don't need
to check_lines, pango_layout_get_iter() will do that
(next_cluster_start): don't ever return a value past the end
of the glyph string
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2000-11-13 Havoc Pennington <hp@redhat.com> + * pango/pango-layout.c (pango_layout_get_cursor_pos): Don't need + to check_lines, pango_layout_get_iter() will do that + (next_cluster_start): don't ever return a value past the end + of the glyph string + +2000-11-13 Havoc Pennington <hp@redhat.com> + * examples/pangox.aliases: Add italic/bold variants 2000-11-13 Elliot Lee <sopwith@redhat.com> |