X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=b767326136d31e3f7aed2a5801741385299060ae;hb=0529849f9abd8fd05f470ffdeee425685533c5a2;hp=9210fe5783e84a08683a3756bba5aa6e1489c6ac;hpb=28bbc53b3082f72bf1e8b306b92f60f55354f5bd;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/ChangeLog b/ChangeLog index 9210fe5..b767326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,91 @@ +2006-07-19 Bill Haneman modifications to patch from + + * configure.in: + Revved to 1.7.10, and edited the Xevie check (bug #319994). + + * idl/Accessibility.idl: + Reworked inclusion of Bonobo_Unknown.idl, to + avoid double-linking libs in the Bonobo environment. + Thanks to Michael Meeks for the workaround, see bug #313122. + + * registryd/deviceeventcontroller.c: + (spi_controller_notify_keylisteners): + Set the SPI_NUMLOCK_MASK bit if the modifier + corresponding to the conceptual numlock state is set. + Bug #143702. + +2006-07-18 Bill Haneman modifications to patch from + + * idl/Accessibility_Selection.idl: + (deselectChild): New method. + + * libspi/selection.c: + (impl_deselectChild): Implement the new IDL method. + + * cspi/spi.h: + (AccessibleSelection_deselectChild): Added new method. + + * cspi/spi_selection.c: + (AccessibleSelection_deselectChild): New method implemented. + +2006-07-13 Bill Haneman modifications to patch from + + * cspi/bonobo/cspi-bonobo.c: + (cspi_init): Replace g_error with g_warning, prevent + SEGV if the registry cannot be activated. Bug #346393. + +2006-07-12 Bill Haneman modifications to patch from + + * po/LINGUAS: put LINGUAS where it belongs. Fixes i18n. + +2006-07-12 Bill Haneman modifications to patch from +2006-07-12 Ariel Rios + + See RFE #326536. + + * idl/Accessibility_Table.idl: + (getRowColumnExtentsAtIndex): New method for getting + selection status and extents in one API call. + + * libspi/table.c: + (impl_getRowColumnExtentsAtIndex): Implementation of + new method above. + (spi_table_class_init): Add above to epv. + + * cspi/spi.h: + * cspi/spi_table.c: + (AccessibleTable_getRowColumnExtentsAtIndex): New + method, retrieves selection status and row/col extents + for a table cell in a single API call. + +2006-07-12 Bill Haneman modifications to patch from +2006-07-12 Ariel Rios + + * cspi/bonobo/cspi-bonobo.c: Remove warning adding + + * cspi/spi_text.c: + (AccessibleText_getAttributeRun,AccessibleText_getDefaultAttributes): + New bindings for new methods defined in idl and libspi. + + * cspi/spi.h: + (AccessibleText_getAttributeRun,AccessibleText_getDefaultAttributes): + Added prototype functions. + + * libspi/text.c: + (impl_getAttributeRun, impl_getDefaultAttributeSet): New method implementation + Bug #326520 + (spi_text_class_init): Added previous methods. + + * libspi/spi.h: + (impl_getAttributeRun, impl_getDefaultAttributeSet): Added prototypes + * libspi/spi-private.h: Corrections. + 2006-06-29 Bill Haneman Added Document interface (see bug #326520), with work from Ariel Rios . - * configure.in: Bump to 1.7.7. + * configure.in: Bump to 1.7.8. * libspi/Makefile.am: Added document.[ch] to sources @@ -44,6 +126,9 @@ (AccessibleDocument_getLocale, AccessibleDocument_getAttributeValue) (AccessibleDocument_getAttributes): Bindings added. + * idl/Makefile.am: Added Accessibility_Document.idl to + idl_DATA. + 2006-06-29 Bill Haneman * idl/Accessibility_Document.idl: New interface