summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: