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_utton [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.

