* libspi/accessible.c (spi_init_role_lookup_table): Correct typos
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 0480172..307aad3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * libspi/accessible.c (spi_init_role_lookup_table): Correct typos
+       in some role names.
+
+2002-09-19  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * registryd/Makefile: Add CLEANFILES so that .server file is removed
+       on make clean
+
+       * registryd/registry.c (impl_registry_notify_event): Remove
+       unnecessary call to parser_event_type().
+
+       * docs/reference/cspi/tmpl/spi_component.sgml:
+       Add reference to SPI_LAYER_WINDOW.
+
+2002-09-17  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * registryd/registry.c
+       (desktop_add_application): Remove leak.
+       (desktop_remove_application): Remove leak.
+       (parser_event_type): Remove leak.
+
+2002-09-16  Padraig O'Briain  <padraig.obriain@sun.com>
+
+       * registryd/deviceeventcontroller.c (spi_dec_mouse_moved): Removed
+       bogus call to CORBA_string_dup(). Also removed unnecessary
+       g_string_dup/g_free calls.
+       
+2002-09-13  Bill Haneman <bill.haneman@sun.com>
+
+       * registryd/deviceeventcontroller.c:
+       spi_dec_mouse_moved: Fixed memory leaks and reordered 2 code blocks.
+
+       * test/event-listener-test.c:
+       main: commented out three redundant listeners, to reduce output
+       noise. (They still are potentially useful for testing).
+       
+
+2002-09-13  Michael Meeks  <michael@ximian.com>
+
+       * Update all the copyrights to include Ximian.
+
 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
 
        * cspi/spi.h: add SPI_LAYER_WINDOW.