2.24.1:

2010-04-13  José Alburquerque  <jaalburqu@svn.gnome.org>

	One more regeneration of docs to avoid gmmproc parsing errors.

	* gio/src/gio_docs.xml:
	* glib/src/glib_docs.xml: Regenerated with a fixed
	docextract_to_xml.py script to avoid parsing errors by &...;
	expressions that gmmproc does not understand.

2010-04-12  Armin Burgmeier  <armin@arbur.net>

	* examples/compose/main.cc: Don't use ustring::format with std::fixed
	with MSVC 2005 or below (see #599340).

	* MSVC_Net2005/examples/compose/compose.vcproj:
	* MSVC_Net2005/glibmm.sln:
	* MSVC_Net2008/examples/compose/compose.vcproj:
	* MSVC_Net2008/glibmm.sln: Added the compose example for both MSVC
	versions.

2010-04-12   Alex Vallee  <avallee@hotmail.com>

	UnixOutputStream: Fix the constructor to use the correct property name.

	* gio/src/unixoutputstream.hg: Correct the constructor parameter name
    used in the _WRAP_CTOR() call. We had already fixed the property name
    but had forgotten to fix this, which affects the generated implementation.
    Fixes bug #615482

2010-04-11  José Alburquerque  <jaalburqu@svn.gnome.org>

	Regenerate docs with the new docextract_to_xml.py script.

	* gio/src/gio_docs.xml:
	* glib/src/glib_docs.xml: Regenerated with the new documentation
	extraction script to take advantage of the new generation method it
	uses.

2010-04-02  Armin Burgmeier  <armin@arbur.net>

	* examples/network/resolver.cc:
	* examples/network/socket-client.cc: Fix the build with MSVC.

	* glib/glibmmconfig.h.in: Enable GLIBMM_HAVE_WIDE_STREAM with MSVC.

	* tools/extra_defs_gen/generate_defs_gio.cc: Fix the Windows build by
	ifdefing-out G_TYPE_UNIX_CONNECTION.

	* MSVC_Net2005/giomm/giomm.vcproj:
	* MSVC_Net2005/glibmm/glibmm.vcproj:
	* MSVC_Net2008/giomm/giomm.vcproj:
	* MSVC_Net2008/glibmm/glibmm.vcproj: Added new source and header files
	to the Visual Studio projects.

	* MSVC_Net2005/examples/resolver/resolver.vcproj:
	* MSVC_Net2005/examples/socket-client/socket-client.vcproj:
	* MSVC_Net2005/examples/socket-server/socket-server.vcproj:
	* MSVC_Net2005/glibmm.sln:
	* MSVC_Net2005/filelist.am:
	* MSVC_Net2008/examples/resolver/resolver.vcproj:
	* MSVC_Net2008/examples/socket-client/socket-client.vcproj:
	* MSVC_Net2008/examples/socket-server/socket-server.vcproj:
	* MSVC_Net2008/glibmm.sln:
	* MSVC_Net2008/filelist.am: Added the new examples to the projects.