Documentation:
* API Reference: Remove generated " "You rarely need to use properties".
Some new glib and gtk+ classes (GSimpleIOStream, GtkModelButton,
GtkPopoverMenu) have no public set/get methods for their properties.
(Kjell Ahlstedt)
* API Reference: Fix the version numbers in some @newin Doxygen commands.
(Kjell Ahlstedt)
gmmproc:
* Add _IGNORE_PROPERTY() and _IGNORE_CHILD_PROPERTY() macros.
(Kjell Ahlstedt)
* Add support for 'newin "n,m"' in some _WRAP macros.
(Kjell Ahlstedt) Bug #748856 (Andrew Potter)
* _WRAP_SIGNAL: Add support for detail_name.
(Kjell Ahlstedt) Bug #749034
* Fetch property documentation from the docs.xml file, if available there.
(Kjell Ahlstedt)
* docextract_to_xml.py: Distinguish sections from properties.
(Kjell Ahlstedt)
* docextract_to_xml.py: Add support for the --no-recursion option.
(Kjell Ahlstedt)
Build:
* Glib::ObjectBase: Don't use std::auto_ptr (deprecated in C++11).
(Kjell Ahlstedt) Bug #748630 (Hubert Figuiere)
* Add missing GLIBMM_API for Interface
(Mikhail Titov) Bug #748719.