2015-12-13  Murray Cumming  <murrayc@murrayc.com>

	2.46.3

2015-12-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gio::ActionMap: Fix the ref count in lookup_action_vfunc()

	* gio/src/actionmap.hg: Add refreturn in _WRAP_VFUNC(lookup_action).
	Bug #758813.

2015-12-13  Murray Cumming  <murrayc@murrayc.com>

	Gio::Application: Destructor: Use noexcept in the implementation too.

	Bug #758798 (Émeric MASCHINO)

2015-12-13  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gmmproc: Fix a test in Output.pm::get_ctor_properties()

	* tools/pm/Output.pm: A test whether a parameter is optional was messed up
	in such a way that it was always true. The test is just a precaution.
	In all normal cases the result of a correct test is also true. Probably
	the error has not affected the code generation from any correct .hg file.