2.99.4: 2011-02-10 Murray Cumming AppChooserDialog: Fixed a typo. * gtk/src/appchooserdialog.hg: Avoid registering a type with the wrong (and duplicate) name. 2011-02-10 Murray Cumming Added AppChooser, AppChooserButton, AppChooserDialog and AppChooserWidget. * tools/extra_defs_gen/generate_defs_gtk.cc: Mentioned the new AppChooser GTypes. * gtk/src/gtk_signals.defs: Regenerated. * gtk/src/appchooser.[hg|ccg]: Added this new interface. * gtk/src/appchooserbutton.[hg|ccg]: * gtk/src/appchooserdialog.[hg|ccg]: * gtk/src/appchooserwidget.[hg|ccg]: Added wrappers for these new widgets. * gtk/src/filelist.am: Mentioned the new files. * tools/m4/convert_gtk.m4: Added necessary conversions. 2011-02-10 Murray Cumming CellArea: Added constructor that takes a CellArea. * gtk/src/combobox.[hg|ccg]: Added cell_area property and a constructor that takes a CellArea, to match gtk_combo_box_new_with_area(). 2011-02-08 Murray Cumming Entry: Added unset_icon(). * gtk/src/entry.[hg|ccg]: Added unset_icon() because the gtk_entry_set_icon_from_*() functions do that when they are passed a NULL. Bug #621742 (feuloren) 2011-02-08 Murray Cumming ComboBoxText: Add warning about not confusing these. * gtk/src/comboboxtext.hg: Add a doxygen comment warning people not to call set_model() on these or to pack more cells in. Bug #619656 (JimO, Kjell Ahlstedt) 2011-02-08 Murray Cumming ComboBox: Slight documentation improvements. * gtk/src/combobox.hg: * gtk/src/comboboxtext.hg: Update the class overview documentation to match recent additions in the C documentation and to reflect that we now have get_entry() in gtkmm (though still not in the C API). 2.99.3: