2007-03-22 Li Yuan <li.yuan@sun.com>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 7ad6170..6ec0756 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2007-03-22 Li Yuan <li.yuan@sun.com> 
+
+       * atk-bridge/bridge.c: don't call threads_leave and enter if own the 
+       main context. Fix for #329454.
+
+2007-03-12  Li Yuan <li.yuan@sun.com>
+
+       * configure.in, NEWS: Uprev/release 1.18.0 for GNOME 2.18.0.
+
+2007-03-02  Li Yuan <li.yuan@sun.com>
+
+       * atk-bridge/bridge.c
+       (spi_atk_bridge_register_application),
+       (deregister_application), (spi_atk_bridge_focus_tracker),
+       (spi_atk_emit_eventv), (post_init), (spi_atk_bridge_exit_func),
+       (gnome_accessibility_module_shutdown): Bug #329454. Add guard variable
+       to prevent calling threads_enter/leave during the init and shutdown.
+
 2007-02-27  Li Yuan <li.yuan@sun.com>
 
        * libspi/util.c: