summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-06-28 15:32:53 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-06-28 15:32:53 +0000
commit30e38994a8bb619fe34529442bb50f2aed13ca32 (patch)
tree506718dd7ba2e696390e56e0e7552cdfe1d6c1db
parentc31b5675a3a1cdeb4d03a687a3d8731870465517 (diff)
downloadpango-30e38994a8bb619fe34529442bb50f2aed13ca32.tar.gz
Fix double cluster increment.PANGO_1_5_0
Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com> * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs): Fix double cluster increment.
-rw-r--r--ChangeLog11
-rw-r--r--ChangeLog.pre-1-1011
-rw-r--r--ChangeLog.pre-1-611
-rw-r--r--ChangeLog.pre-1-811
-rw-r--r--pango/pango-glyph-item.c3
5 files changed, 44 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c6522e8..a38f0760 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Thu Jun 24 14:07:10 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.0 ===
+
+ * NEWS: Updated
+
+Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs):
+ Fix double cluster increment.
+
Thu Jun 24 00:50:46 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_run_get_extents): Fix
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 2c6522e8..a38f0760 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,14 @@
+Thu Jun 24 14:07:10 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.0 ===
+
+ * NEWS: Updated
+
+Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs):
+ Fix double cluster increment.
+
Thu Jun 24 00:50:46 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_run_get_extents): Fix
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 2c6522e8..a38f0760 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,14 @@
+Thu Jun 24 14:07:10 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.0 ===
+
+ * NEWS: Updated
+
+Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs):
+ Fix double cluster increment.
+
Thu Jun 24 00:50:46 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_run_get_extents): Fix
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 2c6522e8..a38f0760 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,14 @@
+Thu Jun 24 14:07:10 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.0 ===
+
+ * NEWS: Updated
+
+Thu Jun 24 13:35:03 2004 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs):
+ Fix double cluster increment.
+
Thu Jun 24 00:50:46 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_run_get_extents): Fix
diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c
index b62bf840..af242b1e 100644
--- a/pango/pango-glyph-item.c
+++ b/pango/pango-glyph-item.c
@@ -431,9 +431,6 @@ pango_glyph_item_apply_attrs (PangoGlyphItem *glyph_item,
state.segment_attrs = g_slist_concat (state.segment_attrs,
pango_attr_iterator_get_attrs (iter));
}
-
- if (!glyph_item_iter_next_cluster (&state.iter))
- break;
}
out: