summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-09-14 10:39:33 +0000
committerBill Haneman <billh@src.gnome.org>2006-09-14 10:39:33 +0000
commite6a797b46a957e7bf08e6235581b28a7ba6807c5 (patch)
tree307bdb5e305495ebcf9f84b362c917797df2c4af /ChangeLog
parenta29dc5a62b0259c3b09c5a8484ad58051c9f5c9c (diff)
downloadatk-e6a797b46a957e7bf08e6235581b28a7ba6807c5.tar.gz
Fix for bug #346464, allow underlines in gtk with style "PANGO_UNDERLINE_ERROR".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c39e1da..25cf54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-09-14 Bill Haneman <bill.haneman@sun.com>
+
+ * atk/atktext.c:
+ (atk_text_attribute_get_value): Allow value of
+ PANGO_UNDERLINE_ERROR, since this is not an error condition, but
+ denotes the underline style used to indicate spelling errors.
+ Bug #346464.
+
2006-09-08 Bill Haneman <bill.haneman@sun.com>
* atk/atkhyperlinkimpl.c: