X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=57ba4d7e53ccf5afbe85f47f3fa4f6cbad2c658e;hb=a02f24da4244a8f3521ca7dd1dfec40b899a84e6;hp=e44f29a9f223b880d62388230cd9bc5b7506ea24;hpb=1e02d92f93a1a19c71dda7687da69bf5324e3e27;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index e44f29a..57ba4d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2006-06-12 Bill Haneman + + * configure.in: Require atk-1.12.0, to pick up + new API. (bug #344412). + + * libspi-1.0-uninstalled.pc.in: + * libspi-1.0.pc.in: + * libloginhelper-1.0.pc.in: Remove gtk+ dependency. + Fix for #341488 from Samual Thibault. + + * configure.in, LINGUAS: Use LINGUAS, bug #338023. + Thanks to Brian Pepple. + +2006-06-09 Bill Haneman + + * libspi/table.c: + (impl_get_nSelectedRows, impl_get_nSelectedColumns): + New, missing implementations of attribute reading methods + in epv. Bug #339021. + + * cspi/spi.h, spi_value.c: + (AccessibleValue_getMinimumIncrement): New methods wrapping + the (formerly unimplemented) property from Value.idl. + + * libspi/value.c: + (impl_get_minimumIncrement): Implementation for retrieving + the minimum valuator increment, (formerly unimplemented). + Bug #344265. + +2006-06-09 Bill Haneman + + * idl/Accessibility_State.idl: + Added STATE_VISITED (bug #338369). + + * cspi/spi_accessible.c: + (spi_state_to_corba) Fixed marshalling of new statetypes. + + * libspi/stateset.c: + (spi_init_state_tables, impl_getStates): + Fixed conversion of new statetypes to/from ATK. + + * idl/Accessibility_Role.idl: Added ROLE_FORM (bug #344266). + + * cspi/spi-roletypes.h, spi_accessible.c: Added marshalling + definitions/conversions for new roles from ATK. + + * idl/Accessibility_Relation.idl: + * libspi/relation.c: + * cspi/spi.h, spi_accessible.c: Added SPI_RELATION_DESCRIBED_BY and + SPI_RELATION_DESCRIPTION_FOR. (bug #344264) Also + SPI_PARENT_WINDOW_OF, which was in ATK but not AT-SPI. + + * libspi/accessible.c: Fixed marshalling of new role types from + ATK. + +2006-04-17 Matthias Clasen + + * revert my previous change + 2006-04-17 Kjartan Maraas * configure.in: Remove obssolete no_NO locale