Remove obsolete comment. PangoLayoutRun is not deprecated. It's just same
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 22 Oct 2007 20:50:20 +0000 (20:50 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 22 Oct 2007 20:50:20 +0000 (20:50 +0000)
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.

svn path=/trunk/; revision=2455

ChangeLog
docs/tmpl/layout.sgml

index e3d7ec0..861c795 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 524cbbc..4ff2f2d 100644 (file)
@@ -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>