2011-08-25 Murray Cumming Add FontChooser and FontChooserDialog, deprecating old widgets. * gtk/src/gtk_methods.defs: Regenerated with h2defs.py. * gtk/src/filelist.am: * gtk/src/fontchooser.[hg|ccg]: * gtk/src/fontchooserdialog.[hg|ccg]: Added FontChooser and FontChooserDialog. * gtk/gtkmm.h: Add them here. * gtk/src/fontselection.hg: Deprecate FontSelection and FontSelectionDialog. The APIs are annoyingly similar, but GTK+ has done this. 2011-08-17 Chun-wei Fan Update Visual C++ Projects * Set EOL of *.sln files to CR/LF (Windows) so that they will work properly. * Update GDKMM/GTKMM DLL/LIB names to *-3_0-* from *-2_4-* * Updated source file listings for GDKMM and GTKMM so that sources will compile and link correctly, and have them link to GTK+3/GDK3 libraries * Update GDKMM projects as they need to link to GIOMM too. * Update the demo projects to link to CairoMM also, as that is also required. * Update the VS2010 demo project to link to Visual C++ 2010-compiled versions of the GLibMM, ATKMM and PangoMM libraries (*-vc90-*.lib -> *-vc100-*.lib)