Add property accessible-table-caption-object. This addresses bug #74814.
authorPadraig O'Briain <padraig.obriain@sun.com>
Tue, 21 Jan 2003 11:52:55 +0000 (11:52 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Tue, 21 Jan 2003 11:52:55 +0000 (11:52 +0000)
commit44a3ad9b25e1a34b05a03105b016857961001616
tree3d80f72a73fc2e13f2e559bd33af0e626d48c3f4
parent9b7dfd8564b113c79594f55f7ba8acc8fde5f1c7
Add property accessible-table-caption-object. This addresses bug #74814.

2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>

* atk/atkobject.c: Add property accessible-table-caption-object.
This addresses bug #74814.

* atk/atkobject.h: Move some documentation from template file to
avoid warnings when building.

* atk/atkrelation.c: Add new properties relation and target.
This addresses bug #72426.

* atktext.[ch]: Add new functions atk_text_get_range_extents and
atk_text_get_bounded_ranges.
Also added data structures AtkTextRectangle and AtkTextRange, enum
AtkTextClipType and helper function  atk_text_free_ranges.
This addresses bug #100943.
(atk_text_get_character_extents): Ensure that the reported width is
not negative. This fixes bug #102954)

* docs/atk-sections.txt: Add new functions and data items.

* docs/tmpl/atk-object.sgml: Remove some docuementation and put in
atkobject.h. Add reference to accessible-table-caption-object.

* docs/tmpl/atk-relation.sgml: Add new properties

* docs/tmpl/atktext.sgml: Add new functions and data items.
ChangeLog
atk/atkobject.c
atk/atkobject.h
atk/atkrelation.c
atk/atktext.c
atk/atktext.h
docs/atk-sections.txt
docs/tmpl/atkobject.sgml
docs/tmpl/atkrelation.sgml
docs/tmpl/atktext.sgml