diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | docs/tmpl/layout.sgml | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2007-10-22 Behdad Esfahbod <behdad@gnome.org> + + * docs/tmpl/layout.sgml: Remove obsolete comment. PangoLayoutRun + is not deprecated. It's just same type as PangoGlyphItem. + 2007-10-21 Behdad Esfahbod <behdad@gnome.org> * pango/pango-layout.h: Remove obsolete comment. PangoLayoutRun is diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 524cbbce..4ff2f2de 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -789,7 +789,7 @@ code specific to each rendering system. <para> The #PangoLayoutRun structure represents a single run within a #PangoLayoutLine; it is simply an alternate name for -#PangoGlyphItem, present for backwards compatibility. +#PangoGlyphItem. See the #PangoGlyphItem docs for details on the fields. </para> |