libglade-2.6.3:

2008-08-18  Murray Cumming  <murrayc@murrayc.com>

	* doc/libglade-sections.txt:
	* doc/tmpl/glade-xml.sgml: Mention glade_xml_construct_from_buffer() in 
	these files, to make it actually appear in the documention.
	* glade/glade-xml.c: Do not call gtkmm gtk--.

2008-06-11  Murray Cumming  <murrayc@murrayc.com>

	* doc/libglade-docs.xml: Mention the gmodule-export-2.0 pkg-config 
	check for autoconnecting signals. 
	* glade/glade-xml.c: (glade_xml_signal_autoconnect): Menton it in the 
	reference documentation too.
	Fixes bug #446175.

2008-06-11  Diego Gonzalez  <diego@pemas.net>

	* doc/libglade-docs.xml: Use a more descripve title for the book and
	improve the abstract by describing the purpose of this library.

2008-06-11  Murray Cumming  <murrayc@murrayc.com>

	* configure.in: Increase the required glib version from 2.5 to 2.10, 
	because we use g_object_ref_sink() since 2006-07-11.
	Fixes bug #349611 (Yang Hong).

2008-02-19  Matthias Clasen  <mclasen@redhat.com>

	* glade/glade-xml.c (glade_xml_new_from_buffer): Don't call 
	g_free on a GObject.  Pointed out by Peter Clifton.

2007-11-26  Armin Burgmeier  <armin@openismus.com>

	* glade/glade.def: Add glade_xml_construct_from_buffer to the list of
	exported symbols, otherwise it is not available on Windows.