Revision 1.3.1.
[platform/core/uifw/at-spi2-atk.git] / ChangeLog
index d577be4..236d2d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2003-05-02  Bill Haneman  <bill.haneman@sun.com>
+
+       * configure.in: Revved micro version to 1.3.1 (because of build fix).
+
+2003-05-02  Frederic Crozat  <fcrozat@mandrakesoft.com>
+
+       * libspi/Makefile.am:
+       Ensure headers are generated before being used by c sources.
+
+2003-05-01  Bill Haneman <bill.haneman@sun.com>
+
+       * configure.in:
+       Simplified lt versioning rules.
+       Incremented version to 1.3.0, to indicate that we're on the
+       unstable branch now.  
+
+2003-04-29  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * docs/reference/cspi/Makefile.am, docs/reference/idl/Makefile.am:
+       Add MKDB_OPTIONS=--outtput-format=xml
+
+       * docs/reference/cspi/at-spi-cspi-docs.sgml
+       docs/reference/idl/at-spi-idl-docs.sgml:
+       Convert to Docbook XML.
+
+       This fixes bug #111793.
+
+2003-04-25  Padraig O'Briain <padraig.obriain@sun.com>
+
+       * cspi/spi-listener.h: Add documentation for AccessibleDeviceEventType,
+       AcccessibleKeyEventType, AccessibleKeyMaskType.
+
+       * cspi/spi-roletypes.h: Update documentation for AccessibleRole.
+
+       * cspi/state-types.h: Add documentation for AccessibleState.
+
+       * cspi/spi.h: Add documentation for AccessibleTextBoundaryType,
+       AccessibleTextClipType, AccessibleRelationType, AccessibleCoordType,
+       AccessibleKeySynthType, AccessibleKeyListenerSyncType, 
+       AccessibleComponentLayer.
+
+       * cspi/spi_event.c, cspi/spi_registry.c, cspi/spi_text.c: Fix bugs 
+       in documentation.
+
+       * docs/reference/cspi/at-spi-cspi-sections.txt: Add undefined symbols.
+
+       * docs/reference/cspi/tmpl/spi_registry.sgml: Add description of 
+       Accessible.  Add description of AccessibleEvent, 
+       AccessibleEventListenerCB.
+
+       * docs/reference/cspi/tmpl/spi_event.sgml: Update with extra 
+       documentation.
+
+       * docs/reference/cspi/tmpl/spi_registry.sgml: Update with extra 
+       documentation. Add description of AccessibleKeystrokeListenerCB,
+       AccessibleKeyEventMask, AccessibleModifierMaskType, 
+       AccessibleKeyMaskType, AccessibleKeystroke, AccessibleDeviceEvent,
+       AccessibleDeviceEventMask, AccessibleDeviceListenerCB. 
+
+       * docs/reference/cspi/tmpl/spi_stateset.sgml: Add description of
+       AccessibleStateSet.
+
+       * docs/reference/cspi/tmpl/spi_text.sgml: Update with extra 
+       documentation.
+
+       This fixes bug #104730.
+
 2003-04-24  Padraig O'Briain <padraig.obriain@sun.com>
 
        * atk-bridge/bridge.c (spi_init_keystroke_from_atk_key_event):