2009-07-13  Murray Cumming  <murrayc@murrayc.com>

	Fixed the build.
	
	* tools/m4/convert_gtk.m4: Added conversions now needed in gdk/src/pixbuf.hg.

2009-07-08  Daniel Elstner  <danielk@openismus.com>

	Correct base type check in Container_Class::remove_callback()

	* gtk/src/container.ccg (Gtk::Container_Class::remove_callback):
	In order to test for the abstract GtkContainer parent class, actually
	compare against the parent type instead of making invalid assumptions
	about the derived type.  By means of the alternative Glib::ObjectBase
	constructor, it is possible to create a custom GObject type different
	from the standard one.

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

	* gtk/src/container.ccg: remove_callback(): When just calling the C
	callback, because the C++ object has already been destroyed, don't
	even call the C callback if the GType is exactly GtkContainer. This
	avoids a useless warning from GTK+ about an unimplemented remove()
	default signal handler. This happens when deriving from Gtk::Container -
	remove() really is implemented - it's just that we don't call our own
	implementation when that would be impossible.
	Bug #518002 (Jonathon Jongsma).

2009-06-29  Jonathon Jongsma  <jonathon@quotidian.org>

	* configure.ac:
	* gdk/src/pixbuf.ccg:
	* gdk/src/pixbuf.hg:
	* tools/m4/convert_gdk.m4: add Gdk::Pixbuf::create_for_stream() and
	  create_for_stream_at_scale() for reading pixbufs from Gio file
	  streams