2.27.2:

2010-11-01  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with --enable-warnings=fatal

	* glib/glibmm/main.[h|cc]: get_current_time(): undef G_DISABLE_DEPRECATED
	so this can build. Deprecate it to match the C API. Add get_time() which
	replaces it. However, we should replace our use of it, which seems difficult.

2010-11-01  José Alburquerque  <jaalburqu@svn.gnome.org>

	Application: Re-wrap according to the latest API.

	* gio/src/application.{ccg, hg}: Re-wrapped the API according to the
	recent changes in the C API.  Old methods were removed and new ones
	wrapped.  Also wrapped its properties.
	* tools/m4/convert_gio.m4: Added necessary conversion.

2010-11-01  José Alburquerque  <jaalburqu@svn.gnome.org>

	giomm: Add ActionGroup interface.

	* tools/extra_defs_gen/generate_defs_gio.cc:
	* gio/src/gio_signals.defs: Add the GActionGroup type to the extra
	defs generation tool and regenerate the signal defs file to get the
	signals of GActionGroup.
	* gio/src/actiongroup.{ccg, hg}:
	* gio/src/filelist.am: Add new ActionGroup interface sources and
	mention them so they are build.

2010-10-28  José Alburquerque  <jaalburqu@svn.gnome.org>

	DBusConnection: Reorder parameters to allow default values for flags.

	* gio/src/dbusconnection.{ccg,hg}: Reorder the parameters in the
	constructors and create methods so that the DBusConnection flag
	parameter has a default value.
	* gio/src/dbusproxy.hg (get_cached_property): Docs re-formatting.

2010-10-26  José Alburquerque  <jaalburqu@svn.gnome.org>

	DBusConnection: Add docs to some methods.

	* gio/src/dbusconnection.hg: Add Doxygen docs to wrapped methods
	without them.
	* gio/src/dbusproxy.hg: Typo.

2010-10-26  José Alburquerque  <jaalburqu@svn.gnome.org>

	DBusProxy: Add get_cached_property().

	* gio/src/dbusproxy.{ccg,hg}: Add get_cached_property(), wrapping
	g_dbus_proxy_get_cached_property().  Also add missing _IGNORE().