summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-06-08 14:01:41 +0000
committerBill Haneman <billh@src.gnome.org>2006-06-08 14:01:41 +0000
commitb579ed8194be44514f34ad1c59e9fde8288a0e82 (patch)
tree5370bf76ec7db7ab05363f869a59f6dbd1b2f6d2 /ChangeLog
parent87e4b23c58d24f012bbcba95a49679c79d894ce1 (diff)
downloadatk-b579ed8194be44514f34ad1c59e9fde8288a0e82.tar.gz
Added atk_value_get_minimum_increment, to sync up with the minimumIncrement readonly
property in AT-SPI's Accessibility_Value.idl. Bug #341875.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f2b2a8..a6d9306 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
ATK_RELATION_DESCRIBED_BY (bug #344144).
* atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281).
+
+ * atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment
+ (missing despite being in AT-SPI's IDL for Value: bug #341875)
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>