2.13.8: 2008-09-08 Murray Cumming * COPYING.tools: * Makefile.am: Added COPYING.tools with the GPL because the tools/*.cc file is GPL. Bug #550789. 2008-09-03 Murray Cumming * gtk/src/Makefile.am: * gtk/src/gtk.defs: * gtk/src/gtk_methods_maemo.defs: Restored the maemo-only .defs, putting them in a separate file this time so they are not lost next time. * gtk/src/gtk_enums.defs: Regenerated, with some hand-coding. * tools/m4/convert_gtk.m4: * gtk/src/printsettings.hg: Added get/set_number_up_layout(), using the new NumberUpLayout enum. 2008-09-03 Murray Cumming * gtk/src/gtk_methods.defs: Regenerated with h2defs.py. * gtk/src/selectiondata.ccg: * gtk/src/selectiondata.hg: Changed get_data() to not return a length too, and added get_length(), to fix the build after GTK+ changes. This gtkmm API is now just like it was in gtkmm 2.12. * gtk/src/widget.hg: Changed the get_allocation() implementation back to direct struct field access with _GET_MEMBER() because GTK+ has removed the new gtk_widget_get_allocation() function. 2008-08-27 Armin Burgmeier * MSVC_Net2005/gdkmm/gdkmm.rc.in: * MSVC_Net2005/atkmm/atkmm.rc.in: * MSVC_Net2005/gtkmm/gtkmm.rc.in: Replaced #include "afxres.h" by #include which does the job equally well, and allows compilation with the freely available Visual Studio Express compiler.