2014-12-15  Murray Cumming  <murrayc@murrayc.com>

	Gio: Added NetworkMonitor.

2014-12-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .docs.xml

2014-12-15  Murray Cumming  <murrayc@murrayc.com>

	Regenerate .defs.

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

	Gio::UnixFDList, UnixFDMessage: Fix array lengths in steal_fds()

	* gio/src/unixfdlist.[hg|ccg]: Hand-code both constructors that take a
	Glib::ArrayHandle<int>, and call g_unix_fd_list_new_from_array() in them.
	* gio/src/unixfdlist.ccg: Don't subtract 1 from the length returned by
	g_unix_fd_list_[peek|steal]_fds().
	* gio/src/unixfdmessage.hg: get_fd_list(): Add refreturn.
	* gio/src/unixfdmessage.ccg: Don't subtract 1 from the length returned by
	g_unix_fd_message_steal_fds(). Bug #741365.

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

	gmmproc: Don't make one very long line for the enum documentation

	* tools/pm/DocsParser.pm: lookup_enum_documentation(): Don't replace newlines
	by spaces in the description of the enum constants.

2014-12-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add an empty line after @newin where it's missing

	* gio/src/action.hg:
	* gio/src/cancellable.hg:
	* gio/src/charsetconverter.hg:
	* gio/src/mount.hg:
	* gio/src/notification.hg:
	* gio/src/simpleaction.hg:
	* gio/src/socket.hg:
	* glib/src/datetime.hg:
	* glib/src/glib_docs_override.xml:
	* glib/src/keyfile.hg:
	* glib/src/variant.hg: Add an empty line after @newin where it's needed in
	order to avoid bad side effects in the documentation. Doxygen assumes that
	@newin is followed by a paragraph that describes what is new.

2014-12-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	gmmproc: Improve the conversion of Since to @newin

	* tools/m4/enum.m4: Add a blank line in the enum documentation.
	* tools/pm/Output.pm: Don't always add a blank line in the enum documentation.
	* tools/pm/DocsParser.pm: Improve the rules for conversion of Since to @newin.

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

	Tiny comment spelling fix.