2009-03-17  Vincent Untz  <vuntz@gnome.org>

	* NEWS: version 2.6.4

2009-02-23  Andre Klapper  <a9016009@gmx.de>

	* glade/makekeys.awk:
	* test/domp.c:
	* test/saxp.c:
	Remove deprecated GLib functions. Fixes bug #572846.

2009-02-23  Christian Persch  <chpe@gnome.org>

	* glade/glade-init.c: (glade_init): No need to make this data static.

2008-10-06  Felix Riemann  <friemann@svn.gnome.org>

	* glade/glade-xml.c: (glade_xml_class_init), (glade_xml_init),
	(glade_xml_finalize):
	Use G_DEFINE_TYPE instead of registering the type by hand.
	Also allocate the private data together with the "public" data.
	Fixes bug #555147.

2008-10-06  Felix Riemann  <friemann@svn.gnome.org>

	* glade/glade-build.h:
	* glade/glade-xml.c:
	* glade/glade-xml.h:
	Fix GTK+ single includes. Fixes bug #555149.