2009-08-15  Morten Welinder <terra@gnome.org>

	* Release 0.7.9

2009-08-12  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/graph/gog-chart.c (role_plot_can_add): do not allow several 3D plots an a
	single chart. (see #591478)

2009-08-11  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/canvas/*: removed *-impl.h files
	* goffice/goffice.h: changed include order.
	* goffice/gtk/go-3d-rotation-sel.c (cb_rotation_changed): removed unused variable.

2009-08-11  Jean Brefort  <jean.brefort@normalesup.org>

	* All: add and use a new cairo based canvas.

2009-08-07  Morten Welinder  <terra@gnome.org>

	* goffice/graph/gog-axis.c (map_log_calc_ticks): Improve minor
	ticks placement.

2009-08-06  Morten Welinder  <terra@gnome.org>

	* goffice/utils/go-string.c: Fix docs.

	* goffice/graph/gog-axis.c (map_linear_auto_bound): Avoid using an
	integer number of steps for pull-in-0 threshold.  Fixes #590903, I
	hope.

2009-08-04  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/graph/gog-series.c (gog_series_get_xy_data): fix tests.
	* plugins/plot_distrib/gog-probability-plot.c: implement comparison line
	for probability plots. [#590416]
	* plugins/plot_distrib/plugin.c (go_plugin_init): ditto.
	* plugins/plot_distrib/plugin.xml.in: ditto.

2009-08-02  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* plugins/plot_distrib/plugin.xml.in: fix spelling
	
2009-07-24  Jean Brefort  <jean.brefort@normalesup.org>

	* plugins/plot_surface/gog-contour.c (gog_contour_view_render): don't
	stop filling surface when one vertex is at a different level than the three
	others. [#589512]
	* plugins/plot_surface/gog-xyz-surface-prefs.glade: change tool tips to
	something more meaningful. [#589511]

2009-07-23  Jean Brefort  <jean.brefort@normalesup.org>

	* plugins/plot_surface/plot-types.xml.in: fix #589512.
	* plugins/plot_surface/plugin.xml.in: ditto.

2009-07-18  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/utils/go-marker.c: add a left half bar marker.
	* goffice/utils/go-marker.h: ditto.

2009-07-15  Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>

	Remove duplicated declaration.

	* goffice/graph/gog-axis-line.h: here. Already in gog-axis-line-impl.h.

2009-07-09  Morten Welinder  <terra@gnome.org>

	* goffice/app/go-conf-win32.c (go_conf_win32_get,
	go_conf_win32_set): Handle NULL key.

2009-07-01  Morten Welinder  <terra@gnome.org>

	* goffice/app/go-conf-gconf.c (go_conf_add_monitor): Don't use
	reserved identifier.
	(get_schema): Use go_conf_get_real_key to avoid problems with
	NULL.
	(cb_key_changed): Actually call the monitor with a node as
	advertised!

2009-06-30  Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>

	More workaround for http://bugzilla.gnome.org/show_bug.cgi?id=585421

	* goffice/gtk/go-color-palette.c (make_colored_menu_item): here.
	* goffice/gtk/go-combo-pixmaps.c (go_menu_pixmaps_add_element): and here.

2009-06-30  Emmanuel Pacaud <emmanuel.pacaud@lapp.in2p3.fr>

	Fix wrong palette swatch sizes, due to bug introduced in gtk 2.16.
	(see http://bugzilla.gnome.org/show_bug.cgi?id=585421)

	* goffice/gtk/go-palette.c (go_palette_menu_item_new): here.

2009-06-28  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* goffice/utils/go-format.c (go_format_output_date_to_odf): when we
	  encounter a error in tokenizing, skip forward

2009-06-25  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* goffice/utils/go-string.h (go_string_get_cstr): deleted
	* goffice/utils/go-string.c (go_string_get_len): new
	(go_string_get_markup): new
	(go_string_get_phonetic): new
	(go_string_equal_ignorecase): new
	(go_string_equal_rich): new

2009-06-25  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/graph/gog-axis-line.c (axis_line_render), (x_process),
	(xy_process), (radar_process), (xyz_process): set 3d ticks at the
	correct position. [#585298]
	* goffice/graph/gog-chart.c: reversed fix to #152675.
	* goffice/graph/gog-graph.c (gog_graph_class_init): ditto.

2009-06-24  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* goffice/utils/go-format.c 
	(go_format_output_scientific_number_element_to_odf): only add
	  gnm:engineering when asked to do so

2009-06-23  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_date_to_odf): be as explicit 
	  as possible with respect to elapsed time and avoid it when we
	  are outputting a date-style.
	
2009-06-23  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_date_to_odf): also consider 
	  elapsed seconds

2009-06-22  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_date_to_odf): handle elapsed 
	  times better
	(go_format_output_number_to_odf): also handle currencies and accounting
	(go_format_output_currency_to_odf): deleted
	(go_format_output_to_odf): use go_format_output_number_to_odf for 
	  currencies too

2009-06-22  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_date_to_odf): use family rather 
	  than details, add color
	(go_format_output_fraction_to_odf): add color
	(go_format_output_number_to_odf): use unichar minus
	(go_format_output_scientific_number_to_odf): parse format string
	(go_format_output_to_odf): asked for details only when we need them

2009-06-21  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_date_to_odf): time and date styles
	  must contain a non-text element.

2009-06-21  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_number_to_odf): Don't use the details
	  but count the digits yourself. Change arguments.
	(go_format_output_number_element_to_odf): Change arguments
	(go_format_output_scientific_number_to_odf): ditto
	(go_format_output_general_to_odf): ditto
	(go_format_output_to_odf): adjust the calls to the above functions
	
2009-06-21  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_number_to_odf): add missed
	  argument to go_format_parse_color

2009-06-21  Andreas J. Guelzow  <aguelzow@pyrshep.ca>

	* utils/go-format.c (go_format_output_number_element_to_odf): new
	(go_format_output_number_to_odf): check the format string for colors
	  and string characters.
	(go_format_output_to_odf): consider the conditional formats if we can't
	  determine type otherwise.

2009-06-21  Morten Welinder  <terra@gnome.org>

	* goffice/gtk/go-format-sel.c (fmt_dialog_enable_widgets): Warn if
	localization fails.

	* goffice/utils/go-format.c (go_format_parse_color): Add
	is_localized parameter and handle it.  Caller changed.  Fixes
	#586567.

2009-06-20  Morten Welinder <terra@gnome.org>

	* configure.in: Post-release bump.