2018-11-24  Morten Welinder <terra@gnome.org>

	* Release 1.12.44

2018-11-18  Morten Welinder  <terra@gnome.org>

	* src/mathfunc.c (gnm_agm): Short-circuit the a==b case early.  We
	only need it for +inf, but it's valid and meaningful for all values.

2018-11-17  Morten Welinder  <terra@gnome.org>

	* src/gui-util.c (gnm_create_popup_menu): Use a
	GtkSeparatorMenuItem instead of an empty item.

	* src/func.c (gnm_func_set_varargs): Correctly signal a vararg
	function by setting max argumnets to maxint.

2018-11-16  Morten Welinder  <terra@gnome.org>

	* src/commands.c (get_new_objects): unref the unaffected objects.

2018-10-23  Andreas J. Guelzow <aguelzow@pyrshep.ca>

	* src/gui-util.c (gnm_get_link_color): make conditional on definition
	of GTK_STATE_FLAG_LINK

2018-10-13  Morten Welinder  <terra@gnome.org>

	* src/dependent.c (workbook_recalc): Evaluate cells before other
	deps.

	* src/style-conditions.c (gnm_style_conditions_eval): Copy the
	cell value; it may change due to recalc.

2018-10-04  Morten Welinder  <terra@gnome.org>

	* src/sheet-filter.c (gnm_sheet_filter_insdel_colrow): Shorten
	filter if it would otherwise go beyond the end of the sheet.
	Fixes #359.

2018-10-02  Morten Welinder  <terra@gnome.org>

	* src/sheet-view.c (sv_real_dispose): Fix typo.

2018-10-01  Morten Welinder  <terra@gnome.org>

	* src/workbook-view.c (wb_view_set_property): Fix setting of
	auto-func.  [#357]

2018-08-19  Morten Welinder <terra@gnome.org>

	* configure.ac: Post-release bump.