2017-03-30 Murray Cumming 2.41.2 2017-03-22 Murray Cumming Use glibmm-2.54 instead of glibmm-2.52 We changed the ABI name of the currently-unstable glibmm series. 2017-03-17 Murray Cumming Use std::vector instead of Glib::ArrayHandle<>. Using Glib::ArrayHandler<>::array_to_vector() and Glib::ArrayHandler<>::vector_to_array() instead, and only in the implementation instead of in the API. 2017-03-17 Murray Cumming Layout::get_lines(): Use std::vector instead of Glib::SListHandle<>. Using Glib::SListHandler<>::slist_to_vector() and Glib::SListHandler<>::vector_to_slist() instead, and only in the implementation instead of in the API. 2017-03-17 Murray Cumming Item, AttrIter: Use std::vector intead of SListHandle<>. Using Glib::SListHandler<>::slist_to_vector() and Glib::SListHandler<>::vector_to_slist() instead, and only in the implementation instead of in the API. 2017-03-17 Murray Cumming Context::itemize(): Use std::vector instead of ListHandle<>. Using Glib::ListHandler<>::list_to_vector() and Glib::ListHandler<>::vector_to_list() instead, and only in the implementation instead of in the API. 2017-03-15 Chun-wei Fan Visual Studio builds: Require Visual Studio 2017 pangomm now requires C++-14 features that are only adequately supported with Visual Studio 2017 (and later), so update the projects and related items accordingly. This also updates the DLL version naming to be in line with what is in the autotools builds. Let people know that this is the case in README.win32. 2017-01-04 Chun-wei Fan Visual Studio builds: "Install" .pdb files Since we already generate the .pdb files during the build, make better use of them so that we could debug easier. Also clean up the property sheet by removing extra blank lines. 2016-12-12 Kjell Ahlstedt C++11, AttrList: Don't use nullptr with an integer 2016-12-09 Murray Cumming C++11: Use of auto. 2016-12-09 Murray Cumming C++11: Use of nullptr.