From: billh Date: Mon, 8 Dec 2003 13:35:22 +0000 (+0000) Subject: Revision 1.3.9. X-Git-Tag: AT_SPI2_ATK_2_12_0~1120 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=20e70f751e168521e6b470d13bc00702fcf62d29 Revision 1.3.9. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@574 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 66bf8e8..9c513eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-12-05 Bill Haneman + * 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 --- 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 --- 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! *** diff --git a/configure.in b/configure.in index 97ceae9..68984c2 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/docs/reference/cspi/tmpl/spi_event.sgml b/docs/reference/cspi/tmpl/spi_event.sgml index 5e81c3a..6d2b879 100644 --- a/docs/reference/cspi/tmpl/spi_event.sgml +++ b/docs/reference/cspi/tmpl/spi_event.sgml @@ -14,15 +14,11 @@ Event Listener Support - + AccessibleEvent is a struct used to encapsulate event information. -@type: -@source: -@detail1: -@detail2: diff --git a/docs/reference/cspi/tmpl/spi_registry.sgml b/docs/reference/cspi/tmpl/spi_registry.sgml index 72f3833..5f2ba5b 100644 --- a/docs/reference/cspi/tmpl/spi_registry.sgml +++ b/docs/reference/cspi/tmpl/spi_registry.sgml @@ -253,18 +253,11 @@ This is a synonym for AccessibleDeviceEvent. @Returns: - + AccessibleDeviceEvent is a struct which encapsulates a device event. -@keyID: -@keycode: -@keystring: -@timestamp: -@type: -@modifiers: -@is_text: