2006-12-15 Li Yuan * configure.in, NEWS: Uprev/release 1.7.14 for gnome 2.17.4. 2006-12-14 Li Yuan Fix for #352444 * atk-bridge/bridge.c: (spi_atk_emit_eventv), (spi_atk_bridge_property_event_listener), (spi_atk_bridge_signal_listener): Free some CORBA objects to fix memory leak and crash. 2006-12-13 Li Yuan Patch from Ariel Rios to fix #163132 and #377079. * atk-bridge/bridge.c: (spi_atk_bridge_do_registration), (spi_atk_bridge_get_registry_ior): Use g_warning instead of g_error and g_critical to avoid crash. 2006-12-11 Bill Haneman * libspi/text.c: (impl_getAttributeRun):Return an empty CORBA_seq instead of NULL, if there are no non-default attributes defined at the current offset. Fixes bug #372172. 2006-12-04 Bill Haneman * idl/Accessibility_Role.idl: Fixed the documentation for ROLE_FORM; bug #382271. Thanks to George Kraft for finding this. 2006-12-04 Bill Haneman * Added Li Yuan to MAINTAINERS. 2006-11-07 Bill Haneman Patches from Padraig O'Briain for bugs #361386 and #369377. * registryd/registry.c: (struct NotifyContext): Change the e_out member from an Accessibility_Event struct to a pointer to struct. (notify_listeners_cb): Modify to use the new struct definition above. Allows use of ORBit_copy_value instead of CORBA_any__copy. * registryd/deviceeventcontroller.c: (spi_dec_button_update_and_emit): Free the event's any_data after emission. (spi_dec_mouse_check):Free the event details any struct after emission. (spi_device_event_controller_forward_mouse_event): Free any. (spi_device_event_controller_forward_key_event): Ditto.