summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.in2
-rw-r--r--docs/tmpl/atkaction.sgml3
-rw-r--r--docs/tmpl/atkcomponent.sgml3
-rw-r--r--docs/tmpl/atkdocument.sgml3
-rw-r--r--docs/tmpl/atkeditabletext.sgml3
-rw-r--r--docs/tmpl/atkgobjectaccessible.sgml3
-rw-r--r--docs/tmpl/atkhyperlink.sgml3
-rw-r--r--docs/tmpl/atkhyperlinkimpl.sgml3
-rw-r--r--docs/tmpl/atkhypertext.sgml3
-rw-r--r--docs/tmpl/atkimage.sgml3
-rw-r--r--docs/tmpl/atknoopobject.sgml3
-rw-r--r--docs/tmpl/atknoopobjectfactory.sgml4
-rw-r--r--docs/tmpl/atkobject.sgml3
-rw-r--r--docs/tmpl/atkobjectfactory.sgml3
-rw-r--r--docs/tmpl/atkregistry.sgml4
-rw-r--r--docs/tmpl/atkrelation.sgml3
-rw-r--r--docs/tmpl/atkrelationset.sgml4
-rw-r--r--docs/tmpl/atkselection.sgml3
-rw-r--r--docs/tmpl/atkstate.sgml3
-rw-r--r--docs/tmpl/atkstateset.sgml4
-rw-r--r--docs/tmpl/atkstreamablecontent.sgml3
-rw-r--r--docs/tmpl/atktable.sgml3
-rw-r--r--docs/tmpl/atktext.sgml3
-rw-r--r--docs/tmpl/atkutil.sgml8
-rw-r--r--docs/tmpl/atkvalue.sgml3
26 files changed, 89 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7aa14e9..4a6bf6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in version 1.32.0:
+=========================
+*
+*Fixes: #630097, #621717, #571622, #617851, #616812.
+*Translation update.
+
+
Changes in version 1.30.0:
=========================
*
diff --git a/configure.in b/configure.in
index 0ef55a8..5fd5c80 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
m4_define([atk_major_version], [1])
-m4_define([atk_minor_version], [30])
+m4_define([atk_minor_version], [32])
m4_define([atk_micro_version], [0])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])
diff --git a/docs/tmpl/atkaction.sgml b/docs/tmpl/atkaction.sgml
index 565b7b2..11a04b2 100644
--- a/docs/tmpl/atkaction.sgml
+++ b/docs/tmpl/atkaction.sgml
@@ -44,6 +44,9 @@ terminology for #AtkAction names.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkAction ##### -->
<para>
The AtkAction structure does not contain any fields.
diff --git a/docs/tmpl/atkcomponent.sgml b/docs/tmpl/atkcomponent.sgml
index 661ff00..df7a84a 100644
--- a/docs/tmpl/atkcomponent.sgml
+++ b/docs/tmpl/atkcomponent.sgml
@@ -28,6 +28,9 @@ provided by #AtkText.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkComponent ##### -->
<para>
The AtkComponent structure does not contain any fields.
diff --git a/docs/tmpl/atkdocument.sgml b/docs/tmpl/atkdocument.sgml
index 3283f24..935ac0c 100644
--- a/docs/tmpl/atkdocument.sgml
+++ b/docs/tmpl/atkdocument.sgml
@@ -22,6 +22,9 @@ which can reasonably be considered a document in its own right.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkDocument ##### -->
<para>
The AtkDocument structure does not contain any fields.
diff --git a/docs/tmpl/atkeditabletext.sgml b/docs/tmpl/atkeditabletext.sgml
index 945b583..ed00800 100644
--- a/docs/tmpl/atkeditabletext.sgml
+++ b/docs/tmpl/atkeditabletext.sgml
@@ -23,6 +23,9 @@ implements #AtkEditableText is by definition an #AtkText implementor as well.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkEditableText ##### -->
<para>
The AtkEditableText structure does not contain any fields.
diff --git a/docs/tmpl/atkgobjectaccessible.sgml b/docs/tmpl/atkgobjectaccessible.sgml
index 3e3e59b..baaef5b 100644
--- a/docs/tmpl/atkgobjectaccessible.sgml
+++ b/docs/tmpl/atkgobjectaccessible.sgml
@@ -22,6 +22,9 @@ for GnomeCanvasItem in the GAIL library.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkGObjectAccessible ##### -->
<para>
The AtkGObjectAccessible structure should not be accessed directly.
diff --git a/docs/tmpl/atkhyperlink.sgml b/docs/tmpl/atkhyperlink.sgml
index 457c85a..edd4855 100644
--- a/docs/tmpl/atkhyperlink.sgml
+++ b/docs/tmpl/atkhyperlink.sgml
@@ -21,6 +21,9 @@ and end offset within the host AtkHypertext object.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkHyperlink ##### -->
<para>
The AtkHyperlink structure should not be accessed directly.
diff --git a/docs/tmpl/atkhyperlinkimpl.sgml b/docs/tmpl/atkhyperlinkimpl.sgml
index c220304..0c80a9c 100644
--- a/docs/tmpl/atkhyperlinkimpl.sgml
+++ b/docs/tmpl/atkhyperlinkimpl.sgml
@@ -31,6 +31,9 @@ followed by AtkHyperlink:getObject.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkHyperlinkImpl ##### -->
<para>
A queryable interface which allows AtkHyperlink instances associated with an
diff --git a/docs/tmpl/atkhypertext.sgml b/docs/tmpl/atkhypertext.sgml
index de83006..c3f1c01 100644
--- a/docs/tmpl/atkhypertext.sgml
+++ b/docs/tmpl/atkhypertext.sgml
@@ -21,6 +21,9 @@ AtkHyperlink
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkHypertext ##### -->
<para>
The AtkHypertext structure does not contain any fields.
diff --git a/docs/tmpl/atkimage.sgml b/docs/tmpl/atkimage.sgml
index 16ad5e0..8a5957b 100644
--- a/docs/tmpl/atkimage.sgml
+++ b/docs/tmpl/atkimage.sgml
@@ -29,6 +29,9 @@ most significant information present in the image.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkImage ##### -->
<para>
The AtkImage structure does not contain any fields.
diff --git a/docs/tmpl/atknoopobject.sgml b/docs/tmpl/atknoopobject.sgml
index 1492b71..ab8ffed 100644
--- a/docs/tmpl/atknoopobject.sgml
+++ b/docs/tmpl/atknoopobject.sgml
@@ -19,6 +19,9 @@ object is requested for an object type for which no factory type is specified.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkNoOpObject ##### -->
<para>
The AtkNoOpObject structure should not be accessed directly.
diff --git a/docs/tmpl/atknoopobjectfactory.sgml b/docs/tmpl/atknoopobjectfactory.sgml
index ab304d2..092ec79 100644
--- a/docs/tmpl/atknoopobjectfactory.sgml
+++ b/docs/tmpl/atknoopobjectfactory.sgml
@@ -19,6 +19,9 @@ create an accessible object of a particular type.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkNoOpObjectFactory ##### -->
<para>
The AtkNoOpObjectFactory structure should not be accessed directly.
@@ -31,6 +34,7 @@ The AtkNoOpObjectFactory structure should not be accessed directly.
</para>
+@void:
@Returns:
diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml
index 524db7c..42d1a50 100644
--- a/docs/tmpl/atkobject.sgml
+++ b/docs/tmpl/atkobject.sgml
@@ -34,6 +34,9 @@ See also: #AtkObjectFactory, #AtkRegistry.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkObject ##### -->
<para>
The AtkObject structure should not be accessed directly.
diff --git a/docs/tmpl/atkobjectfactory.sgml b/docs/tmpl/atkobjectfactory.sgml
index bc82582..d278c2c 100644
--- a/docs/tmpl/atkobjectfactory.sgml
+++ b/docs/tmpl/atkobjectfactory.sgml
@@ -23,6 +23,9 @@ AtkRegistry
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkObjectFactory ##### -->
<para>
The AtkObjectFactory structure should not be accessed directly.
diff --git a/docs/tmpl/atkregistry.sgml b/docs/tmpl/atkregistry.sgml
index 73569c0..f67e111 100644
--- a/docs/tmpl/atkregistry.sgml
+++ b/docs/tmpl/atkregistry.sgml
@@ -22,6 +22,9 @@ appropriate GType for application custom widget classes.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkRegistry ##### -->
<para>
The AtkRegistry structure should not be accessed directly.
@@ -64,6 +67,7 @@ The AtkRegistry structure should not be accessed directly.
</para>
+@void:
@Returns:
diff --git a/docs/tmpl/atkrelation.sgml b/docs/tmpl/atkrelation.sgml
index 4ec7c1b..477f272 100644
--- a/docs/tmpl/atkrelation.sgml
+++ b/docs/tmpl/atkrelation.sgml
@@ -22,6 +22,9 @@ are defined as an AtkRelationSet, which is a set of AtkRelations.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkRelation ##### -->
<para>
The AtkRelation structure should not be accessed directly.
diff --git a/docs/tmpl/atkrelationset.sgml b/docs/tmpl/atkrelationset.sgml
index 8b660fd..f2f1633 100644
--- a/docs/tmpl/atkrelationset.sgml
+++ b/docs/tmpl/atkrelationset.sgml
@@ -22,6 +22,9 @@ components (for instance within a radio-button group), or share content which
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkRelationSet ##### -->
<para>
The AtkRelationSet structure should not be accessed directly.
@@ -34,6 +37,7 @@ The AtkRelationSet structure should not be accessed directly.
</para>
+@void:
@Returns:
diff --git a/docs/tmpl/atkselection.sgml b/docs/tmpl/atkselection.sgml
index 2c651d4..37fed31 100644
--- a/docs/tmpl/atkselection.sgml
+++ b/docs/tmpl/atkselection.sgml
@@ -28,6 +28,9 @@ selection/deselection of children.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkSelection ##### -->
<para>
The AtkAction structure does not contain any fields.
diff --git a/docs/tmpl/atkstate.sgml b/docs/tmpl/atkstate.sgml
index 82dd62f..0e3f771 100644
--- a/docs/tmpl/atkstate.sgml
+++ b/docs/tmpl/atkstate.sgml
@@ -18,6 +18,9 @@ an component is described by its AtkStateSet, which is a set of AtkStates.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### ENUM AtkStateType ##### -->
<para>
diff --git a/docs/tmpl/atkstateset.sgml b/docs/tmpl/atkstateset.sgml
index 187811c..35ac7a9 100644
--- a/docs/tmpl/atkstateset.sgml
+++ b/docs/tmpl/atkstateset.sgml
@@ -18,6 +18,9 @@ of AtkStates.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkStateSet ##### -->
<para>
@@ -29,6 +32,7 @@ of AtkStates.
</para>
+@void:
@Returns:
diff --git a/docs/tmpl/atkstreamablecontent.sgml b/docs/tmpl/atkstreamablecontent.sgml
index 16981ac..7135f94 100644
--- a/docs/tmpl/atkstreamablecontent.sgml
+++ b/docs/tmpl/atkstreamablecontent.sgml
@@ -32,6 +32,9 @@ a particular document, but may in some cases give access to the underlying model
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkStreamableContent ##### -->
<para>
The AtkStreamableContent structure does not contain any fields.
diff --git a/docs/tmpl/atktable.sgml b/docs/tmpl/atktable.sgml
index a166826..70d8ed8 100644
--- a/docs/tmpl/atktable.sgml
+++ b/docs/tmpl/atktable.sgml
@@ -36,6 +36,9 @@ implement other interfaces (#AtkText, #AtkImage, etc.) as appropriate.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkTable ##### -->
<para>
The AtkTable structure does not contain any fields.
diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml
index d3e411f..8c0584d 100644
--- a/docs/tmpl/atktext.sgml
+++ b/docs/tmpl/atktext.sgml
@@ -34,6 +34,9 @@ glyph-to-offset mapping may be complex for languages which use ligatures.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkText ##### -->
<para>
The AtkText structure does not contain any fields.
diff --git a/docs/tmpl/atkutil.sgml b/docs/tmpl/atkutil.sgml
index 1c76a12..50e7fbd 100644
--- a/docs/tmpl/atkutil.sgml
+++ b/docs/tmpl/atkutil.sgml
@@ -19,6 +19,9 @@ information about the current ATK implementation and toolkit version.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkUtil ##### -->
<para>
The AtkUtil struct does not contain any fields.
@@ -79,6 +82,7 @@ The AtkUtil struct does not contain any fields.
</para>
+@void:
<!-- ##### FUNCTION atk_add_global_event_listener ##### -->
@@ -154,6 +158,7 @@ The AtkUtil struct does not contain any fields.
</para>
+@void:
@Returns:
@@ -162,6 +167,7 @@ The AtkUtil struct does not contain any fields.
</para>
+@void:
@Returns:
@@ -170,6 +176,7 @@ The AtkUtil struct does not contain any fields.
</para>
+@void:
@Returns:
@@ -178,6 +185,7 @@ The AtkUtil struct does not contain any fields.
</para>
+@void:
@Returns:
diff --git a/docs/tmpl/atkvalue.sgml b/docs/tmpl/atkvalue.sgml
index 58c1ca6..55ed1fe 100644
--- a/docs/tmpl/atkvalue.sgml
+++ b/docs/tmpl/atkvalue.sgml
@@ -24,6 +24,9 @@ indicate failure.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT AtkValue ##### -->
<para>
The AtkValue structure does not contain any fields.