summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-07-10 19:41:53 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-07-10 19:41:53 +0000
commita3c061607593b0e89d83d1a299efec6544a3f9f9 (patch)
tree7b1cabe380c737400eff7004fef7618ee7dbd1c2
parent06fa23ef62bf34608e2c7facfe8dd037817214d5 (diff)
downloadpango-a3c061607593b0e89d83d1a299efec6544a3f9f9.tar.gz
Bug 163677 – pango_attr_list_splice: inconsistent docs Patch from Morten
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.
-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