summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-11 07:47:41 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-11 07:47:41 +0000
commitcc4acf51342b24ffa1c7942d24d3bc6b40666879 (patch)
tree2d8ef8f785d1cb1b7b6056bfce8455fe6abfa4f4
parentc82dcf4c9cda78350bc844f6187bac5df87f5444 (diff)
downloadpango-cc4acf51342b24ffa1c7942d24d3bc6b40666879.tar.gz
Bug 438801 – underline should add "error" type.
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
-rw-r--r--ChangeLog6
-rw-r--r--docs/pango_markup.sgml2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e52a0260..0a4d2934 100644
--- 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
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml
index 72b0179d..5799a77b 100644
--- a/docs/pango_markup.sgml
+++ b/docs/pango_markup.sgml
@@ -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>