2006-07-21 Bill Haneman * idl/Accessibility.idl: Reverted pragma changes, this broke the build in some envs including the Debian team's build and some tinderbox builds. 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.