2021-06-10  Morten Welinder <terra@gnome.org>

	* Release 0.10.50

2021-05-27  Jean Brefort  <jean.brefort@normalesup.org>

	* goffice/canvas/goc-graph.c (goc_graph_draw): fix rendering on high
	resolution monitors when scale is not 1. #578.

2021-05-12  Jean Brefort  <jean.brefort@normalesup.org>

	* plugins/plot_surface/gog-matrix.c (gog_matrix_view_render): call the
	build_matrix method for the real plot type. Fixes Debian #988397.

2021-04-26  Morten Welinder  <terra@gnome.org>

	* goffice/gtk/go-format-sel.c (set_format_category): This takes a
	family, not a row number.  Handle that properly.

2021-03-22  Morten Welinder  <terra@gnome.org>

	* plugins/reg_linear/gog-lin-reg.c
	(gog_lin_reg_curve_get_equation): If x-axis is a date axis, use an
	equation that effectively says y=a * #days + b where #days is
	counted from the left edge, not the arbitrary zero date in year
	1900.

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

	* goffice/gtk/go-format-sel.c: Get rid of empty categories.  (That
	means "Special" which we never filled in.  See #29.)

	* goffice/graph/gog-label.c (gog_reg_eqn_get_str): Show only three
	decimals for R^2.

	* plugins/reg_linear/gog-lin-reg.c
	(gog_lin_reg_curve_get_equation): Simplify code using fewer
	branches.

2021-03-14  Morten Welinder <terra@gnome.org>

	* configure.ac: Post-release bump.