2017-03-30  Murray Cumming  <murrayc@murrayc.com>

	2.41.2

2017-03-22  Murray Cumming  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	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  <murrayc@murrayc.com>

	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  <fanchunwei@src.gnome.org>

	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  <fanchunwei@src.gnome.org>

	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  <kjell.ahlstedt@bredband.net>

	C++11, AttrList: Don't use nullptr with an integer

2016-12-09  Murray Cumming  <murrayc@murrayc.com>

	C++11: Use of auto.

2016-12-09  Murray Cumming  <murrayc@murrayc.com>

	C++11: Use of nullptr.