summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--pango/pango-attributes.c4
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7392bcdf..1d9ba35c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+ Bug 163677 – pango_attr_list_splice: inconsistent docs
+ Patch from Morten Welinder
+
+ * pango/pango-attributes.c (pango_attr_list_splice): Improve docs.
+
+2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+
Bug 345070 – [ml_IN] not render for combination with ZWJ
Patch from LingNing Zhang
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index ea7c268b..a44d499d 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1401,7 +1401,9 @@ pango_attr_list_change (PangoAttrList *list,
* must be specified since the attributes in @other
* may only be present at some subsection of this range)
*
- * This function splices attribute list @other into @list.
+ * This function opens up a hole in @list, fills it in with attributes from
+ * the left, and then merges @other on top of the hole.
+ *
* This operation is equivalent to stretching every attribute
* that applies at position @pos in @list by an amount @len,
* and then calling pango_attr_list_change() with a copy