From e1bd5c1c40f5c0ebae4fa9e6ea653ceb82c6f9fe Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 18 Sep 2001 23:39:51 +0000 Subject: [PATCH] auto init from ATK_VERSION. up ATK_VERSION to 0.4, interface age 0, binary Tue Sep 18 23:41:32 2001 Tim Janik * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION. up ATK_VERSION to 0.4, interface age 0, binary age 0. (from 0.2 which was not properly updated last time). depend on glib 1.3.8. * NEWS: updates. --- ChangeLog | 9 ++ NEWS | 6 + configure.in | 8 +- docs/tmpl/atkaction.sgml | 24 +--- docs/tmpl/atkcomponent.sgml | 24 ++-- docs/tmpl/atkdocument.sgml | 33 ----- docs/tmpl/atkeditabletext.sgml | 14 +-- docs/tmpl/atkimage.sgml | 26 +--- docs/tmpl/atkselection.sgml | 4 + docs/tmpl/atkstate.sgml | 2 - docs/tmpl/atkstreamablecontent.sgml | 29 ----- docs/tmpl/atktable.sgml | 92 ++++---------- docs/tmpl/atktext.sgml | 243 ++---------------------------------- docs/tmpl/atkutil.sgml | 50 -------- 14 files changed, 77 insertions(+), 487 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5eb92cd..8632f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Sep 18 23:41:32 2001 Tim Janik + + * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION. + up ATK_VERSION to 0.4, interface age 0, binary age 0. + (from 0.2 which was not properly updated last time). + depend on glib 1.3.8. + + * NEWS: updates. + 2001-09-11 Padraig O'Briain * atk/atkobject.c: diff --git a/NEWS b/NEWS index 617a5ef..bffced1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Overview of Changes in Atk 0.4 +============================== + +* Miscellaneous cleanups and fixes. + + Changes in 0.3 * API improvements to AtkTable, AtkSelection diff --git a/configure.in b/configure.in index e472697..ef03df4 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ChangeLog) -AM_INIT_AUTOMAKE(atk, 0.3) dnl ========================================================================== dnl @@ -10,7 +9,7 @@ dnl it too, or it will never make it into the spec file! dnl dnl ========================================================================== -GLIB_REQUIRED_VERSION=1.3.7 +GLIB_REQUIRED_VERSION=1.3.8 AC_SUBST(GLIB_REQUIRED_VERSION) dnl ========================================================================== @@ -27,12 +26,13 @@ dnl ========================================================================== ATK_MAJOR_VERSION=0 ATK_MINOR_VERSION=0 -ATK_MICRO_VERSION=2 +ATK_MICRO_VERSION=4 ATK_INTERFACE_AGE=0 ATK_BINARY_AGE=0 -## post-1.0 you'd add MINOR_VERSION in here, i.e. 0.3->1.0->1.0.1->1.0.2 +## with 1.0 you'd insert MINOR_VERSION in here, i.e. 0.3->1.0.0->1.0.1->1.0.2 ## note that micro version has to go in the libtool stuff below ATK_VERSION=$ATK_MAJOR_VERSION.$ATK_MICRO_VERSION +AM_INIT_AUTOMAKE(atk, $ATK_VERSION) AC_SUBST(ATK_MAJOR_VERSION) AC_SUBST(ATK_MINOR_VERSION) diff --git a/docs/tmpl/atkaction.sgml b/docs/tmpl/atkaction.sgml index f744c7d..689dd42 100644 --- a/docs/tmpl/atkaction.sgml +++ b/docs/tmpl/atkaction.sgml @@ -33,9 +33,7 @@ be manipulated should support this interface. @do_action: @get_n_actions: @get_description: -@get_name: @get_keybinding: -@set_description: @@ -44,6 +42,7 @@ be manipulated should support this interface. @action: @i: + @Returns: @@ -66,16 +65,6 @@ be manipulated should support this interface. @Returns: - - - - - -@action: -@i: -@Returns: - - @@ -86,14 +75,3 @@ be manipulated should support this interface. @Returns: - - - - - -@action: -@i: -@desc: -@Returns: - - diff --git a/docs/tmpl/atkcomponent.sgml b/docs/tmpl/atkcomponent.sgml index bde93a5..9da63e1 100644 --- a/docs/tmpl/atkcomponent.sgml +++ b/docs/tmpl/atkcomponent.sgml @@ -31,9 +31,10 @@ representation of an object. @parent: @add_focus_handler: @contains: -@ref_accessible_at_point: +@get_accessible_at_point: @get_extents: @get_position: +@get_position_on_screen: @get_size: @grab_focus: @remove_focus_handler: @@ -59,8 +60,9 @@ representation of an object. @component: @x: @y: -@coord_type: @Returns: + +@coord_type: @@ -73,6 +75,7 @@ representation of an object. @y: @width: @height: + @coord_type: @@ -84,6 +87,7 @@ representation of an object. @component: @x: @y: + @coord_type: @@ -103,18 +107,7 @@ representation of an object. @component: -@Returns: - - - - - - - -@component: -@x: -@y: -@coord_type: + @Returns: @@ -137,6 +130,7 @@ representation of an object. @y: @width: @height: + @coord_type: @Returns: @@ -149,6 +143,7 @@ representation of an object. @component: @x: @y: + @coord_type: @Returns: @@ -161,6 +156,7 @@ representation of an object. @component: @width: @height: + @Returns: diff --git a/docs/tmpl/atkdocument.sgml b/docs/tmpl/atkdocument.sgml index 5972540..5d7ef8d 100644 --- a/docs/tmpl/atkdocument.sgml +++ b/docs/tmpl/atkdocument.sgml @@ -14,36 +14,3 @@ AtkDocument - - - - - - - - - - - -@parent: -@get_document_type: -@get_document: - - - - - - -@document: -@Returns: - - - - - - - -@document: -@Returns: - - diff --git a/docs/tmpl/atkeditabletext.sgml b/docs/tmpl/atkeditabletext.sgml index 1f9d147..84327f7 100644 --- a/docs/tmpl/atkeditabletext.sgml +++ b/docs/tmpl/atkeditabletext.sgml @@ -27,7 +27,7 @@ to editing features of editable text widgets. @parent_interface: -@set_run_attributes: +@set_attributes: @set_text_contents: @insert_text: @copy_text: @@ -35,18 +35,6 @@ to editing features of editable text widgets. @delete_text: @paste_text: - - - - - -@text: -@attrib_set: -@start_offset: -@end_offset: -@Returns: - - diff --git a/docs/tmpl/atkimage.sgml b/docs/tmpl/atkimage.sgml index 8d0a6bc..7045bda 100644 --- a/docs/tmpl/atkimage.sgml +++ b/docs/tmpl/atkimage.sgml @@ -28,22 +28,12 @@ an assistive technology to get descriptive information about images. @parent: -@get_image_position: +@get_storage_type: @get_image_description: -@get_image_size: +@get_image_height: +@get_image_width: @set_image_description: - - - - - -@image: -@x: -@y: -@coord_type: - - @@ -63,13 +53,3 @@ an assistive technology to get descriptive information about images. @Returns: - - - - - -@image: -@width: -@height: - - diff --git a/docs/tmpl/atkselection.sgml b/docs/tmpl/atkselection.sgml index 300a0d8..0169daa 100644 --- a/docs/tmpl/atkselection.sgml +++ b/docs/tmpl/atkselection.sgml @@ -45,6 +45,7 @@ can be selected should support the AtkSelection interface. @selection: @i: + @Returns: @@ -54,6 +55,7 @@ can be selected should support the AtkSelection interface. @selection: + @Returns: @@ -93,6 +95,7 @@ can be selected should support the AtkSelection interface. @selection: @i: + @Returns: @@ -102,6 +105,7 @@ can be selected should support the AtkSelection interface. @selection: + @Returns: diff --git a/docs/tmpl/atkstate.sgml b/docs/tmpl/atkstate.sgml index a881058..b7027f3 100644 --- a/docs/tmpl/atkstate.sgml +++ b/docs/tmpl/atkstate.sgml @@ -29,7 +29,6 @@ AtkStates. @ATK_STATE_COLLAPSED: @ATK_STATE_DEFUNCT: @ATK_STATE_EDITABLE: -@ATK_STATE_ENABLED: @ATK_STATE_EXPANDABLE: @ATK_STATE_EXPANDED: @ATK_STATE_FOCUSABLE: @@ -47,7 +46,6 @@ AtkStates. @ATK_STATE_SENSITIVE: @ATK_STATE_SHOWING: @ATK_STATE_SINGLE_LINE: -@ATK_STATE_STALE: @ATK_STATE_TRANSIENT: @ATK_STATE_VERTICAL: @ATK_STATE_VISIBLE: diff --git a/docs/tmpl/atkstreamablecontent.sgml b/docs/tmpl/atkstreamablecontent.sgml index 65bcdfe..c58b53b 100644 --- a/docs/tmpl/atkstreamablecontent.sgml +++ b/docs/tmpl/atkstreamablecontent.sgml @@ -15,32 +15,3 @@ that contains streamable content. - - - - - -@streamable: -@Returns: - - - - - - - -@streamable: -@i: -@Returns: - - - - - - - -@streamable: -@mime_type: -@Returns: - - diff --git a/docs/tmpl/atktable.sgml b/docs/tmpl/atktable.sgml index 04b38dd..a1b1fcc 100644 --- a/docs/tmpl/atktable.sgml +++ b/docs/tmpl/atktable.sgml @@ -28,39 +28,29 @@ AtkTable @parent: @ref_at: @get_index_at: -@get_column_at_index: @get_row_at_index: -@get_n_columns: -@get_n_rows: -@get_column_extent_at: -@get_row_extent_at: +@get_column_at_index: @get_caption: +@get_n_columns: @get_column_description: +@get_column_extent_at: @get_column_header: +@get_n_rows: @get_row_description: +@get_row_extent_at: @get_row_header: @get_summary: +@get_selected_columns: +@get_selected_rows: +@is_column_selected: +@is_row_selected: +@is_selected: @set_caption: @set_column_description: @set_column_header: @set_row_description: @set_row_header: @set_summary: -@get_selected_columns: -@get_selected_rows: -@is_column_selected: -@is_row_selected: -@is_selected: -@add_row_selection: -@remove_row_selection: -@add_column_selection: -@remove_column_selection: -@row_inserted: -@column_inserted: -@row_deleted: -@column_deleted: -@row_reordered: -@column_reordered: @@ -169,8 +159,10 @@ AtkTable @table: -@row: +@r: @Returns: + +@row: @@ -179,8 +171,9 @@ AtkTable @table: -@column: @Returns: + +@column: @@ -189,8 +182,9 @@ AtkTable @table: -@row: @Returns: + +@row: @@ -208,6 +202,8 @@ AtkTable @table: +@accessible: + @caption: @@ -218,6 +214,8 @@ AtkTable @table: @row: +@accessible: + @description: @@ -228,6 +226,8 @@ AtkTable @table: @column: +@accessible: + @description: @@ -266,8 +266,9 @@ AtkTable @table: -@selected: @Returns: + +@selected: @@ -276,8 +277,9 @@ AtkTable @table: -@selected: @Returns: + +@selected: @@ -311,43 +313,3 @@ AtkTable @Returns: - - - - - -@table: -@column: -@Returns: - - - - - - - -@table: -@row: -@Returns: - - - - - - - -@table: -@column: -@Returns: - - - - - - - -@table: -@row: -@Returns: - - diff --git a/docs/tmpl/atktext.sgml b/docs/tmpl/atktext.sgml index 34ee666..f06b944 100644 --- a/docs/tmpl/atktext.sgml +++ b/docs/tmpl/atktext.sgml @@ -32,7 +32,7 @@ AtkText @get_character_at_offset: @get_text_before_offset: @get_caret_offset: -@ref_run_attributes: +@get_range_attributes: @get_character_extents: @get_character_count: @get_offset_at_point: @@ -51,6 +51,7 @@ AtkText @ATK_TEXT_BOUNDARY_CHAR: +@ATK_TEXT_BOUNDARY_CURSOR_POS: @ATK_TEXT_BOUNDARY_WORD_START: @ATK_TEXT_BOUNDARY_WORD_END: @ATK_TEXT_BOUNDARY_SENTENCE_START: @@ -58,20 +59,6 @@ AtkText @ATK_TEXT_BOUNDARY_LINE_START: @ATK_TEXT_BOUNDARY_LINE_END: - - - - - -@name: -@value: - - - - - - - @@ -101,10 +88,10 @@ AtkText @text: @offset: @boundary_type: -@start_offset: -@end_offset: @Returns: +@start_offset: +@end_offset: @startOffset: @endOffset: @@ -117,10 +104,10 @@ AtkText @text: @offset: @boundary_type: -@start_offset: -@end_offset: @Returns: +@start_offset: +@end_offset: @startOffset: @endOffset: @@ -133,10 +120,10 @@ AtkText @text: @offset: @boundary_type: -@start_offset: -@end_offset: @Returns: +@start_offset: +@end_offset: @startOffset: @endOffset: @@ -159,23 +146,13 @@ AtkText @offset: @x: @y: +@length: @width: + @height: @coords: - - - - - -@text: -@offset: -@start_offset: -@end_offset: -@Returns: - - @@ -193,8 +170,9 @@ AtkText @text: @x: @y: -@coords: @Returns: + +@coords: @@ -261,200 +239,3 @@ AtkText @Returns: - - - - - -@attrib_set: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/tmpl/atkutil.sgml b/docs/tmpl/atkutil.sgml index 027f90e..062101e 100644 --- a/docs/tmpl/atkutil.sgml +++ b/docs/tmpl/atkutil.sgml @@ -14,14 +14,6 @@ The AtkUtility interface provides general purpose utility functions. - - - - - -@ATK_XY_SCREEN: -@ATK_XY_WINDOW: - @@ -55,45 +47,3 @@ The AtkUtility interface provides general purpose utility functions. @object: - - - - - -@listener: -@event_type: -@Returns: - - - - - - - -@listener_id: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - -- 2.7.4