2007-03-02 Li Yuan <li.yuan@sun.com>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 5cda38e..eeb06d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+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:
+       (spi_re_entrant_list_delete_link):
+       Bug #412286. Reverse previous patch.
+       * configure.in, NEWS: Uprev/release 1.17.2.
+
+2007-02-26  Li Yuan <li.yuan@sun.com>
+
+       * libspi/accessible.c:
+       (impl_accessibility_accessible_get_attributes),
+       (impl_accessibility_accessible_get_relation_set):
+       Bug #404584 and #401299. Return an empty object instead of return NULL.
+       * configure.in, NEWS: Uprev/release 1.17.1.
+
+2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * Makefile.am: Dist MAINTAINERS.
+
+2007-01-24  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * atk-bridge/bridge.c: (spi_atk_bridge_init_event_type_consts),
+       (atk_bridge_init), (spi_atk_bridge_get_registry),
+       (spi_atk_bridge_exit_func), (spi_atk_bridge_init_base):
+       Fix some compiler warnings and plug a leak. Closes part of
+       bug #375319.
+
+2007-01-24  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * cspi/bonobo/cspi-bonobo-listener.h:
+       * cspi/bonobo/cspi-bonobo.c: (cspi_init):
+       * cspi/spi_hypertext.c: (AccessibleHypertext_getLink):
+       * cspi/spi_main.c: (SPI_eventIsReady):
+       * cspi/spi_streamablecontent.c: (AccessibleStreamableContent_read):
+       * libspi/streamablecontent.c:
+       * libspi/util.c: (spi_re_entrant_list_delete_link):
+       * login-helper/login-helper.c:
+       * registryd/deviceeventcontroller.c:
+       (spi_controller_update_key_grabs), (isEvent):
+       * registryd/registry.c:
+       * test/key-listener-test.c: (simple_at_exit):
+       * test/login-helper-server-test.c: (test_set_wm_dock),
+       (test_post_window):
+       Fix a bunch of warnings from sparse:
+       - ANSIfication of function declarations
+       - NULL vs 0
+       - Add some prototypes
+       - make some stuff static
+
+2007-02-14  Li Yuan  <li.yuan@sun.com>
+
+       * libspi/accessible.c:
+       (impl_accessibility_accessible_get_attributes):
+       Bug #404584. If there is no attributes, just return NULL.
+
+2007-02-12  Li Yuan  <li.yuan@sun.com>
+
+       * configure.in, NEWS: Uprev/release 1.17.0.
+
+2007-02-12  Li Yuan  <li.yuan@sun.com>
+
+       * atk-bridge/bridge.c:
+       (atk_bridge_init): bug #400709. we must emit events even if we are not
+       registered as a full-fledged app.
+       (gnome_accessibility_module_shutdown): bug #404592, unset misc when
+       application like openoffice shutdown. They need to unload gtk before
+       the is spi_atk_bridge_exit_func called.
+
 2007-01-22  Li Yuan  <li.yuan@sun.com>
 
        * configure.in, NEWS: Uprev/release 1.7.16 for gnome 2.18.0 Beta 1.