2016-03-18 Murray Cumming 2.47.92 2016-03-11 Murray Cumming 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 Fix "make check" after sigc::mem_fun(pointer,func) was deprecated 2016-03-10 Kjell Ahlstedt 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 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 Use std::ref instead of sigc::ref. As required by the latest (not yet released) libsigc++. 2016-03-08 Murray Cumming Fix a tiny typo in a comment. 2016-03-08 Murray Cumming 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 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.