3.1.18: 2011-09-06 Murray Cumming Regenerated methods .defs and documentation .xml files. * gdk/src/gdk_docs.xml: Regenerated with docextract_to_xml.py. * gdk/src/gdk_extra_objects.defs: Mention some more objects to improve the automatic documentation generation. * gdk/src/gdk_methods.defs: * gtk/src/gtk_methods.defs: Regenerated with h2defs.py. * gdk/src/gdk_pixbuf_enums.defs: Regenerated with enums.pl. We still need to regenerate the signals/properties .defs files. 2011-09-06 Murray Cumming Regenerated enum .defs files. * gdk/src/gdk_enums.defs: * gtk/src/gtk_enums.defs: Regenerated with enums.pl Apparently we did not regenerate these recently before 3.0.0. There is a (then late) change in GdkDragProtocol that actually changes the enum values. This is technically an ABI break, but we would be passing the wrong values to the C functions, leading to already incorrect behaviour, so this can only be an improvement. This also removes other enums from the .defs that we do not use any more in the actual API. 2011-09-06 Murray Cumming Assistant: Added remove_page(). * gtk/src/assistant.hg: Wrapping the new gtk_assistant_remove_page() function. 2011-09-06 Murray Cumming PrintUnixDialog::get_selected_printer(): ref-counting correction. * gtk/src/printunixdialog.hg: Fix a .->, typo to make the refreturn option actually be used. Noticed by Kjell Ahlstedt in bug #657751. 2011-09-06 Murray Cumming TreeView: Added unset_drag_dest_row(). * gtk/src/treeview.[hg|ccg]: Added unset_drag_dest_row(). Bug #577986 (Hubert Figuiere, Johannes Schmid) 2011-09-02 Kjell Ahlstedt Avoid infinite loop in Gtk::Dialog::get_content_area(). * gtk/src/dialog.hg: Remove 'constversion' from get_vbox() const, because of a bug in gmmproc. Bug #657751, comment 3.