X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=9fc1ba3a8aa7304718fba13be73ed50d7e05a97a;hb=9e35d068cb22995064eac08df7dc332fc4c38f7d;hp=4c4b5fe2c731684abcc43b75306d7c46a1283d24;hpb=78f22e74688cad9e6762a30bbefc9a69c3b8bdc1;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 4c4b5fe..9fc1ba3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,40 @@ -2007-11-12 Li Yuan +2007-12-03 Li Yuan * configure.in, README, NEWS: - Uprev/release 1.21.2. + 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