2005-11-20 Theppitak Karoonboonyanan <thep@linux.thai.net>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index ed3d482..4eb648b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,91 @@
-2005-04-15  Abduxukur Abdurixit <abduxukur.abdurixit@t-systems.ch>
+2005-11-20  Theppitak Karoonboonyanan  <thep@linux.thai.net>
 
-       * configure.in: Added "ug" to ALL_LINGUAS.
+       * configure.in: Added "th" (Thai) to ALL_LINGUAS.
+
+2005-11-17  Michael Meeks  <michael.meeks@novell.com>
+
+       * atk-bridge/bridge.c (spi_atk_emit_eventv): 
+       urgh-fix embarassing typo.
+
+2005-11-16  Michael Meeks  <michael.meeks@novell.com>
+
+       * atk-bridge/bridge.c (spi_atk_emit_eventv):
+       do a faster, less problematic _unref call on this local
+       object, rather than a slower (potentially cross-thread
+       complicated) CORBA call.
+
+2005-11-02  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * atk-bridge/bridge.c: (spi_atk_bridge_signal_listener):
+       * cspi/spi_streamablecontent.c: (AccessibleStreamableContent_seek):
+       * registryd/deviceeventcontroller.c:
+       (spi_controller_notify_mouselisteners),
+       (impl_generate_keyboard_event):
+       * test/screen-review-test.c: (chunk_bounds_within):
+       * test/test-simple.c: (test_desktop): Remove some unused code
+       and fix compiler warnings. Closes bug #320049.
+
+2005-10-27 Bill Haneman <bill.haneman@sun.com>
+
+       * registryd/deviceeventcontroller.c:
+       (spi_controller_notify_keylisteners): Check
+       to make sure the event listener has requested 'preemptive'
+       status before pre-empting an event.
+       
+2005-08-29 Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in, README, NEWS: Release 1.6.5.
+       
+2005-07-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * test/window-listener-test.c: Fix a printf
+       format error.  (#169453)
+
+2005-07-15  Bill Haneman <bill.haneman@sun.com>
+
+       * tests/test-simple.c: 
+       (key_listener_cb): Ensure that the keystring is dup'ed instead of
+       relying on the old string from the key event hanging around after
+       the event handler returns.  Fixes broken 'make check'.
+       
+2005-06-06  Swapnil Hajare  <dreamil@gmail.com>
+
+       * Added Marathi (mr_IN) translations.
+
+2005-05-27  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * cspi/bonobo/cspi-bonobo-listener.c:
+       (cspi_event_list_remove_by_cb): Fix the build.
+
+2005-05-26  Michael Meeks  <michael.meeks@novell.com>
+
+       * cspi/bonobo/cspi-bonobo-listener.c
+       (cspi_event_list_remove_by_cb): actually filter by callback.
+
+2005-05-25  Bill Haneman <bill.haneman@sun.com>
+
+       * registryd/registry.c (remove_listener_cb):
+       Make deregistration filter rules match the event emission rules.
+
+2005-05-25  Michael Meeks  <michael.meeks@novell.com>
+
+       * registryd/registry.c (remove_listener_cb),
+       (impl_accessibility_registry_deregister_global_event_listener),
+       (impl_accessibility_registry_deregister_global_event_listener_all): 
+       pass a closure to the remove callback to filter listeners more
+       accurately on remove.
+
+2005-04-05  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in: Revved to 1.6.4.
+       Remember to put quotes around XEVIE_LIBS assignment.
+       Fixed one of tertiary AC_CHECK_HEADER tests for XEvie.
+       Fixes bug #303694.
+
+       * tests/event-listener-test.c: Tweaked the tests - more detail
+       from caret events, and some interrogation of AccessibleText APIs.
+       Commented-out the bounds-changed events by default, since they can
+       be very noisy.
 
 2005-04-14  Kjartan Maraas  <kmaraas@gnome.org>