[at-spi] Release at-spi 1.31.91.



commit 368e1fcae6b99334e7f96a5d8319e0f00857a1a0
Author: Li Yuan <li yuan sun com>
Date:   Mon Aug 30 17:13:24 2010 +0800

    Release at-spi 1.31.91.
    
    Make at-spi installed on the default location.

 NEWS                                           |    4 ++++
 README                                         |    2 +-
 configure.in                                   |    4 ++--
 docs/reference/cspi/tmpl/spi_accessible.sgml   |    3 +++
 docs/reference/cspi/tmpl/spi_action.sgml       |    3 +++
 docs/reference/cspi/tmpl/spi_application.sgml  |    3 +++
 docs/reference/cspi/tmpl/spi_component.sgml    |    3 +++
 docs/reference/cspi/tmpl/spi_editabletext.sgml |    3 +++
 docs/reference/cspi/tmpl/spi_event.sgml        |    3 +++
 docs/reference/cspi/tmpl/spi_hyperlink.sgml    |    3 +++
 docs/reference/cspi/tmpl/spi_hypertext.sgml    |    3 +++
 docs/reference/cspi/tmpl/spi_image.sgml        |    3 +++
 docs/reference/cspi/tmpl/spi_main.sgml         |    9 +++++++++
 docs/reference/cspi/tmpl/spi_registry.sgml     |    4 ++++
 docs/reference/cspi/tmpl/spi_relation.sgml     |    3 +++
 docs/reference/cspi/tmpl/spi_selection.sgml    |    3 +++
 docs/reference/cspi/tmpl/spi_stateset.sgml     |    3 +++
 docs/reference/cspi/tmpl/spi_table.sgml        |    3 +++
 docs/reference/cspi/tmpl/spi_text.sgml         |    3 +++
 docs/reference/cspi/tmpl/spi_value.sgml        |    3 +++
 20 files changed, 65 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index acc3da7..849956e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+What's new in at-spi-1.31.91:
+
+* Make AT-SPI/CORBA the default.
+
 What's new in at-spi-1.31.1:
 
 * Fixes #538680.
diff --git a/README b/README
index 34fdce9..f482deb 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 README
 
-at-spi version 1.31.1
+at-spi version 1.31.91
 
 This version of at-spi requires atk 1.17.0 or later.
 
diff --git a/configure.in b/configure.in
index eb9848e..6200110 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ AC_INIT(idl/Accessibility.idl)
 
 AT_SPI_MAJOR_VERSION=1
 AT_SPI_MINOR_VERSION=31
-AT_SPI_MICRO_VERSION=1
+AT_SPI_MICRO_VERSION=91
 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"
@@ -211,7 +211,7 @@ if test x$enable_sm = xyes ; then
 	AC_SUBST(SM_LIBS)
 fi
 
-AC_ARG_ENABLE(relocate, [  --enable-relocate  Relocate to coexist with D-Bus [default=yes]], enable_relocate="$enableval", enable_relocate=yes)
+AC_ARG_ENABLE(relocate, [  --enable-relocate  Relocate to coexist with D-Bus [default=yes]], enable_relocate="$enableval", enable_relocate=no)
 if test x$enable_relocate = xyes ; then
 	AC_DEFINE(RELOCATE, , [Relocate to coexist with D-Bus])
 fi
diff --git a/docs/reference/cspi/tmpl/spi_accessible.sgml b/docs/reference/cspi/tmpl/spi_accessible.sgml
index 5de4673..34ecf71 100644
--- a/docs/reference/cspi/tmpl/spi_accessible.sgml
+++ b/docs/reference/cspi/tmpl/spi_accessible.sgml
@@ -25,6 +25,9 @@ the tree.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT Accessible ##### -->
 <para>
 An Accessible object is an opaque object used to refer to an accessible
diff --git a/docs/reference/cspi/tmpl/spi_action.sgml b/docs/reference/cspi/tmpl/spi_action.sgml
index a212ee8..e6644fe 100644
--- a/docs/reference/cspi/tmpl/spi_action.sgml
+++ b/docs/reference/cspi/tmpl/spi_action.sgml
@@ -25,6 +25,9 @@ reactive to user input.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleAction_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_application.sgml b/docs/reference/cspi/tmpl/spi_application.sgml
index 3c74bd8..634d858 100644
--- a/docs/reference/cspi/tmpl/spi_application.sgml
+++ b/docs/reference/cspi/tmpl/spi_application.sgml
@@ -21,6 +21,9 @@ locale, are also exposed.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleApplication_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_component.sgml b/docs/reference/cspi/tmpl/spi_component.sgml
index 27aa486..4e500f0 100644
--- a/docs/reference/cspi/tmpl/spi_component.sgml
+++ b/docs/reference/cspi/tmpl/spi_component.sgml
@@ -20,6 +20,9 @@ information, and allows objects to explicitly be told to request focus.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### ENUM AccessibleCoordType ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_editabletext.sgml b/docs/reference/cspi/tmpl/spi_editabletext.sgml
index 5083a28..b3d5b7e 100644
--- a/docs/reference/cspi/tmpl/spi_editabletext.sgml
+++ b/docs/reference/cspi/tmpl/spi_editabletext.sgml
@@ -19,6 +19,9 @@ editor compose panes are examples of EditableText implementors.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleEditableText_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_event.sgml b/docs/reference/cspi/tmpl/spi_event.sgml
index ae70925..2d5a138 100644
--- a/docs/reference/cspi/tmpl/spi_event.sgml
+++ b/docs/reference/cspi/tmpl/spi_event.sgml
@@ -17,6 +17,9 @@ Event Listener Support
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### STRUCT AccessibleEvent ##### -->
 <para>
 AccessibleEvent is a struct used to encapsulate event information.
diff --git a/docs/reference/cspi/tmpl/spi_hyperlink.sgml b/docs/reference/cspi/tmpl/spi_hyperlink.sgml
index 5ea4c1d..fdbcf0f 100644
--- a/docs/reference/cspi/tmpl/spi_hyperlink.sgml
+++ b/docs/reference/cspi/tmpl/spi_hyperlink.sgml
@@ -17,6 +17,9 @@ AccessibleHyperlink Interface
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleHyperlink_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_hypertext.sgml b/docs/reference/cspi/tmpl/spi_hypertext.sgml
index b0656f8..f315e1f 100644
--- a/docs/reference/cspi/tmpl/spi_hypertext.sgml
+++ b/docs/reference/cspi/tmpl/spi_hypertext.sgml
@@ -17,6 +17,9 @@ AccessibleHypertext Interface
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleHypertext_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_image.sgml b/docs/reference/cspi/tmpl/spi_image.sgml
index f5fb808..4290583 100644
--- a/docs/reference/cspi/tmpl/spi_image.sgml
+++ b/docs/reference/cspi/tmpl/spi_image.sgml
@@ -17,6 +17,9 @@ AccessibleImage Interface
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleImage_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_main.sgml b/docs/reference/cspi/tmpl/spi_main.sgml
index 5683a09..b255191 100644
--- a/docs/reference/cspi/tmpl/spi_main.sgml
+++ b/docs/reference/cspi/tmpl/spi_main.sgml
@@ -17,11 +17,15 @@ SPI main loop and initialization
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION SPI_init ##### -->
 <para>
 
 </para>
 
+ void: 
 @Returns: 
 
 
@@ -30,6 +34,7 @@ SPI main loop and initialization
 
 </para>
 
+ void: 
 
 
 <!-- ##### FUNCTION SPI_event_quit ##### -->
@@ -37,6 +42,7 @@ SPI main loop and initialization
 
 </para>
 
+ void: 
 
 
 <!-- ##### FUNCTION SPI_eventIsReady ##### -->
@@ -44,6 +50,7 @@ SPI main loop and initialization
 
 </para>
 
+ void: 
 @Returns: 
 
 
@@ -61,6 +68,7 @@ SPI main loop and initialization
 
 </para>
 
+ void: 
 @Returns: 
 
 
@@ -187,6 +195,7 @@ SPI main loop and initialization
 
 </para>
 
+ void: 
 @Returns: 
 
 
diff --git a/docs/reference/cspi/tmpl/spi_registry.sgml b/docs/reference/cspi/tmpl/spi_registry.sgml
index 968155c..d03060f 100644
--- a/docs/reference/cspi/tmpl/spi_registry.sgml
+++ b/docs/reference/cspi/tmpl/spi_registry.sgml
@@ -17,6 +17,9 @@ Registry queries
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### ENUM AccessibleKeySynthType ##### -->
 <para>
 
@@ -33,6 +36,7 @@ Registry queries
 
 </para>
 
+ void: 
 @Returns: 
 
 
diff --git a/docs/reference/cspi/tmpl/spi_relation.sgml b/docs/reference/cspi/tmpl/spi_relation.sgml
index 515a3ca..afdbc9f 100644
--- a/docs/reference/cspi/tmpl/spi_relation.sgml
+++ b/docs/reference/cspi/tmpl/spi_relation.sgml
@@ -17,6 +17,9 @@ AccessibleRelations and RelationSets
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### ENUM AccessibleRelationType ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_selection.sgml b/docs/reference/cspi/tmpl/spi_selection.sgml
index 39822f5..3ad6a1a 100644
--- a/docs/reference/cspi/tmpl/spi_selection.sgml
+++ b/docs/reference/cspi/tmpl/spi_selection.sgml
@@ -17,6 +17,9 @@ AccessibleSelection Interface
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleSelection_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_stateset.sgml b/docs/reference/cspi/tmpl/spi_stateset.sgml
index 7f82e78..37936f5 100644
--- a/docs/reference/cspi/tmpl/spi_stateset.sgml
+++ b/docs/reference/cspi/tmpl/spi_stateset.sgml
@@ -16,6 +16,9 @@ State and StateSets
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### ENUM AccessibleState ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_table.sgml b/docs/reference/cspi/tmpl/spi_table.sgml
index cafd3dd..040d59e 100644
--- a/docs/reference/cspi/tmpl/spi_table.sgml
+++ b/docs/reference/cspi/tmpl/spi_table.sgml
@@ -17,6 +17,9 @@ AccessibleTable Interface
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleTable_ref ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_text.sgml b/docs/reference/cspi/tmpl/spi_text.sgml
index 9e151cf..ee26123 100644
--- a/docs/reference/cspi/tmpl/spi_text.sgml
+++ b/docs/reference/cspi/tmpl/spi_text.sgml
@@ -17,6 +17,9 @@ AccessibleText Interface
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### ENUM AccessibleTextBoundaryType ##### -->
 <para>
 
diff --git a/docs/reference/cspi/tmpl/spi_value.sgml b/docs/reference/cspi/tmpl/spi_value.sgml
index 4c0a4ae..4449130 100644
--- a/docs/reference/cspi/tmpl/spi_value.sgml
+++ b/docs/reference/cspi/tmpl/spi_value.sgml
@@ -24,6 +24,9 @@ be programmatically set, if the implementor's state does not include READONLY.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### SECTION Image ##### -->
+
+
 <!-- ##### FUNCTION AccessibleValue_ref ##### -->
 <para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]