From: billh Date: Sun, 12 Sep 2004 21:38:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: AT_SPI2_ATK_2_12_0~1009 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=fc127cbb0f6101f0dc98416737d651c0cda2ca10 *** empty log message *** git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@706 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 0a2f3b0..bff0405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-12 Bill Haneman + + * configure.in: Rev and re-dist, since the 1.5.4 tarball + was missing the HTML docs. + 2004-09-12 Tomasz Kłoczko * configure.in: only cleanups: diff --git a/README b/README index e74738d..b833b51 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ README -at-spi version 1.5.4 +at-spi version 1.5.5 *** Welcome to the Gnome Accessibility Project! *** diff --git a/configure.in b/configure.in index 14fb707..8f942ff 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=5 -AT_SPI_MICRO_VERSION=4 -AT_SPI_INTERFACE_AGE=4 -AT_SPI_BINARY_AGE=4 +AT_SPI_MICRO_VERSION=5 +AT_SPI_INTERFACE_AGE=5 +AT_SPI_BINARY_AGE=5 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) diff --git a/docs/reference/cspi/tmpl/spi_accessible.sgml b/docs/reference/cspi/tmpl/spi_accessible.sgml index 437ac0a..e3b3139 100644 --- a/docs/reference/cspi/tmpl/spi_accessible.sgml +++ b/docs/reference/cspi/tmpl/spi_accessible.sgml @@ -425,6 +425,7 @@ object corresponding to an user interface element. @SPI_ROLE_APPLICATION: @SPI_ROLE_AUTOCOMPLETE: @SPI_ROLE_EDITBAR: +@SPI_ROLE_EMBEDDED: @SPI_ROLE_LAST_DEFINED: 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: