summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-09-14 10:58:21 +0000
committerBill Haneman <billh@src.gnome.org>2006-09-14 10:58:21 +0000
commiteb11e349d3a4d599db57d179bd8c7ade77ada699 (patch)
treeee0cbcc48a4dc407e2006d0a8fa59e1587630cc0 /ChangeLog
parente6a797b46a957e7bf08e6235581b28a7ba6807c5 (diff)
downloadatk-eb11e349d3a4d599db57d179bd8c7ade77ada699.tar.gz
Fix win32 build (bug #355312, patch from Cedric Gustin), and
deprecate atk_hyperlink_is_selected_link (bug #340553) since ATK_STATE_SELECTED gives the same info.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25cf54e..d288d92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-09-14 Bill Haneman <bill.haneman@sun.com>
+ * atk/atk.def: Added some missing symbols for win32 build.
+ Patch from Cedric Gustin, bug #355912.
+
+ * atk/atkhyperlink.c:
+ (atk_hyperlink_is_selected_link): Mark deprecated, since
+ ATK_STATE_SELECTED gives the same information for hyperlinks.
+ Bug #340553.
+
* atk/atktext.c:
(atk_text_attribute_get_value): Allow value of
PANGO_UNDERLINE_ERROR, since this is not an error condition, but