2.13.7: 2008-08-14 Murray Cumming * gtk/src/widget.hg: Added the missing #m4 prefix, to fix the build. Sorry. 2008-08-12 Murray Cumming * gtk/src/gtk_methods.defs: Regenerated. * gtk/src/linkbutton.hg: Added get/set_visited() and the property. * gtk/src/statusicon.ccg: * gtk/src/statusicon.hg: Use _WRAP_METHOD() for get_gicon(), adapting it to the changed GTK+ API. 2008-08-11 Armin Burgmeier * win32_installer/: Moved from installer. * configure.in: * Makefile.am: Adapt build. 2008-08-10 Armin Burgmeier * installer/Makefile.am: Distribute all the necessary files to build the installer. 2008-08-10 Armin Burgmeier * installer/NSISLibrary/CmdParameters.nsh: * installer/NSISLibrary/DetectGTK.nsh: * installer/NSISLibrary/IsNT.nsh: * installer/NSISLibrary/Makefile.am: * installer/NSISLibrary/ParseVersion.nsh: * installer/NSISLibrary/PathManipulation.nsh: * installer/NSISLibrary/PathQuestion.ini: * installer/NSISLibrary/SetContext.ini: * installer/NSISLibrary/StringUtilities.nsh: * installer/NSISLibrary/VersionCheck.nsh: * installer/NSISLibrary/WriteEnvStr.nsh: * installer/translations/english.nsh: * installer/translations/french.nsh: * installer/translations/Makefile.am: * installer/gtk_devel_setup-2.12.ini: * installer/gtk_runtime_setup-2.12.ini: * installer/gtkmm.ico: * installer/gtkmm_win32.txt: * installer/gtkmm-2.4.vsprops: * installer/gtkmm-2.4d.vsprops: * installer/README: * installer/install-msvc-module: * installer/gtkmm-installer.nsi.in: * installer/build-installer: * installer/Makefile.am: Added files and helper scripts used to generate the Windows installer. * Makefile.am: * configure.in: Added installer/ subdirectory. 2008-08-09 Armin Burgmeier * MSVC_Net2005/: Moved from MSVC_Net2003. * Makefile.am: * configure.in: Adapted build files. 2008-08-09 Armin Burgmeier * MSVC_Net2003/gtkmm/gtkmm.vcproj: Add new header files builder.h, scalebutton.h, recentaction.h tooltip.h and volumebutton.h to the project, link against external pangomm. * MSVC_Net2003/gdkmm/gdkmm.vcproj: * MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj: Also link against external pangomm. * MSVC_Net2003/gtkmm.sln: Removed example projects from the solution. * MSVC_Net2003/gdkmm/gdkmm.rc.in: * MSVC_Net2003/gtkmm/gtkmm.rc.in: * MSVC_Net2003/atkmm/atkmm.rc.in: Removed the #include "resource.h" line. I don't know where that resource.h is meant to come from, and the resource builds fine without this. 2008-08-07 Murray Cumming * gtk/src/gtk_methods.defs: Regenerated. * gtk/src/gtk_signals.defs: Regenerated. * gtk/src/adjustment.ccg: * gtk/src/adjustment.hg: Reimplemented some MEMBER_GET and set functions with _WRAP_METHOD() now that there are C functions. * gtk/src/combobox.hg: Added get/set_button_sensitivity(). * gtk/src/range.hg: * gtk/src/enums.hg: Moved SensitivityType here because it is used in ComboBox too. * gtk/src/filechooser.hg: Added set_file(), select_file(), unselect_file(), taking a Gio::File. Added get_files(), set_current_folder_file(), get_current_folder_file(), get_file(), gtk_file_chooser_get_file() get_file(), get_preview_file(). * gtk/src/statusicon.ccg: * gtk/src/statusicon.hg: Added set() taking a Gio::Icon. Added get_icon() and gicon property. Added constructor taking a Gio::Icon. * tools/m4/convert_gtk.m4: Added necessary conversions.