3.1.90: 2011-09-14 Murray Cumming FontChooser, FontChooserWidget, FontChooserDialog API changes. * gtk/src/gtk_methods.defs: Regenerated with h2defs.py. * gtk/src/filelist.am: * gtk/src/fontchooser.[hg|ccg]: this is now an interface, like AppChooser and RecentChooser. * gtk/src/fontchooserdialog.[hg|ccg]: Derive from FontChooser, removing some methods. * gtk/src/fontchooserwidget.[hg|ccg]: A new widget derived from FontChooser. * gtk/src/fontbutton.[hg|ccg]: This should now derive from FontChooser but we cannot do that without breaking ABI because FontButton was in gktmm 3.0. 2011-09-09 Murray Cumming Widget::get_allocation(): Add the newer documentation from the C docs. * gtk/src/widget.hg: gtk_widget_get_allocation() now has extra hints about implementing containers. 2011-09-07 Kjell Ahlstedt TreeView: Make append_column_numeric_editable() work for [unsigned] short. * gtk/src/treeview.hg: Add TreeView_Private::_connect_auto_store_numeric_editable_signal_handler(). Call it from TreeView::append_column_numeric_editable() and use it in the numeric specializations of TreeView_Private::_connect_auto_store_editable_signal_handler(). Bug #655416.