2009-01-06 Li Yuan * NEWS: * README: * configure.in: Uprev/release 1.25.4. 2008-12-18 Li Yuan * cspi/spi_registry.c: Bug #564880. Correct signal name. 2008-12-12 Li Yuan * cspi/spi_main.c: (cspi_object_get_ref), (cspi_object_unref): Revert change to Bug #563313 for it causes crash on another machine. Also change g_assert to g_return_val_if_fail. 2008-12-12 Li Yuan * atk-bridge/bridge.c: (gtk_module_init), (gnome_accessibility_module_init), (gnome_accessibility_module_shutdown): Bug #563943. Allow applications choose not to load atk-bridge during startup. * atk-bridge/Makefile.am: * configure.in: * cspi/Makefile.am: * libspi/Makefile.am: Bug #563806. Reduce unused direct dependencies. Initial patch from Matthias Clasen. 2008-12-05 Li Yuan * cspi/spi_main.c: (cspi_object_unref): Bug #563313. Decrease the ref count after the object has been removed to avoid crash.