2002-04-18 Michael Meeks <michael@ximian.com>
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index 2cd9f5d..90a8809 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,64 @@
+2002-04-18  Michael Meeks  <michael@ximian.com>
+
+       * libspi/Makefile.am: fix stateset install.
+
+2002-04-17  Bill Haneman <bill.haneman@sun.com>
+
+       * NEWS:
+       Started putting useful info in this file.
+       
+2002-04-17  Marc Mulcahy <marc.mulcahy@sun.com>
+       * atk-bridge/bridge.c: 
+       Propagate state-changed notifications to ATs
+       * cspi/spi_registry.c: update docs to reflect actual behavior of
+       state-change events.
+
+2002-04-17  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in:
+       Incremented version to 0.12.1
+       
+       * util/mag_client.h:
+       Add missing declaration for magnifier_exit, 
+       used by mag_control.c - Forte compiler didn't like
+       the implicit redeclaration of the function :-(
+
+
+2002-04-16  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in:
+       Revved version to 0.12 due to API change (see below).
+
+       * cspi/spi-roletypes.h:
+       removed (obsolete) SPI_ROLE_FOCUS_TRAVERSABLE 
+       definition from the inline docs, and added docs
+       for SPI_ROLE_LAST_DEFINED.
+
+       * cspi/spi.h:
+       * cspi/spi_streamablecontent.c:
+       Added missing seek_type parameter to
+       (so far unused) method, 
+       AccessibleStreamableContent_seek().
+       [ RT approval JodyG. ]
+
+       * cspi/spi_event.c:
+       Fixed docs for SPI_createAccessibleKeystrokeListener.
+
+       * cspi/spi_registry.c:
+       Fixed docs for SPI_KEYSET_ALL_KEYS.
+       
+       * docs/reference/cspi/at-spi-cspi-sections.txt:
+       Added a number of missing APIs to SECTIONS.
+       
+2002-04-16  Bill Haneman <bill.haneman@sun.com>
+
+       * registryd/Makefile.am:
+       * cspi/Makefile.am:
+       * cspi/bonobo/Makefile.am:
+       Add $(X_LIBS) to makefiles.
+
 2002-04-15  Bill Haneman <bill.haneman@sun.com>
 
        * configure.in: