libglade-2.6.4:

	* Fix GTK+ single includes (Felix Riemann)
	* Use G_DEFINE_TYPE instead of registering the type by hand (Felix
	  Riemann)
	* Clean up code (Christian Persch)
	* Remove deprecated GLib functions (Andre Klapper)

libglade-2.6.3:

	* glade_xml_new_from_buffer(): Do not call 
	g_free() on a GObject.  (Matthias Clasen, Peter Clifton)
	* Build: Check for glib >= 2.10 in configure.
	(Murray Cumming)
	* Documentation:
	- Actually show glade_xml_construct_from_buffer().
	(Murray Cumming)
	- Improve the book title and abstract.
	(Diego Gonzalez)
	- Mention gmodule-export-2.0 for autoconnecting. Bug #446175.
	(Murray Cumming)
	* Windows: Export glade_xml_construct_from_buffer().
	(Armin Burgmeier)

libglade-2.6.2:
	* Fix building with gtk+ 2.11.

libglade-2.6.1: 19-July-2007
	- Added glade_xml_construct_from_buffer(), 
	for language bindings. (Douglas C. MacKenzie) 

libglade-2.6.0: 12-July-2006
	- Win32 portability fixes (Tor)
	- Compiler warning fixes (Kjartan)
	- Fixes for ASCII characters in entries (Matthias)

libglade-2.5.1: 11-February-2005
        - Fix toolbar breakage from the 2.4.1/2.5.0 releases.
        - Fix handling of GtkFileChooserDialog internal children.

libglade-2.5.0: 29-November-2004
	- Add support for GtkFileChooserButton, GtkIconView,
	  GtkAboutDialog and GtkMenuToolButton.
	- Register GtkFileChooserDialog correctly.
	- Fix a number of bugs in the libglade-convert utility.
	- Fix some memory leaks in the XML parsing code.
	- Handle tooltips on GtkToolItems properly, and get rid of uses of
	  the old toolbar API.
	- Fix some bugs in setting up ATK relations.
	- Various other bug fixes (see ChangeLog).

libglade-2.4.0: 17-May-2004
	- Stable release.

libglade-2.3.6: 10-March-2004
	- Implement support GtkComboBoxEntry, GtkToolItem, GtkToolButton,
	  GtkToggleToolButton, GtkRadioToolButton & GtkSeparatorToolItem (Damon Chaplin)
	- Fix automake warning (Steve Chaplin)
	- Add libglade version number to the docs (Matthias Clasen)
	- Fix usage of C++ keyword as an argument name (Bas Driessen)
	- Allow additional signal parameter for glademm (Christof Petig)
	- Support tooltips in toolbars (Michael Voigt)

libglade-2.3.2: 15-January-2004
	- Support disambiguating msgids by prefixing them with a context
	  string. (Christian Stimming, Matthias Clasen)

libglade-2.3.1:  14-November-2003
	- Register GtkColorButton, GtkComboBox, GtkFileChooser and
	  GtkFontButton types (Jonathan Blandford)
	- Implemement support for GtkExpander (Mark McLoughlin)
	- Fix memory leak and incorrect colour map usage (Morten Welinder)
	- Win32 build support (Tor Lillqvist, Masahiro Sakai)
	- Build fixes (James Henstridge, Michael Meeks)

libglade-2.0.1:  29-August-2002
	- fix up search path for libglade modules.
	- various memory leak fixes (Kristian Rietveld).

libglade-2.0.0:  6-June-2002
	- fix up docs build, and make docbook files mostly XML
	  compatible in preparation for XMLised gtk-doc.
	- bump version number up to 2.0.0.

libglade-1.99.12: 12-May-2002
	- more changes to help with Murray's C++ bindings.
	- check whether GTK has a GtkPlug implementation to help with
	  building with gtk targets other than X11.
	- Only build the docs if --enable-gtk-doc is passed to configure.
	- pass CFLAGS and LDFLAGS to gtkdoc when building docs, in
	  case they are needed to build against the library (fixes
	  64-bit solaris issues, #81347).
	- fix up a missing g_object_ref() call in AtkRelationSet
	  handling code.
	- More helpful error message if glade file could not be found
	  (#80411).

libglade-1.99.11: 28-April-2002
	- don't ref the AtkRelationSet unless we are going to actually
	  set up relations.
	- Support for GtkFrame::label_item and GtkEntry::invisible_char.
	- some changes from Murray Cumming needed for the C++ bindings.

libglade-1.99.10: 30-March-2002
	- give GtkListItem widgets a "label" attribute; mainly for use
	  by GtkCombo (bug 75471)
	- get rid of the response_id warnings when using GtkDialogs
	  (bug 75300)
	- memory leak fix in use of AtkRelations (bug 75782)
	- better handling of the menu in GtkOptionMenu.  This also
	  fixes the weird sizing bug where the option menu would
	  sometimes grow the first time you popped it up (bug 75590)
	- register GtkSeparatorMenuItem (bug 76682)

libglade-1.99.9: 11-March-2002
	- make build stuff compatible with autoconf-2.53.  This tarball
	  is built with autoconf-2.53 and automake-1.6.
	- fixes for GtkLayout's build_children routine
	- normalise property names (s/-/_/) when parsing glade files.
	- support for wmclass_name and wmclass_class window properties.

libglade-1.99.8: 26-February-2002
	- various libglade-convert updates.  These updates will make
	  libglade-convert produce significantly better glade 2.0
	  files.
	- handle the "has_default" and "has_focus" properties better.
	- fix up test suite so that it will gracefully handle the
	  absense of an X server (the tests will return the error code
	  indicating that the test can not be performed).
	- Install the DTD file, and add an entry to the XML catalog
	  (if possible).  This means we can use a proper URL in the
	  DOCTYPE line of glade files, and still be able to validate
	  without a network connection.
	- handle the agent attribute on property elements.
	- make --enable-debug the default.

libglade-1.99.7: 7-February-2002
	- make the --enable-debug configure option just add support
	  for turning on debugging spew, rather than always spewing.
	  You can select what is spewed with the LIBGLADE_DEBUG
	  environment variable (similar to the glib and gtk debug spew
	  env var).
	- get rid of some unused functions from the module API.  This
	  doesn't affect any applications.
	- lots of documentation updates.  It is now relevant to the
	  devel branch.

libglade-1.99.6: 31-January-2002
	- stop depending on gnome-common macros.
	- some DTD updates from Damon (last_modification_time
	  attribute for signals).
	- handle widget "visibile" property better, so as to not trip
	  up some weird redraw bugs.
	- get rid of deprecated stuff in the API (this shouldn't break
	  anything).
	- add a <placeholder/> element to the file format for
	  representing placeholders, and equivalent code to the parser
	  to ignore them.
	- custom props for GtkMenuItem that act similarly to the
	  "label", "use_underline" and "use_stock" properties of
	  GtkButton.  Corresponding changes to libglade-convert to
	  handle them.
	- if using GCC, set some flags to increase the number of
	  warnings emitted.

libglade-1.99.5: 12-December-2001
	- lots of widget handling updates from Jacob using custom props.
	- make the python check in configure actually work, and don't
	  install libglade-convert if no acceptable python was foun                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           