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

	2.38.2

2014-04-14  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-03-05  Giuseppe Penone  <giuspen@gmail.com>

	win32: Surround content_type_get_symbolic_icon() with ifdefs.

	This matches a similar ifdeffing in the underlying C header,
	because ths function is apparently not useful on win32.

2014-01-25  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gio::Action: Fix activate(const Glib::Variant<T_Value>& value)

	* gio/src/action.hg: Make activate(const Glib::Variant<T_Value>& value)
	call activate_variant(). Fix a typo in a comment. Bug #722896 comment 3.

2014-01-17  Murray Cumming  <murrayc@murrayc.com>

	Add a TODO comment for C++11.

2013-12-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Glib::ustring: Delete an obsolete TODO comment

	* glib/glibmm/ustring.cc: The comment added 2007-08-12 by commit
	https://git.gnome.org/browse/glibmm/commit/?id=132b0ceb8c30ef82a6c11635eff8e7b41feba357
	is obsolete or a misunderstanding. A std::wostream requires a wchar_t string
	as input from the C++ code, but the character encoding of a written file is
	determined by the std::wostream's std::locale.

2013-12-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gio::ThemedIcon::get_names(): Use _WRAP_METHOD

	* gio/src/themedicon.[hg|ccg]: Use _WRAP_METHOD instead of hand-written
	code. gmmproc does not complain.

2013-12-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gio::Mount::guess_content_type_finish(): Correct the documentation

	* gio/src/mount.hg: guess_content_type_finish(): Adapt the docs to C++
	instead of copying directly from glib.

2013-12-09  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Gio::DBus::AuthObserver: Add example from the C API docs in class docs

	* gio/src/dbusauthobserver.hg: Add the example from the C API docs,
	translated to C++.

2013-12-08  Adam Sampson  <ats-gnomebugs@offog.org>

	This test assumes that the first DNS result it gets for www.google.com is an IPv4 address -- but it can equally well be an IPv6 address. Create the right kind of socket to match.

2013-11-18  Murray Cumming  <murrayc@murrayc.com>

	2.38.1