Bug 438801 – underline should add "error" type.
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 11 Jun 2007 07:47:41 +0000 (07:47 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 11 Jun 2007 07:47:41 +0000 (07:47 +0000)
2007-06-11  Behdad Esfahbod  <behdad@gnome.org>

        Bug 438801 – underline should add "error" type.

        * docs/pango_markup.sgml: Add "error" underline type to docs.

svn path=/trunk/; revision=2337

ChangeLog
docs/pango_markup.sgml

index e52a026..0a4d293 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-11  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 438801 – underline should add "error" type.
+
+       * docs/pango_markup.sgml: Add "error" underline type to docs.
+
 2007-06-10  Behdad Esfahbod  <behdad@gnome.org>
 
        Bug 347236 – provide pango_cairo_font_get_scaled_font
index 72b0179..5799a77 100644 (file)
@@ -123,7 +123,7 @@ An RGB color specification such as '#00FF00' or a color name such as
 
 <varlistentry><term>underline</term>
 <listitem><para>
-One of 'single', 'double', 'low', 'none'
+One of 'none', 'single', 'double', 'low', 'error'
 </para></listitem>
 </varlistentry>