Revision 1.3.9.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 8 Dec 2003 13:35:22 +0000 (13:35 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Mon, 8 Dec 2003 13:35:22 +0000 (13:35 +0000)
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@574 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
NEWS
README
configure.in
docs/reference/cspi/tmpl/spi_event.sgml
docs/reference/cspi/tmpl/spi_registry.sgml

index 66bf8e8..9c513eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-12-05  Bill Haneman <billh@gnome.org>
 
+       * configure.in: Version 1.3.9.
+
        * docs/reference/cspi/tmpl/spi_registry.sgml:
        Added reference to libspi/keymasks.h to the
         description of Registry queries: AccessibleKeyMaskType.
diff --git a/NEWS b/NEWS
index da88823..74163fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 (top)
 in HEAD:
-What's new in at-spi-1.3.8:
+What's new in at-spi-1.3.9:
 
 * New api:  AccessibleApplication_getLocale (app, type),
   returns a POSIX locale string for a locale category,
diff --git a/README b/README
index 31234b8..23e3a1e 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 README
 
-at-spi version 1.3.8
+at-spi version 1.3.9
 
 *** Welcome to the Gnome Accessibility Project! ***
 
index 97ceae9..68984c2 100644 (file)
@@ -2,9 +2,9 @@ AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
 AT_SPI_MINOR_VERSION=3
-AT_SPI_MICRO_VERSION=8
-AT_SPI_INTERFACE_AGE=8
-AT_SPI_BINARY_AGE=8
+AT_SPI_MICRO_VERSION=9
+AT_SPI_INTERFACE_AGE=9
+AT_SPI_BINARY_AGE=9
 AT_SPI_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION.$AT_SPI_MICRO_VERSION"
 AM_INIT_AUTOMAKE(at-spi, $AT_SPI_VERSION)
 AC_SUBST(AT_SPI_MAJOR_VERSION)
@@ -16,7 +16,7 @@ AC_SUBST(AT_SPI_BINARY_AGE)
 # libtool versioning
 LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION
 LT_CURRENT=9
-LT_REVISION=6
+LT_REVISION=7
 LT_AGE=9
 LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
 AC_SUBST(LT_VERSION_INFO)
index 5e81c3a..6d2b879 100644 (file)
@@ -14,15 +14,11 @@ Event Listener Support
 
 </para>
 
-<!-- ##### STRUCT AccessibleEvent ##### -->
+<!-- ##### TYPEDEF AccessibleEvent ##### -->
 <para>
 AccessibleEvent is a struct used to encapsulate event information.
 </para>
 
-@type: 
-@source: 
-@detail1: 
-@detail2: 
 
 <!-- ##### USER_FUNCTION AccessibleEventListenerCB ##### -->
 <para>
index 72f3833..5f2ba5b 100644 (file)
@@ -253,18 +253,11 @@ This is a synonym for AccessibleDeviceEvent.
 @Returns: 
 
 
-<!-- ##### STRUCT AccessibleDeviceEvent ##### -->
+<!-- ##### TYPEDEF AccessibleDeviceEvent ##### -->
 <para>
 AccessibleDeviceEvent is a struct which encapsulates a device event.
 </para>
 
-@keyID: 
-@keycode: 
-@keystring: 
-@timestamp: 
-@type: 
-@modifiers: 
-@is_text: 
 
 <!-- ##### TYPEDEF AccessibleDeviceEventMask ##### -->
 <para>