1.3.4:
	
2002-08-07  Murray Cumming  <murrayc@usa.net>

	* Glade::Xml now uses the new gtkmm _CONSTRUCT macro, so it uses
	the correct Glib::Object constructor.

2002-08-06  Martin Schulze  <MHL.Schulze@t-online.de>

	* examples/basic/Makefile.am: Replace 'example' with 'basic' to
	match the actual file names.

1.3.3:
	
2002-07-16  Murray Cumming  <murrayc@usa.net>

	* Rebuilt for latest gtkmm.

1.3.2:
	
2002-06-23  Murray Cumming  <murrayc@usa.net>

	* Rebuilt for latest gtkmm.
	* VariablesMap: Fixed "no return statement" warning.

1.3.1:
	
2002-05-02  Murray Cumming  <murrayc@usa.net>

	* Added Gnome::Glade::VariablesMap, with an example. This allows
	you to map named Glade widgets to member variables, and transfer
	all the data with one method call.

1.3.0:
	
2002-04-29  Murray Cumming  <murrayc@usa.net>

	* Added reparent_widget() method.

2002-04-28  Murray Cumming  <murrayc@usa.net>

	* Added templated get_widget(name, widget) override, which
	does the dynamic casting and warns about any runtime errors, so
	that application code doesn't need to.

2002-04-25  Murray Cumming  <murrayc@usa.net>

	* examples/basic: Use a GtkDialog in the .glade file instead of
	the deprecated GnomeDialog. The signal connection now seems to
	work.
	* libglade/src/xml.[hg|ccg]: Added a lookup_type() vfunc
	that instantiates gtkmm types instead of gtk+ types. This requires
	the latest libglade.

2002-04-25  Michael A. Koziarski  <michael@koziarski.org>

	* libglade/src/xml.ccg
	* libglade/src/xml.hg: As requested, implemented overloaded
	create_from_buffer methods. 
	
2002-04-25  Murray Cumming  <murrayc@usa.net>

	* Added "basic" example based on the libglade docs and Michael
	Koziarski's .glade file.

2002-04-24  Michael A. Koziarski  <michael@koziarski.org>

	* libglade/src/xml.ccg
	* libglade/src/xml.hg: Implemented overloaded create methods &
	constructors.  Most applications won't need to send a domain
	parameter, and some don't need a root parameter

2002-04-23  Murray Cumming  <murrayc@usa.net>

	* Generated sources are now distributed. The
	build_shared/*.am_fragement files were copied from libgnomecanvasmm.

2002-04-23  Murray Cumming  <murrayc@usa.net>

	* Xml constructor uses the glade_xml_construct() function because
	GladeXML doesn't have construct-time properties yet.
	

