Gio::DBus:
* DBus::[Connection|Proxy]: Use ifdefs for the UnixFDList call*() methods.
(José Alburquerque)
gmmproc:
* Verify that void methods should not return a value.
(José Alburquerque) Bug #696364
* Parse the argument list of methods correctly.
(José Alburquerque)
* gmmproc: _WRAP_VFUNC: Support the wrapping of slots.
(José Alburquerque)
* gmmproc: _WRAP_METHOD: Support wrapping methods with slots.
(José Alburquerque) Bug #688587
* gmmproc: _WRAP_METHOD: Ensure that slot parameters can be optional.
(José Alburquerque)
* gmmproc: _WRAP_[CREATE|CTOR|METHOD]: Allow any order of {} options.
(José Alburquerque)
* gmmproc: _WRAP_ENUM: Skip enum constants whose names are deleted.
(Kjell Ahlstedt) Bug #544694 (Murray Cumming)
* gmmproc: _WRAP_CTOR: Handle *_new() functions with a final GError**.
(José Alburquerque) Bug #687959
Build:
* Visual Studio Projects: Fix and update.
(Chun-wei Fan)
* Add a test of implementing an interface,
to detect the problem in glib 2.36.0 and
the expected problem with glib >= 2.37.0
See bug #697229
(Murray Cumming)
* DBus::[Connection|Proxy]: Change ifdef G_OS_LINUX to ifdef G_OS_UNIX.
(Kjell Ahlstedt)
* ContentType: Fix typo in the content_type_get_symbolic_icon() implementation.
(José Alburquerque)
* Remove the use of g_type_init() because it has been deprecated.
(José Alburquerque)
* Strip trailing whitespace.
(Mark Vender)
* Fix the build with warnings enabled.
(Murray Cumming)
Documentation:
* Signal[Timeout|Idle]::connect_once() docs: Warn about thread-unsafety.
(Kjell Ahlstedt) Bug #396963 (Daniel Elstner, Chris Vine)
* ThreadPool::push() docs: Note that sigc::trackable is not thread-safe.
(Kjell Ahlstedt) Bug #512348 (Chris Vine)
* Threads::Thread::create(): Update the documentation.
(Kjell Ahlstedt) Bug #512348 (Chris Vine)
* SignalProxy: Fix the documentation, especially of connect_notify().
(Kjell Ahlstedt) Bug #126213, comment 5.
* Gio::Action: Add more documentation of get_state_hint() and get_state().
(Kjell Ahlstedt) Bug #690134 (Andrew Potter)
* Predefine G_OS_UNIX or G_OS_WIN32 in Doxygen's configuration file.
(Kjell Ahlstedt)
* gmmproc: Improve the conversion of documentation to Doxygen format.
(Kjell Ahlstedt)
* Documentation: Fix many warnings from Doxygen.
(Kjell Ahlstedt)
* gmmproc: Make enum documentation possible.
(José Alburquerque) Bug #544694 (Murray Cumming)
* gmmproc: Improve the search for documentation of enums.
(Kjell Ahlstedt)
* gmmproc: Documentation: Adjust if the method has a slot param.
(José Alburquerque) Bug #688587.
* docextract_to_xml.py: Replace : with ':' in generated XML files.
(José Alburquerque)
* gmmproc: Improve the documentation of properties.
(Kjell Ahlstedt)
* ustring docs: The global locale should be set when using C++ streams.
(Debarshi Ray) Bug #661588