Clutter-GTK 0.6.1 21/06/2008
============================

 - Emit a ConfigureEvent when the size of the widget changes.
 - Add more documentation.
 - Show and hide the stage when the widget is shown and hidden.
 - Queue a redraw of the stage when the widget is mapped or exposed.
 - Call gtk_widget_realize() on show, so that people not doing
   it themselves will not get a flickering.
 - GtkClutterEmbed can obtain key focus.
 - Do not handle any of the events received, but just forward them
   to the stage.

Clutter-GTK 0.6.0 18/02/2008
============================

 - Require clutter-x11 0.6.0

Clutter-GTK 0.5.2 21/01/2008
============================

 - Require clutter-x11 0.5.4
 - Using the X11 pkg-config file it should now be possible to build against
   Clutter EGLX backend
 - Complete reimplementation of the embeddable widget, letting Clutter draw
   directly onto a GtkWidget window. [Iain Holmes, Matthew Allum, Havoc
   Pennington]
 - Renamed the widget to GtkClutterEmbed

Clutter-GTK 0.5.0 17/01/2008
============================

 - Update for new Clutter 0.5 X11 API

Clutter-GTK 0.3.1 06/07/2007
============================

 - Fix PC file requirements

Clutter-GTK 0.3.0 29/06/2007
============================

 - Update for new Clutter 0.3 API
 - Add a new example

Clutter-GTK 0.1.0 22/03/2007
============================

 - Initial release. 
   o Basic clutter GTK widget using XEMBED.
