Added missing declarations for cspi table wrappers.
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 24 Mar 2004 18:07:03 +0000 (18:07 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 24 Mar 2004 18:07:03 +0000 (18:07 +0000)
Revved to 1.5.0.

git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@647 e2bd861d-eb25-0410-b326-f6ed22b6b98c

ChangeLog
configure.in
cspi/spi.h

index cd9320a..5e1963c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2004-03-24  Bill Haneman <billh@gnome.org>
 
+       * cspi/spi.h:
+       (AccessibleTable_addRowSelection),
+       (AccessibleTable_addColumnSelection),
+       (AccessibleTable_removeRowSelection),
+       (AccessibleTable_removeColumnSelection):
+       Add declarations for spi wrappers which were
+       inadvertantly omitted.  Fixes bug #133413.
+
+       * configure.in:
+       Revved to 1.5.0 (unstable series for GNOME 2.7).
+       
+2004-03-24  Bill Haneman <billh@gnome.org>
+
        * atk-bridge/bridge.c:
        Bracketed some debug output in 
        conditionals, to avoid printing it in normal use.
index c4bd53b..294159b 100644 (file)
@@ -1,10 +1,10 @@
 AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
-AT_SPI_MINOR_VERSION=4
-AT_SPI_MICRO_VERSION=1
-AT_SPI_INTERFACE_AGE=1
-AT_SPI_BINARY_AGE=1
+AT_SPI_MINOR_VERSION=5
+AT_SPI_MICRO_VERSION=0
+AT_SPI_INTERFACE_AGE=0
+AT_SPI_BINARY_AGE=0
 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)
@@ -15,9 +15,9 @@ AC_SUBST(AT_SPI_BINARY_AGE)
 
 # libtool versioning
 LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION
-LT_CURRENT=9
-LT_REVISION=15
-LT_AGE=9
+LT_CURRENT=10
+LT_REVISION=0
+LT_AGE=10
 LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
 AC_SUBST(LT_VERSION_INFO)
 AC_SUBST(LT_RELEASE)
index bbd42e7..f31ad45 100644 (file)
@@ -837,6 +837,20 @@ AccessibleTable_isSelected (AccessibleTable *obj,
                             long int row,
                             long int column);
 
+SPIBoolean
+AccessibleTable_addRowSelection (AccessibleTable *obj,
+                                long int row);
+SPIBoolean
+AccessibleTable_addColumnSelection (AccessibleTable *obj,
+                                   long int column);
+
+SPIBoolean
+AccessibleTable_removeRowSelection (AccessibleTable *obj,
+                                   long int row);
+SPIBoolean
+AccessibleTable_removeColumnSelection (AccessibleTable *obj,
+                                      long int column);
+
 /*
  *
  * AccessibleText function prototypes