2013-10-07 Morten Welinder * Release 0.10.8 2013-10-04 Morten Welinder * goffice/gtk/go-optionmenu.c (go_option_menu_set_menu): When a new menu is set, clear the selected item. [#709438] 2013-10-01 Morten Welinder * goffice/Makefile.am (ALL_HDRS): We also need goffice.h * goffice/gtk/go-font-sel-dialog.c (go_font_sel_dialog_new): Actually implement. * goffice/Makefile.am (goffice.def): Don't export go_plugin_init and go_plugin_shutdown (which are prototyped because modules may defined them). (ALL_HDRS): Export gtk related headers too. * goffice/utils/go-styled-object.h: Remove go_styled_object_is_filled which isn't implemented. 2013-10-01 Jean Brefort * docs/reference/goffice-0.10-sections.txt: never redefine GtkJustfication, use GoJustification instead. [#709007] * goffice/graph/gog-axis-line.c (axis_line_render), (axis_circle_render): ditto. * goffice/graph/gog-color-scale.c (gog_color_scale_view_render): ditto. * goffice/graph/gog-label.c (gog_label_set_property), (gog_label_get_property), (gog_label_init), (gog_text_view_render): ditto. * goffice/graph/gog-legend.c (cb_render_elements): ditto. * goffice/graph/gog-renderer.c (gog_renderer_draw_gostring), (gog_renderer_draw_text): ditto. * goffice/graph/gog-renderer.h: ditto. * plugins/plot_distrib/gog-histogram.c (gog_histogram_plot_view_render): ditto. 2013-09-26 Morten Welinder * goffice/goffice.h: Don't check glib version when macro check will do. 2013-09-23 Jean Brefort * plugins/smoothing/gog-exp-smooth.c (gog_exp_smooth_update): protect against missing x values. [#708562] * plugins/smoothing/gog-moving-avg.c (gog_moving_avg_update): ditto. 2013-09-21 Jean Brefort * goffice/graph/gog-chart.c (gog_chart_axis_set_assign): do not remove extra axes after adding a plot. [#708292] 2013-09-20 Jean Brefort * goffice/graph/gog-color-scale.c (gog_color_scale_view_render): ensure that the scale doe not extend outside of its bounding box, especially when axis settings are wrong or missing. * goffice/gtk/go-combo-box.c: make gtk-doc happy. 2013-09-19 Jean Brefort * goffice/Makefile.am: add subdir-objects option. 2013-09-01 Morten Welinder * configure.ac: Post-release bump.