X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=2058eb1fc0bb61b4b18447d9b4589a9be67c2219;hb=d8761880c8bd6c1c2b48749f57bab780900c274b;hp=2ea39e8742f472f41f05c9743feaf321075ab3e2;hpb=53cd8b6e1a984d961d49cdc030bfc965781ba083;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 2ea39e8..2058eb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,79 @@ +2008-02-22 Scott Haeger + + * libspi/collection.c: + Fixed bug #517761, Collection match rules not working for attributes. + +2008-02-19 Li Yuan + + Patch from Scott Haeger + * libspi/collection.c: (impl_freeMatchRule): + Bug #517250. Clear spimatchrule->_mrp when free match rule. + +2008-01-14 Li Yuan + + * NEWS: + * README: + * configure.in: + Uprev/release 1.21.5. + +2008-01-03 Li Yuan + + Patch from Gilles Casse + * atk-bridge/bridge.c: (spi_atk_register_event_listeners): + Bug #474480. Fix memory leak. + +2008-01-02 Li Yuan + + Patch from Luke Yelavich + * registryd/Accessibility_Registry.server.in.in: + Marks translatable strings in + registryd/Accessibility_Registry.server.in.in, so that intltool picks + them up. + +2007-12-03 Li Yuan + + * configure.in, README, NEWS: + Uprev/release 1.21.3. + +2007-12-03 Li Yuan + + * idl/Accessibility_Collection.idl: + * libspi/collection.c: + (impl_getMatchesFrom), (impl_getMatchesTo): + Fix build error in Solaris, for restrict is a keyword in SS cc. + +2007-12-03 Li Yuan + + * idl/Accessibility_Collection.idl: + * libspi/accessible.c: (spi_accessible_construct): + * libspi/collection.c: (spi_collection_interface_new), + (get_atkobject_from_servant), (get_collection_from_servant), + (impl_createMatchRule), (impl_freeMatchRule), (child_interface_p), + (match_states_all_p), (match_states_any_p), (match_states_none_p), + (match_states_lookup), (match_roles_all_p), (match_roles_any_p), + (match_roles_none_p), (match_roles_lookup), + (match_interfaces_all_p), (match_interfaces_any_p), + (match_interfaces_none_p), (match_interfaces_lookup), + (match_attributes_all_p), (match_attributes_any_p), + (match_attributes_none_p), (match_attributes_lookup), (traverse_p), + (sort_order_canonical), (query_exec), (_accessible_list_to_set), + (impl_getMatchesFrom), (impl_getMatchesTo), (impl_getMatches), + (spi_collection_class_init), (spi_collection_init): + * libspi/collection.h: + Bug #326516. Patch from Ariel. Enhance collection support. + +2007-12-03 Li Yuan + + * atk-bridge/Makefile.am: + * libspi/Makefile.am: + Bug #493547. Add X_CFLAGS to INCLUDES to fix build error. + +2007-11-12 Li Yuan + + * libspi/accessible.c: (impl_accessibility_accessible_get_state), + (impl_accessibility_accessible_get_relation_set): + Fix for #446277. Decrease the ref count to 1. + 2007-10-29 Li Yuan * configure.in, README, NEWS: