diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2005-06-21 22:44:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2005-06-21 22:44:25 +0000 |
commit | 4a6f75cdab74522ee02d11c5668dcfdc960dbc93 (patch) | |
tree | 4217ba2878911ddd949a45651bd364cff520d8a2 /ChangeLog.pre-1-10 | |
parent | 4ce097d475ac26a1b872baaaae925f0a71b4563d (diff) | |
download | pango-4a6f75cdab74522ee02d11c5668dcfdc960dbc93.tar.gz |
Some additional ChangeLog details from last commit
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r-- | ChangeLog.pre-1-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index f3650d57..fb072e36 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -14,6 +14,14 @@ iterate through real clusters: that is, positions in the layout that have glyphs. + * pango/pango-layout.c (pango_layout_iter_get_char_extents): + Fix to give exactly the same results as + pango_glyph_string_index_to_x: the previous positions didn't + completely occupy the entire line. + + * pango/pango-layout.c (pango_layout_iter_next_line): Remove + unneeded updating of iter->index and an associated FIXME. + * tests/testiter.c tests/Makefile.am: Add a (somewhat reworked) test from Amit for the operation of PangoLayoutIter. |