Fix for #143702.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 9210fe5..b767326 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,91 @@
+2006-07-19  Bill Haneman <billh@gnome.org> 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 <billh@gnome.org> 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 <billh@gnome.org> 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 <billh@gnome.org> modifications to patch from
+
+       * po/LINGUAS: put LINGUAS where it belongs. Fixes i18n.
+       
+2006-07-12  Bill Haneman <billh@gnome.org> modifications to patch from
+2006-07-12  Ariel Rios  <arios@us.ibm.com>
+
+       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 <billh@gnome.org> modifications to patch from
+2006-07-12  Ariel Rios  <arios@us.ibm.com>
+
+       * cspi/bonobo/cspi-bonobo.c: Remove warning adding <cspi/spi-private.h>
+
+       * 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 <bill.haneman@sun.com>
 
        Added Document interface (see bug #326520), 
        with work from Ariel Rios <arios@us.ibm.com>.
 
-       * configure.in: Bump to 1.7.7.
+       * configure.in: Bump to 1.7.8.
        
        * libspi/Makefile.am: Added document.[ch] to sources 
 
        (AccessibleDocument_getLocale, AccessibleDocument_getAttributeValue)
        (AccessibleDocument_getAttributes): Bindings added.
        
+       * idl/Makefile.am: Added Accessibility_Document.idl to
+       idl_DATA.
+       
 2006-06-29  Bill Haneman <bill.haneman@sun.com>
 
        * idl/Accessibility_Document.idl: New interface