2016-03-18  Murray Cumming  <murrayc@murrayc.com>

	2.47.92

2016-03-11  Murray Cumming  <murrayc@murrayc.com>

	Require the latest libsigc++-2.0.

	In case we really need the std::ref() support in libsigc++ 2.7.2.

2016-03-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Fix "make check" after sigc::mem_fun(pointer,func) was deprecated

2016-03-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	generate_extra_defs: Check for deprecated signals and properties

	tools/extra_defs_gen/generate_extra_defs.cc: Mark deprecated signals and
	properties as such in the generated .defs file.

2016-03-10  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gmmproc: Check if signals and properties are deprecated appropriately

	* tools/pm/GtkDefs.pm:
	* tools/pm/Property.pm: Search for (deprecated #t) in the *_signals.defs file.
	* tools/pm/Output.pm:
	* tools/pm/WrapParser.pm: Warn if a signal, property or child property is
	deprecated in the .defs file, but not in the _WRAP_* macro, and the whole
	file is not deprecated (no _IS_DEPRECATED).

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

	Use std::ref instead of sigc::ref.

	As required by the latest (not yet released) libsigc++.

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

	Fix a tiny typo in a comment.

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

	Correct bad uses of sigc::bind<1>.

	sigc::bind<1>() is meant to bind a value for the second argument,
	which makes no sense for a method with 1 parameter.
	sigc::bind() seems fine.

	I found this while working in the sigc3 branch, using libsigc++-3.0,
	which is less forgiving of this error.

2016-03-07  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC builds: Look for includes in include/gio-win32-2.0

	At some point gio.h is going to include headers from this location, so
	make sure we look for headers from here.