2.21.2:

2009-07-13  Jonathon Jongsma  <jonathon@quotidian.org>

	* Makefile.am: fix release targets since we switched to git

2009-07-13  Jonathon Jongsma  <jonathon@quotidian.org>

	* NEWS: updated
	* configure.ac: bumped version for release

2009-07-11  Daniel Elstner  <daniel.kitta@gmail.com>

	* configure.ac (GTKMM_ARG_ENABLE_FULLDOCS): Remove macro
	call.  Its result is not used anywhere at all anymore.

2009-07-11  Daniel Elstner  <daniel.kitta@gmail.com>

	* gio/src/drive.hg (Drive::start_finish): Remove stray
	semicolon to get rid of compiler warning in pedantic mode.
	(Drive::stop_finish): ditto.

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/volumemonitor.hg: implement Gio::VolumeMonitor::drive-stop-button

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/drive.ccg: fix accidental bug in Gio::Drive::eject() that
	  the compiler warned me about

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/volume.ccg:
	* gio/src/volume.hg: implement eject_with_operation()
	  similarly to the GDrive methods mentioned below

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/mount.ccg:
	* gio/src/mount.hg: implement eject_with_operation() and
	  mount_with_operation similarly to the GDrive methods mentioned
	  below

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/inetaddress.hg: implement get_native_size()

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/drive.hg: implement GDrive::stop-button signal

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/drive.ccg:
	* gio/src/drive.hg: Wrap the new eject_with_operation() methods and
	  implement the other eject() functions with
	  g_drive_eject_with_operation since g_drive_eject has been
	  deprecated in favor of eject_with_operation()

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/drive.ccg:
	* gio/src/drive.hg:
	* gio/src/gio_enums.defs:
	* tools/m4/convert_gio.m4: wrap added GDrive methods: start(),
	  stop(), start_finish(), stop_finish(), can_start(), can_start(),
	  can_start_degraded()

2009-07-09  Jonathon Jongsma  <jonathon@quotidian.org>

	* gio/src/gio_methods.defs: re-generated defs
	* gio/src/socket.ccg:
	* gio/src/socket.hg: fix build breakage caused by the addition of a
	  bunch of cancellable parameters to GSocket methods.

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

	Treat empty Glib::spawn*() working dir as unset

	* glib/src/spawn.ccg (Glib::spawn_async_with_pipes): If the
	working_directory argument is the empty string, pass a 0 pointer
	to the GLib C API to make it inherit the parent's working directory.
	This is fine as the empty string is not a valid directory name, and
	our documentation already says that it will be interpreted that way.
	(Glib::spawn_async): ditto,
	(Glib::spawn_sync): ditto.

2009-07-03  José Alburquerque  <jaalburqu@svn.gnome.org>

	* tests/glibmm_valuearray/main.cc: Use references to store casts in
	glibmm_valuearray test.

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

	* glib/src/optiongroup.ccg:
	* glib/src/optiongroup.hg: add OptionGroup::add_entry(.., double&)

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

	* tools/m4/convert_gio.m4: add some namespaced conversions so that I
	  can use them for new api I'm wrapping in Gdk::Pixbuf.  Is there no
	  other way to do this?