2014-04-30  Morten Welinder <terra@gnome.org>

	* Release 0.10.15

2014-04-29  Morten Welinder  <terra@gnome.org>

	* goffice/math/go-dtoa.c (fmt_fp): Fix FMR.
	(go_dtoa): Speed up shortest-representation.

2014-04-28  Morten Welinder  <terra@gnome.org>

	* tests/test-format.c (test_general_format): Simple test for
	shortest-representation.

	* goffice/utils/go-format.c (go_render_general): When we have
	infinite room, just use go_dtoa to get the shortest
	representation.

	* goffice/math/go-dtoa.c (go_dtoa): Improve short-representation
	handling.

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

	* goffice/utils/go-format.c (go_format_output_number_element_to_odf):
	add arguments, change all callers and output gnm:min-integer-chars
	(go_format_output_number_to_odf): handle the difference between ? and #

2014-04-23  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/graph/goffice-graph.h: add expand fields to GogPosition.
	* goffice/graph/gog-graph.c (gog_graph_class_init): make charts expand.
	* goffice/graph/gog-label.c (gog_text_view_render): fix alignment.
	* goffice/graph/gog-object.c (gog_object_get_manual_allocation): take expand
	field into account. [#728752]

2014-04-22  Morten Welinder  <terra@gnome.org>

	* goffice/math/go-dtoa.c (go_dtoa): Mostly implement the
	shortest-version flag.

	* goffice/graph/gog-object-xml.c (gog_object_write_property_sax):
	Properly handle float/double properties.

	* goffice/utils/go-format.c (go_format_output_number_to_odf):
	Handle TOK_REPEATED_CHAR.

2014-04-21  Morten Welinder  <terra@gnome.org>

	* goffice/utils/go-format.c (go_format_output_number_to_odf):
	Improve phase detection.

2014-04-20  Morten Welinder  <terra@gnome.org>

	* goffice/utils/go-format.c (go_format_output_number_to_odf):
	Handle text formats here too.  That might not seem logical, but a
	text format really just has an "@" instead of some combination of
	0/#/?; all the other parts are handled identically.

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

	* goffice/utils/go-format.c (go_format_output_number_to_odf):
	Handle invisible characters again.

2014-04-17  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/graph/gog-object.c (gog_object_get_manual_allocation): use
	available space when position is manual but size is automatic. [#728391]

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

	* goffice/graph/gog-view.c (gog_view_size_request): Zero
	requisition before calling virtual method.  All callers expect
	this.

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

	* goffice/utils/go-file.c (go_filename_simplify): Fix argument
	type for g_lstat.

	* goffice/app/go-plugin.c (get_file_state_as_string): Use g_stat,
	not raw stat.

	* goffice/utils/go-style.c (go_style_marker_sax_save): Don't
	output (meaningless) values for things that are "auto".
	(go_style_line_sax_save): Ditto.

2014-04-14  Morten Welinder  <terra@gnome.org>

	* goffice/math/go-dtoa.c (fmt_fp): Portability improvement.

2014-04-14  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/graph/gog-graph.c (gog_graph_class_init): explicitly allow manual
	charts size. [728134]
	* goffice/graph/gog-object.c (gog_object_get_manual_allocation): take
	manual size flags into account.

2014-04-13  Morten Welinder  <terra@gnome.org>

	* goffice/graph/gog-object.c (cb_manual_size_changed): Use a
	canonical gboolean as argument to gtk_widget_set_visible.
	(cb_update_editor): Ditto.

2014-04-13  Morten Welinder <terra@gnome.org>

	* configure.ac: Post-release bump.