2.20.1: 2010-04-07 Murray Cumming Builder: Complete the exceptions thrown documentation. * gtk/src/builder.hg: Completed the @throws lines now that GtkBuilder has documentation about the GError domains that it throws. This fixed bug #548022 (Alexander Shaduri). 2010-04-07 Murray Cumming API reference documentation: Remove gobjection-introspection annotations. * gdk/src/gdk_docs.xml: * gtk/src/gtk_docs.xml: Use regexxer to remove the gobject-introspection annotations so they do not appear in the generated HTML. In future, we will stop these from even getting in to the XML. 2010-04-07 Murray Cumming Really fix the @newin2p* in the *_override.xml files. * gdk/src/gdk_docs_override.xml: * gtk/src/gtk_docs_override.xml: Use GTK+'s original Since: syntax here instead of @newin{2,*} because that is what our parser currently expects. Otherewise it is interpreted as a parameter name. 2010-04-07 Murray Cumming Replace some @newin2p* with @newin{2,*}. * gdk/src/gdk_docs_override.xml: * gtk/src/gtk_docs_override.xml: Replaces uses of the old @newin2p* with @newin{2,*} after I noticed it in generated HTML. 2010-04-06 Murray Cumming RecentAction: Fix the constructor that takes a RecentManager. * gtk/src/recentaction.hg: Constructor: Rename the manager parameter to recent_manager, so that gmmproc generates code that uses the correct property name. This fixes bug #612900 (Morten Skaaning) 2010-04-06 Murray Cumming TreeRowReference::get_model(): Correct the reference counting. * gtk/src/treerowreference.hg: get_model(): Add a refreturn. This fixes bug #611814 (Kamil Renczewski) 2010-04-03 Armin Burgmeier * win32_installer/gtkmm-vc80-2_4.vsprops: * win32_installer/gtkmm-vc80-d-2_4.vsprops: * win32_installer/gtkmm-vc90-2_4.vsprops: * win32_installer/gtkmm-vc90-d-2_4.vsprops: Remove iconv.lib which is no longer required by the libxml2 binary. * win32_installer/install-msvc-module: * win32_installer/gtkmm-installer.nsi.in: Update for the 2.20 installer. 2010-04-03 Armin Burgmeier * gtk/gtkmm.h: Ifdef out inclusion of files that are no longer installed on Windows. 2010-04-03 Armin Burgmeier * MSVC_Net2005/gtkmm/gtkmm.vcproj: * MSVC_Net2008/gtkmm/gtkmm.vcproj: Add the new source files to the projects.