2014-03-17  Morten Welinder  <terra@gnome.org>

	* goffice/graph/gog-child-button.c
	(build_addition_process_children): Renamed from
	build_addition_process_childs.  Plug leak.

	* goffice/canvas/goc-canvas.c (goc_canvas_dispose): Dispose of
	->root instead of simply clearing it.

	* goffice/canvas/goc-item.c (goc_item_dispose): Dispose of style
	context, if we have one.

2014-03-16  Morten Welinder  <terra@gnome.org>

	* goffice/canvas/goc-polyline.c (goc_polyline_distance): Don't
	save and restore style->width.  Code was changed four years ago to
	copy the style.  And restoring after the _unref is bad.

	* goffice/canvas/goc-polygon.c (goc_polygon_distance): Ditto.

	* goffice/math/go-math.c (_go_math_init): Add test for buggy math
	library (probably caused by compiler bug).

2014-03-15  Morten Welinder  <terra@gnome.org>

	* goffice/utils/go-pango-extras.c (go_pango_translate_here): Plug
	leak.

2014-03-15  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/canvas/goc-canvas.c (goc_canvas_dispose): fix criticals
	related to style contexts destruction.

2014-03-15  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/canvas/goc-canvas.c (goc_canvas_init): really accept
	leave_notify events. [#668103][see also #706659]

2014-03-14 Andreas J. Guelzow <aguelzow@pyrshep.ca>

	* goffice/utils/go-format.c (go_format_output_number_to_odf): write
	any started number.

2014-03-12  Morten Welinder  <terra@gnome.org>

	* goffice/app/go-conf-gsettings.c (go_conf_load_str_list): Don't
	reverse the order of elements.  Fixes #698630.

2014-03-09 Andreas J. Guelzow <aguelzow@pyrshep.ca>

	* goffice/utils/go-format.c (go_format_output_number_to_odf): write
	invisible characters but also write blank for LO and friends

2014-03-06 Andreas J. Guelzow <aguelzow@pyrshep.ca>

	* goffice/utils/go-format.c (go_format_output_scientific_number_to_odf):
	don't skip

2014-03-06 Andreas J. Guelzow <aguelzow@pyrshep.ca>

	* goffice/utils/go-format.c (go_format_output_number_to_odf): write
	invisible characters; add argument
	(go_format_output_to_odf): adjust call to go_format_output_number_to_odf

2014-03-06  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/utils/go-file.c (go_file_open): use GsfInputHTTP for URLs
	starting with "http://" or "https://". [see #724970]

2014-03-05  Jean Brefort  <jean.brefort@normalesup.org>

	* configure.ac: add test for lsm_itex_to_mathml
	* plugins/lasem/component.c: use a local copy of lsm_itex_to_mathml and
	friend when not available. [#725693]
	* mmlitex/Makefile.am: remove extra DESTDIR. Patch from Julian
	Sikorski. [#725684]

2014-03-03  Morten Welinder <terra@gnome.org>

	* configure.ac: Post-release bump.