diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | pango/pango-attributes.c | 4 |
3 files changed, 12 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2005-03-02 Owen Taylor <otaylor@redhat.com> + * pango/pango-attributes.c (pango_attr_iterator_get_attrs): + Fix various typos in the docs (#163244, Morten Welinder) + +2005-03-02 Owen Taylor <otaylor@redhat.com> + * pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): Go back to using Xft-reported metrics for all non-transformed fonts. Reporting non-integer glyph metrics for fonts diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 6996106e..ebd5c76c 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,5 +1,10 @@ 2005-03-02 Owen Taylor <otaylor@redhat.com> + * pango/pango-attributes.c (pango_attr_iterator_get_attrs): + Fix various typos in the docs (#163244, Morten Welinder) + +2005-03-02 Owen Taylor <otaylor@redhat.com> + * pango/pangoxft-font.c (pango_xft_font_get_glyph_extents): Go back to using Xft-reported metrics for all non-transformed fonts. Reporting non-integer glyph metrics for fonts diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index edf0d966..4cf1f616 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1813,9 +1813,9 @@ pango_attr_list_filter (PangoAttrList *list, /** * pango_attr_iterator_get_attrs: - * @iterator: a #PangAttrIterator + * @iterator: a #PangoAttrIterator * - * Gets a list all attributes a the current position of the + * Gets a list of all attributes at the current position of the * iterator. * * Return value: a list of all attributes for the current range. |