2012-04-19  Morten Welinder <terra@gnome.org>

	* Release 1.14.23

2012-03-31  Andreas J. Guelzow <aguelzow@pyrshep.ca>

	* gsf/gsf-opendoc-utils.c (od_meta_user_defined): default to
	G_TYPE_NONE
	(od_meta_user_defined_end): Check for "GSF_DOCPROP_VECTOR:" and
	handle accordingly
	(meta_write_props_user_defined): code extracted from
	meta_write_props
	(meta_write_props): use meta_write_props_user_defined and handle
	GSF_DOCPROP_VECTOR_TYPE

2012-03-25  Morten Welinder  <terra@gnome.org>

	* configure.in (test_python): Disable by default.  Patch from
	Alban Browaeys in #672663.

2012-03-21  Morten Welinder  <terra@gnome.org>

	* gsf/gsf-opendoc-utils.h (GsfODFOut): New object class.

	* gsf/gsf-opendoc-utils.c (gsf_opendoc_metadata_write): change
	output argument type to "gpointer" so we can take either GsfXMLOut
	or GsfODFOut.  Get the odf version from the output if that happens
	to be a GsfODFOut.

	* gsf/gsf-libxml.c (gsf_xml_out_class_init): Install new property
	"sink".
	(gsf_xml_out_new): Just call g_object_new.

	* gsf/gsf-libxml.h (GsfXMLOut): Make this just public enough that
	we can derive from it.

2012-03-20  Morten Welinder  <terra@gnome.org>

	* configure.in (libgsf_reqs): Fix glib dependency.

	* gsf/gsf-timestamp.c (gsf_timestamp_from_string): Reimplement
	based on glib's GDateTime.  Fixes time-shift part of #671860.

2012-03-10  Jean Brefort  <jean.brefort@normalesup.org>

	* gsf/Makefile.am: make introspection work when libgsf is not installed.
	[#671698]

2012-02-06  Jean Brefort  <jean.brefort@normalesup.org>

	* configure.in: apply patch from Alan Knowles to add gobject introspection
	support. [#610340]
	* gsf/Makefile.am:

2011-12-15  Morten Welinder <terra@gnome.org>

	* configure.in: Post-release bump.