Overview of Changes in GAIL 0.15
================================
* Implement atk_image_get_image_position for GailButton, GailImage
and GailImageCell [Padraig O'Briain]
* Set layer value for GailMenuItem to ATK_LAYER_POPUP [Padraig]
* Add support for window events activate and resize [Padraig]
* Return correct line for a GailTextView when wrap mode is not specified 
(bug 80609) [Padraig]
* Implement accessibility suppport for GtkCheckMenuItem and GtkRadioMenuItem
[Padraig]
* Correct return value if atk_text_get_offset_at_point() is called for 
point not in text [Padraig]
* Corrrect return value for atk_text_get_character_extents() and
atk_text_get_offset_at_point() for text cell. [Padraig]
* Include window decoration when reporting a window's size and position,
[Padraig]
* Minor bug fixes [Anders Carlsson, Padraig, Michael Meeks]

Overview of Changes in GAIL 0.14
================================
* Update key snoop code to allow us to determine whether any listener
attempted to consume the event [Bill Haneman]
* Add support for window event, create, destroy, minimize, maximize, restore
[Padraig O'Briain]
* Check that offset is within range in implementations of
 atk_text_get_character_at_offset (bug 78934) [Padraig O'Briain]
* Pass AtkObject for child added or deleted in children-changed signal
when adding or removeing toplevel window [Padraig]
* Recaculate AtkRelation if button group for GtkRadioButton changed 
(bug 79398) [Padraig]
* Correct focus reporting when tabbing through GtkNoteBook [Padraig]
* Reported selection change correctly when GtkTextView is deselected [Padraig]
* Ensure that ATK focus tracker is called for AtkObject for focus widget on
focus in.
* Minor bug fixes [Padraig, Jeffrey Steadfast]

Overview of Changes in GAIL 0.13
================================
* Move util directory to libgail-util [Padraig O'Briain]
* Change start_pos and end_pos arguments of gail_text_util_get_substring 
from gint* to gint [Padraig]

Overview of Changes in GAIL 0.12
================================

* Allow only atk_editable_text_copy_text() in AtkEditableText interface to
work for AtkObject corresponding to non-editable GtkEntry or GtkTextView.
[Padraig O'Briain]
* Do not report non-visible window or window for menu attached to menu
item or tooltip window as toplevel window [Padraig]
* Use weak referencs to ensure that focus is not reported on GtkWidget which
has been deleted [Padraig]
* Notify name change when window's tile changes [Padraig]
* Report focus on focus tab instead of selected tab for GtkNotebook [Padraig]
* If GtkNotebookPage has no tab report its position as that of its child
[Padraig]
* Add activate action for GailEntry  and text cell [Padraig]
* Silently handle out of bounds children [Michael Meeks]
* Report text cell's text as its accessible name [Padraig]
* Various minor bug fixes [Padraig, Michael]

Overview of Changes in GAIL 0.11
================================

* Remove factory files for GAIL objects corresponding to GTK widgets; use
macros instead [Padraig O'Briain]
* Use gtk_range_set_value() rather than defaulting to gtk_adjustment_value to
implememt atk_value_set_current_value for GailRange [Padraig]
* Add -avoid-version for buiding GAIL library [Jacob Berkman]
* Correct finding label in get_label_from_button [Dave Camp]
* Check that canvas item in non-NUll in get_extents before dereferencing it
[Dave]
* Compute extents if canvas item correctly [Pederico Mena Quintero]
* Emit focus notification when focus tabe of notebook changes [Padraig]
* Do focus notification in idle function [Padraig]
* Various minor bug fixes [Padraig, Bill Haneman]

Overview of Changes in GAIL 0.10
================================

* Install gail and ferret modules in $(libdir)/gtk-2.0/modules; do not
install other other test modules [Padraig O'Briain]
* Use "gail-focus-object" data on AtkObject to allow focus to be reported
on an AtkObject other than the the ATkObject for the widget which receives 
focus. [Padraig]
* Report focus in a GTK idle function; this allows focus to be reported
correctly for link in a gtkhtml2 widget [Padraig]

Overview of Changes in GAIL 0.9
===============================

* Use object data rather than items in GailContainer data structure for
id for signal handler for add and remove signal on GtkContainer 
[Padraig O'Briain]
* Add version number to test module library names [Padraig]
* Correct size value returned in  AtkTextAttribute [Padraig]
* Allow for GtkNotebookPage tab label being NULL [Padraig]
* Allow for GtkTreeView having no model [Padraig]
* Build without -no-undefined specified [Padraig]
* Correct focus notification when moving from menu item to parent [Padraig]
* Add checks to avoid crashes and warnings [Padraig, Marc Mulcahy]
* Miscellaneous bug fixes

This is the initial release of Gail, the Gnome Accessibility Implementation
library, which implements ATK interfaces for GTK+ widgets.

