2014-04-09  Murray Cumming  <murrayc@murrayc.com>

	Application: Also comment out add_option_group() for now.

	* gio/src/application.hg: We can add it back when we are sure how
	it should look, and how it should be used.
	See bug #727822

2014-04-08  Murray Cumming  <murrayc@murrayc.com>

	VariantType: Fix typo in VARIANT_TYPE_BYTESTRING_ARRAY.

	* gio/src/varianttype.ccg: VARIANT_TYPE_BYTESTRING_ARRAY was set
	to G_VARIANT_TYPE_STRING_ARRAY instead of
	G_VARIANT_TYPE_BYTESTRING_ARRAY, causing VariantDict::lookup_value()
	to fail on an array of filenames when given a vector<std::string>.

2014-04-08  Murray Cumming  <murrayc@murrayc.com>

	Options example: For the remaining arg(s), remove description.

	The long description doesn't seem to be necessary for the
	G_OPTION_REMAINING entry.

2014-04-08  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	tools/extra_defs_gen/generate_extra_defs.cc: Update some comments

	* tools/extra_defs_gen/generate_extra_defs.cc: Change comments stating
	that get_properties() fails for GVolume. GVolume is an ordinary GInterface.
	If the first call is get_properties(G_TYPE_VOLUME), it fails if glib
	bug #465631 has not been fixed.

2014-04-08  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gmmproc: Small improvement of enum documentation

	* tools/pm/DocsParser.pm: Some small improvements of
	lookup_enum_documentation(). E.g. '\n' is replace by ' ' instead of removed,
	and G_NORMALIZE_DEFAULT is converted to NORMALIZE_DEFAULT instead of
	Normalize::DEFAULT. But still not perfect.

2014-04-07  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Visual Studio Builds: Update glibmm Project

	Add the newly-added variantdict.[cc|h] sources into the build, so that the
	build of glibmm is complete.

2014-04-05  Murray Cumming  <murrayc@murrayc.com>

	2.39.93