Version 1.3.11 - new ChangeLog, NEWS, and configure.in
authorbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 21 Jan 2004 11:38:11 +0000 (11:38 +0000)
committerbillh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Wed, 21 Jan 2004 11:38:11 +0000 (11:38 +0000)
(to match 1.3.11 tarball).

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

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

index dad73c7..9d8afb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-12  Bill Haneman <billh@gnome.org>
+       
+       * configure.in: Incremented version to 1.3.11.
+
 2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
 
         * docs/reference/cspi/at-spi-cspi-docs.sgml: Added XML in
diff --git a/NEWS b/NEWS
index 74163fb..29b0c1f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,30 @@
 (top)
 in HEAD:
+What's new in at-spi-1.3.11:
+
+* Fix for docs bug #129728 (Sebastien Bacher).
+
+* Fix for bug #129479, allows distinction between
+  multiple DISPLAY instances of at-spi registry.
+
+* Fix for #124837, which could cause 'hang' interactions
+  between desktop and clients such as gnopernicus.
+
+* Fixes for NUMLOCK mask behavior, bug #129103.
+
+* Greatly improved key synthesis for non-Latin characters.
+  We can now synthesize any KeySym which is defined in the current
+  X keymap. (bug #128824).  Thanks to Marcus G Kuhn for
+  the public-domain code borrowed here.
+
+* Fixes for: 128912.
+
+* new languages: 
+  fa (Roozber Pournader), 
+  ar (Arafat Medini).
+  id (Ahmad Riza H Nst)
+
+
 What's new in at-spi-1.3.9:
 
 * New api:  AccessibleApplication_getLocale (app, type),
index 432585a..f422efc 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=10
-AT_SPI_INTERFACE_AGE=10
-AT_SPI_BINARY_AGE=10
+AT_SPI_MICRO_VERSION=11
+AT_SPI_INTERFACE_AGE=11
+AT_SPI_BINARY_AGE=11
 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=8
+LT_REVISION=9
 LT_AGE=9
 LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
 AC_SUBST(LT_VERSION_INFO)
index 6d2b879..5e81c3a 100644 (file)
@@ -14,11 +14,15 @@ Event Listener Support
 
 </para>
 
-<!-- ##### TYPEDEF AccessibleEvent ##### -->
+<!-- ##### STRUCT AccessibleEvent ##### -->
 <para>
 AccessibleEvent is a struct used to encapsulate event information.
 </para>
 
+@type: 
+@source: 
+@detail1: 
+@detail2: 
 
 <!-- ##### USER_FUNCTION AccessibleEventListenerCB ##### -->
 <para>
index 5f2ba5b..72f3833 100644 (file)
@@ -253,11 +253,18 @@ This is a synonym for AccessibleDeviceEvent.
 @Returns: 
 
 
-<!-- ##### TYPEDEF AccessibleDeviceEvent ##### -->
+<!-- ##### STRUCT AccessibleDeviceEvent ##### -->
 <para>
 AccessibleDeviceEvent is a struct which encapsulates a device event.
 </para>
 
+@keyID: 
+@keycode: 
+@keystring: 
+@timestamp: 
+@type: 
+@modifiers: 
+@is_text: 
 
 <!-- ##### TYPEDEF AccessibleDeviceEventMask ##### -->
 <para>