2.5.2 (5 January 2004)
- New Classes:
        Action (glue code and JNI)
        ActionGroup (glue code and JNI)
        Expander (glue code and JNI)
        UIManager(glue code and JNI)
        ComboBoxEvent
        ColorButtonEvent
        EntryCompletionEvent
		UIManagerItemType
- New Interfaces:
        ComboBoxListener
        ColorButtonListener
		EntryCompletionListener
- Deprecated the following Classes/Interfaces:
		ColorPickerEvent
		ColorPickerListener
- Added Event Handling for the following Classes:
		ComboBox
		ColorButton
		EntryCompletion
- Tree and Text Widgets updated 
- Fixed problem with wrong version of gtkjava library being loaded.
- Various build system improvements and fixes


2.5.1 (22 December 2003)
- Initial GTK 2.3 / GNOME 2.5 support
- Joined the GNOME Bindings release
- Added New classes from GTK 2.3:
        ColorButton
        ComboBox
        ComboBoxEntry
        EntryCompletion
        FileChooserAction (needed for FileChooser)
        FileChooserError (needed for FileChooser)
        BindingSet
- Added two new methods to Entry to utilize the
  EntryCompletion class.
- Deprecated classes:
        gtk.Combo (replaced by ComboBox)
        gnome.Entry
        gnome.ColorPicker (replaced by ColorButton)

0.8.2 (18 December 2003)
 - Initial support for gconf and libgtkhtml added
 - Event handling for gtk Entry widget added
 - Event handling of many gtk Widgets fixed
 - Various other big fixes
 - Restructured source tree, separation of libraries into separate
   tarballs (one for each major gnome library, where possible; plus an
   all-in-one tarball containing everything)

0.8.1 (6 November 2003)
- Bug Fix release

0.8.0 (6 July 2003)
- First release supporting gtk/gnome 2
- New development technique - we modify the output of the code generator, fixing
  errors and adding a good public API, rather than trying to make the code
  generator perfect.


0.7.1
- stability greatly enhanced
- better support for low-level GDK drawing
- several new widgets/classes

0.7
- support for gcj native compilation
- limited support for ZvtTerm widget

0.5
With release 0.5 the Java-GNOME is proud to announce the revival of the 
project.  This release contains many enhancement, among them are:
- numerous fixes and enhancements to the generator
- support for many new GTK and GNOME widgets
- the ability to make a GTK only binding
- a FAQ
- a Tutorial
- a document describing the parser
- hosting on sourceforge which gives you the ability to report bugs,
  submit patches, and subscribe to the Java-GNOME mailing lists

0.4.1 snapshot
- many fixes to the generator (esp. default args)
- fix in the parser code to better handle pre/post code
- autoconf !
- some doc for the generator

This one really is the "Jean Van Wyk" release who contributed many
improvements, including the doc and all the autoconf code !

Second development snapshot
- Preliminary Gnome support
- In the current version, you can add a (java-code "pre" "call" post) description. "pre" "call" and "post" are C code that will be directly included in the .c file

First public development snapshot
- Gnome/GTK functions returning an object won't work (except for constructors)
- Gnome APIs are not supported yet
- GDK APIs are not supported yet
- ...
