This NEWS file for papi covers a short overview about the latest changes. 0.0.5 2007-07-28: ------------------- * Synchronized with changes in ATK 1.18.0 * Fixed some minor ref counting issues. * Added __version__ constant. AtkHyperlink: * Mark is_selected_link() deprecated. 0.0.4 2007-03-22: ------------------- AtkObject: * Fixed ref_state_set() implementation. * Fixed various referencing issues regarding parent/child relationships. AtkTextIface: * Fixed buffer pointer bugs in text_get_text(), text_get_text_after_offset(), text_get_text_at_offset(), text_get_text_before_offset() and text_get_selection(). AtkTextRectangle: * Fixed memory leak for internal AtkTextRectangle pointers and glib interaction. AtkTextRange: * Fixed memory leak for internal AtkTextRange pointers and glib interaction. 0.0.3 2006-12-25: ------------------- * Fixed build flags for non-debug mode (thanks to Daniel Drake). AtkObject: * Fixed a list inconsistency bug in AtkObject.parent setter method. * Fixed internal object instantiation and reference counting (thanks to Daniel Drake for both). AtkRelation: * Fixed an object instantiation bug in get_target() method. AtkTableIface: * Fixed object instantiation bugs in table_set_row_header(), table_set_column_header() and table_set_summary() methods. AtkTextIface: * Fixed an object instantiation bug in text_get_bounded_ranges() method. AtkTextRangeIface: * Fixed an object instantiation bug in bounds getter. 0.0.2 2006-10-24: ------------------- * Update to ATK 1.12.x * Added (inclomplete) documentation. * Changed default atk-bridge path to /usr/local/lib/gtk-2.0/modules * New AtkHyperlinkImplIface interface, that can be enabled using IFACE_HYPERLINK_IMPL. AtkDocumentIface: * Added atk_document_get_attributes(), atk_document_set_attribute_value(), atk_document_get_attribute_value() and atk_document_get_locale() wrappers. AtkImageIface: * Added atk_image_get_locale() wrapper. AtkComponentIface: * Added atk_component_get_alpha() wrapper. AtkTextIface: * Added atk_text_get_range_extents() and atk_text_get_bounded_ranges() wrappers. AtkStreamableContentInface: * Added atk_streamable_content_get_uri() wrapper. AtkValueIface: * Added atk_value_get_minimum_increment() wrapper. AtkObject: * Added atk_object_get_attributes() wrapper. * Fixed a memory leak in AtkObject.emit. * Added atk_object_connect_property_change_handler() and atk_object_remove_property_change_handler() wrapper support. 0.0.1 2006-07-24: ------------------- * Initial release