2.34.1: 2012-11-04 Murray Cumming MountOperation: Correct an ABI break. * gio/src/mountoperation.hg: Use the no_default_handler option with the new _WRAP_SIGNAL() to avoid a new on_*() vfunc increasing the size of the class. This got into the 2.34.0 release at the last moment but it seems better to correct it before people use it than to leave it. 2012-11-04 José Alburquerque docextract_to_xml.py: Replace : with ':' in generated XML files. * tools/defs_gen/docextract_to_xml.py: Otherwise gmmproc reports errors if this entity is encountered when trying to parse the XML documentation. 2012-11-01 Kjell Ahlstedt gmmproc: Improve the documentation of properties. * tools/m4/property.m4: Change "the property of the value" to "the value of the property". Make the description of the return value different for PropertyProxy, PropertyProxy_ReadOnly and PropertyProxy_WriteOnly. 2012-10-29 José Alburquerque Add some TODO's. * gio/src/menuitem.hg: * gio/src/menumodel.hg: Add TODO's about possibly adding methods to the classes in these files (these TODO's were added a few days ago and being commited now). Also add a TODO about an unwrapped signal in MenuModel. * glib/src/glib_extra_objects.defs: Add GArray to the list of objects to avoid a gmmproc documentation warning. 2012-10-29 Mark Vender Strip trailing whitespace. * gio/giomm/*.[h|cc]: * gio/src/*.[hg|ccg]: * glib/glibmm/*.[h|cc]: * glib/src/*.[hg|ccg]: Strip trailing whitespace. Bug #681072. 2012-10-25 José Alburquerque ContentType: Fix typo in the content_type_get_symbolic_icon() name. * gio/giomm/contenttype.cc: The name was misspelled because the 'o' and 'l' in 'symbolic' were interchanged. The name is correctly spelled in the .h file so I guess it's safe to rename it in the .cc file for 2.34 and the master branch. 2012-10-24 José Alburquerque DBus::[Connection|Proxy]: Use ifdefs for the UnixFDList call*() methods. * gio/src/dbusconnection.hg: * gio/src/dbusproxy.hg: Place the call*() methods taking a UnixFDList parameter within '#ifdef G_OS_UNIX' ifdefs because the UnixFDList class exists only on the Unix platform.