summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2005-06-21 22:44:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-06-21 22:44:25 +0000
commit4a6f75cdab74522ee02d11c5668dcfdc960dbc93 (patch)
tree4217ba2878911ddd949a45651bd364cff520d8a2
parent4ce097d475ac26a1b872baaaae925f0a71b4563d (diff)
downloadpango-4a6f75cdab74522ee02d11c5668dcfdc960dbc93.tar.gz
Some additional ChangeLog details from last commit
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3650d57..fb072e36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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.