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

	2.24.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: Update Project Files

	A newly-added source was missing from the build, so make up for it.

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

	MSVC Builds: Update .sln File to 2013 Format

	The solution file needs to be updated as well...

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 Visual Studio 2013 (and later) Only

	atkmm now requires a C++-11-capable compiler in order to build it, which is
	equivilant to Visual Studio 2013 and later, so we:

	-Drop the Visual Studio 2005 and 2008 projects
	-Move the 2010 projects to become 2013 projects, as their formats are
	largely the same.