[For the gory details, see the file ChangeLog.]			     -*-text-*-

0.15.2
~~~~~~
* A range of widgets for iHaskell developed by Haoran Un

0.15.1
~~~~~~
* GtkSpinButton and widget handler for key events courtesy of Peter Strand
* GdkRGB, GtkButtonBox, GtkHButtonBox, and GtkVButtonBox courtesy of Ian Lynagh
* Bug fixes

0.14.10
~~~~~~~
* GtkPixmap courtesy of Jamie Wilkinson
* Some tweaks, fixes, and minor additions

0.14.8
~~~~~~
* GtkViewport & GtkRuler courtesy of Axel Krauth
* GtkEventBox courtesy of Jens Petersen
* Some tweaks for FreeBSD

0.14.7
~~~~~~
* `gtkInit and `gtkMain' as aliases for the functions that collide with the
  Prelude 
* Libglade is supported as an extension

0.14.6
~~~~~~
* Bug fixes
* Some more GdkEvent support and some other new functions courtesy of Jonas
  Svensson

0.14.5
~~~~~~
* GtkMozEmbed courtesy of Jonas Svensson
* GtkOptionMenu courtesy of Jonas Svensson

0.14.4
~~~~~~
* Added the GtkNotebook widget; requires c2hs 0.10.8

0.14.3
~~~~~~
* GtkGLArea is usable again

0.14.2
~~~~~~
* Supporting GHC's package management system

0.14.1
~~~~~~
* Completed GtkEditable

0.14.0
~~~~~~
* GtkTooltips, GtkAlignment, and GtkAccelGroup courtesy Jonas Svensson
  <d99josve@dtek.chalmers.se> 

0.13.3
~~~~~~
* Jens Petersen <juhp@01.246.ne.jp> fixed the examples

0.13.0
~~~~~~
* GtkHandleBox, GtkProgress, and GtkProgressBox contributed by Simon Marlow
  <simonmar@microsoft.com>
* extensions to GtkMisc & GtkCTree contributed by Simon Marlow
  <simonmar@microsoft.com>
* bug fixes

0.12.3
~~~~~~
* bug fixes and signature generalisation following suggestions from Axel
  Krauth <krauth@infosun.fmi.uni-passau.de>

0.12.2
~~~~~~
* bug fixes

0.12.1
~~~~~~
* rewrote most of the GTK+ widgets to use c2hs and using call hooks about
  everywhere 
* StatusBar -> Statusbar (to match the original GTK+ spelling)
  ** WARNING: this may break existing code **
* more modules use c2hs
* using new features from c2hs; thus, version 0.10.x "Altocumulus Stratiformis
  Perlucidus Undulatus" is needed for building

0.12.0
~~~~~~
* GtkCheckMenuItem by Simon Marlow <simonmar@microsoft.com>
* revised signal handling infrastructure with help by Simon Marlow
  ** WARNING: now useless functions have been removed **

0.11.7
~~~~~~
* GtkComboBox and improvements to GtkEditable by Axel Krauth
  <krauth@infosun.fmi.uni-passau.de> 
* updated GtkGLArea support by Carl R. Witty <cwitty@newtonlabs.com>

0.11.5
~~~~~~
* Added "The Boolean Editor" as an example on how to use the library
* Adapted to the forthcoming GHC 5.02

0.11.4
~~~~~~
* Handle options for compile and linking against gthread better
* Adapted to version 0.9.9 of c2hs

0.11.3
~~~~~~
* Bug fix

0.11.2
~~~~~~
* Bug fix

0.11.1
~~~~~~
* All examples tested and work with c2hs 0.9.8

0.11.0
~~~~~~
* Works with 0.9.x "Blue Ginger" series of C->Haskell and with GHC 5.00 series
* More functions in Gdk

0.10.5
~~~~~~
* Bug fixes

0.10.4
~~~~~~
* Install target

0.10.3
~~~~~~
* GtkScale, GtkHScale & GtkVScale simplified and converted to C->Haskell
* Adapted iH to new names and some clean up
* Adapted examples to new names

0.10.2
~~~~~~
* Adapted to C->Haskell 0.8.2 "Gentle Moon"
* Menu widgets courtesy Axel Krauth <krauth@infosun.fmi.uni-passau.de>
** WARNING: name changes **

0.10.1
~~~~~~
* `GdkFonts.textExtents' - courtesy of Axel Simon
* GdkPixmap completed - including code from Axel Simon
  <simona@pool.Informatik.rwth-aachen.de>
  ** WARNING: signature changes **

0.10.0
~~~~~~
* GdkGC rewritten by Axel Simon <simona@pool.Informatik.rwth-aachen.de>; now
  uses ForeignObjs and set/get methods rather than marshalling the complete
  values struct to Haskell
* `GdkGC' bug fixes to GtkCList by Axel Simon
  <simona@pool.Informatik.rwth-aachen.de> 
* `GtkCList.cListGetNoOfRows' plus bug fixes to GtkCList by Axel Simon
  <simona@pool.Informatik.rwth-aachen.de>
* GtkEnums is now bound via C->Haskell
* GtkMain.main interface changed (brought in line with what HOpenGL uses)
* dropped gtk prefix from all modules

** WARNING: This version contains code breaking interface changes **
** WARNING: At least version 0.7.10 of C->HS is required **

0.9.1
~~~~~
* Merged GtkCList code from Axel Simon <simona@pool.Informatik.rwth-aachen.de>
* debugged GdkEvents

** WARNING: At least version 0.7.10 of C->HS is required **

0.9.0
~~~~~
* GModule (GLib's dynamic loading of C code) by Michael Weber
  <michael.weber@post.rwth-aachen.de>
* GtkTree, GtkTreeItem, GtkStatusBar, GtkCTree, GtkCList, GtkPaned, GtkVPaned,
  and GtkHPaned widgets by Simon Marlow <simonmar@microsoft.com>

0.8.0
~~~~~
* configure: added --enable-ih & --with-ports options plus corresponding
  changes to the makefiles
* Added iHaskell directory [this stuff is still highly experimental]

0.7.1
~~~~~
* GtkGLArea rewritten with C->HS and function names stripped of the prefix;
  also made compatible with HOpenGL 0.99
* GdkDrawable.drawString (contributed by Axel Simon
  <simona@pool.Informatik.rwth-aachen.de>)
* GtkItem, GtkList, and GtkListItem widgets
* Part of GtkScrolledWindow (contributed by Marcin Kowalczyk
  <qrczak@knm.org.pl>)
* GtkText widget (contributed by Michael Hobbs <hobbs1@acm.org>)
* GLib and GDK bindings largely use C->Haskell to generate the binding code
* Many more GDK types and functions are bound now
* GDK got the `Gdk'/`gdk' prefix removed from all exported entities.
  [Rationale: These were really a consequence of Gtk+'s attempt to have an 
  private name space in C.  In Haskell, where we have module-local name spaces
  and qualified imports, this is not necessary.]
