2004-03-24 Bill Haneman * configure.in: Revved to 1.4.2. This is the gnome-2.6.1 release of at-spi. * registryd/deviceeventcontroller.c: (spi_keystroke_from_x_key_event): We now initialize the 'string' field for non-text key events [i.e. when is_text == FALSE]. Fixes bug #114771. * registryd/ucs2keysym.c: (keysym2ucs): New, converts from Keysym to UCS-2 when possible. 2004-04-08 Adam Weinberger * configure.in: Added en_CA to ALL_LINGUAS. 2004-04-06 Guntupalli Karunakar * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-03-24 Bill Haneman * atk-bridge/bridge.c: Bracketed some debug output in conditionals, to avoid printing it in normal use. Fixes bug #136660. * libspi/hyperlink.c: Don't cast 'object' to ATK_OBJECT when constructing an AtkAction interface for a hyperlink. See discussion in bug #120659. * test/key-listener-test.c: (report_all_key_event): Send output to stderr, not stdout, for consistency with the rest of the test callbacks. * configure.in: Add -lXext to XINPUT_LIBS. Fix for bug #132237. Don't add X_LIBS to CFLAGS (Fix for bug #134332). Incremented to 1.4.1 (but didn't dist yet - I'm going to try incrementing the revision AFTER doing a dist, at least for awhile).