2015-09-21  Murray Cumming  <murrayc@murrayc.com>

	2.38.0

2015-09-17  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update .gitignore for MSVC-specific Items

2015-09-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC Builds: Improve Build Speed and Debugging Experience

	Use multiprocessor compilation, which can cut down build times by quite a
	bit, and use /d2Zi+ to put more useful info into the .pdb's in release
	builds.

2015-09-10  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC Builds: Support only Visual Studio 2013 (and later)

	The current pangomm code base now requires C++-11 support, which is only
	supported well enough by Visual Studio 2013 and later, so:

	-Update the Visaul Studio 2010 projects to be in 2013 format, and rename
	things as needed.
	-Remove the Visual Studio 2005/2008 projects
	-Update the README.win32 file to reflect on these changes.