diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | pango/pango-attributes.c | 4 |
2 files changed, 10 insertions, 1 deletions
@@ -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 |