2.91.4: 2010-11-10 Murray Cumming Dialog: get_vbox(): Return a Box instead of a VBox. * gtk/src/dialog.hg: We need to rename this to get_content_area() anyway. We needed to change the return type, because the C function changed what it returned. I will fix its documentation. 2010-11-09 Armin Burgmeier * win32_installer/build-installer.sh: Make sure libintl-8.dll gets cleaned up correctly on uninstall. * win32_installer/gtkmm-installer.nsi.in: Add the lib\cairomm-1.0 directory to the installed files. 2010-11-08 Krzesimir Nowak Fixed warnings in refcount debugging messages. * gtk/gtkmm/object.cc: * gtk/src/window.ccg: Used %p format parameter to print addresses of GObjects and cast 'this' and GObjects to void*. 2010-11-08 Murray Cumming Add the Grid container widget. * tools/extra_defs_gen/generate_defs_gtk.cc: Mention GTK_TYPE_GRID. * gtk/src/gtk_signals.defs: Added the generated part for GtkGrid. * gtk/src/filelist.am: * gtk/src/grid.[hg|ccg]: * gtk/gtkmm.h: Added the Grid container widget. 2010-11-05 José Alburquerque Style: Fix the clone_vfunc() implementation. * gtk/src/style.hg: Modify the clone_vfunc() to take an extra reference of the GtkStyle obtained from the base class. This is so that the clone_vfunc_callback() does not lose its last reference after it executes. Fixes GNOME Bug #633975 (mario). 2010-11-04 Murray Cumming Widget: Remove the deprecated size-request signal. * gtk/src/widget.hg: Do not wrap the size_request signal because it is deprecated and will soon be removed.