Hello community, here is the log from the commit of package goffice for openSUSE:Factory checked in at 2015-02-06 10:22:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goffice (Old) and /work/SRC/openSUSE:Factory/.goffice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goffice" Changes: -------- --- /work/SRC/openSUSE:Factory/goffice/goffice.changes 2015-01-29 13:18:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes 2015-02-06 10:22:48.000000000 +0100 @@ -1,0 +2,8 @@ +Thu Feb 5 11:08:40 UTC 2015 - [email protected] + +- Update to version 0.10.20: + + Ensure the validity of the dims property for linear regression + curves. + + Fix marker problem with line plots. + +------------------------------------------------------------------- Old: ---- goffice-0.10.19.tar.xz New: ---- goffice-0.10.20.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goffice.spec ++++++ --- /var/tmp/diff_new_pack.kxKuzc/_old 2015-02-06 10:22:49.000000000 +0100 +++ /var/tmp/diff_new_pack.kxKuzc/_new 2015-02-06 10:22:49.000000000 +0100 @@ -17,7 +17,7 @@ Name: goffice -Version: 0.10.19 +Version: 0.10.20 Release: 0 Summary: GLib/GTK+ Set of Document-Centric Objects and Utilities License: GPL-2.0 or GPL-3.0 ++++++ goffice-0.10.19.tar.xz -> goffice-0.10.20.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/ChangeLog new/goffice-0.10.20/ChangeLog --- old/goffice-0.10.19/ChangeLog 2015-01-23 18:43:41.000000000 +0100 +++ new/goffice-0.10.20/ChangeLog 2015-02-05 00:48:14.000000000 +0100 @@ -1,3 +1,28 @@ +2015-02-04 Morten Welinder <[email protected]> + + * Release 0.10.20 + +2015-02-04 Morten Welinder <[email protected]> + + * plugins/plot_barcol/gog-line.c (gog_line_series_init_style): + Don't wipe out marker colours just because the shape auto. + + * plugins/plot_barcol/gog-minmax.c (gog_minmax_series_init_style): Ditto. + + * plugins/plot_xy/gog-xy-minmax.c + (gog_xy_minmax_series_init_style): Ditto. + +2015-01-26 Jean Brefort <[email protected]> + + * plugins/reg_linear/gog-lin-reg.c: ensure that the dims number is correct + in all cases. [see #743507] + * plugins/reg_linear/gog-lin-reg.h: ditto. + * plugins/reg_linear/gog-polynom-reg.c: ditto. + +2015-01-23 Morten Welinder <[email protected]> + + * configure.ac: Post-release bump. + 2015-01-23 Morten Welinder <[email protected]> * Release 0.10.19 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/NEWS new/goffice-0.10.20/NEWS --- old/goffice-0.10.19/NEWS 2015-01-16 19:35:40.000000000 +0100 +++ new/goffice-0.10.20/NEWS 2015-02-04 23:54:43.000000000 +0100 @@ -1,3 +1,12 @@ +goffice 0.10.20: + +Jean: + * Ensure the validity of the dims property for linear regression curves. + +Morten: + * Fix marker problem with line plots. + +-------------------------------------------------------------------------- goffice 0.10.19: Jean: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/configure new/goffice-0.10.20/configure --- old/goffice-0.10.19/configure 2015-01-23 18:43:55.000000000 +0100 +++ new/goffice-0.10.20/configure 2015-02-05 00:48:26.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for goffice 0.10.19. +# Generated by GNU Autoconf 2.69 for goffice 0.10.20. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='goffice' PACKAGE_TARNAME='goffice' -PACKAGE_VERSION='0.10.19' -PACKAGE_STRING='goffice 0.10.19' +PACKAGE_VERSION='0.10.20' +PACKAGE_STRING='goffice 0.10.20' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libgoffice' PACKAGE_URL='' @@ -1490,7 +1490,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures goffice 0.10.19 to adapt to many kinds of systems. +\`configure' configures goffice 0.10.20 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1560,7 +1560,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of goffice 0.10.19:";; + short | recursive ) echo "Configuration of goffice 0.10.20:";; esac cat <<\_ACEOF @@ -1731,7 +1731,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -goffice configure 0.10.19 +goffice configure 0.10.20 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2146,7 +2146,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by goffice $as_me 0.10.19, which was +It was created by goffice $as_me 0.10.20, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3011,7 +3011,7 @@ # Define the identity of the package. PACKAGE='goffice' - VERSION='0.10.19' + VERSION='0.10.20' cat >>confdefs.h <<_ACEOF @@ -3106,7 +3106,7 @@ -VERSION_INFO=10:19:0 +VERSION_INFO=10:20:0 VERSION_IFACE=10 @@ -16865,7 +16865,7 @@ -$as_echo "#define GOFFICE_VERSION \"0.10.19\"" >>confdefs.h +$as_echo "#define GOFFICE_VERSION \"0.10.20\"" >>confdefs.h $as_echo "#define GO_VERSION_EPOCH 0" >>confdefs.h @@ -16874,7 +16874,7 @@ $as_echo "#define GO_VERSION_MAJOR 10" >>confdefs.h -$as_echo "#define GO_VERSION_MINOR 19" >>confdefs.h +$as_echo "#define GO_VERSION_MINOR 20" >>confdefs.h $as_echo "#define GO_VERSION_EXTRA \"\"" >>confdefs.h @@ -17854,7 +17854,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by goffice $as_me 0.10.19, which was +This file was extended by goffice $as_me 0.10.20, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17920,7 +17920,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -goffice config.status 0.10.19 +goffice config.status 0.10.20 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/configure.ac new/goffice-0.10.20/configure.ac --- old/goffice-0.10.19/configure.ac 2014-09-26 02:52:41.000000000 +0200 +++ new/goffice-0.10.20/configure.ac 2015-01-23 18:54:07.000000000 +0100 @@ -5,7 +5,7 @@ m4_define([goffice_version_epoch], [0]) m4_define([goffice_version_major], [10]) -m4_define([goffice_version_minor], [19]) +m4_define([goffice_version_minor], [20]) m4_define([goffice_version_extra], []) m4_define([goffice_full_version], [goffice_version_epoch.goffice_version_major.goffice_version_minor[]goffice_version_extra]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GOComponent.html new/goffice-0.10.20/docs/reference/html/GOComponent.html --- old/goffice-0.10.19/docs/reference/html/GOComponent.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GOComponent.html 2015-02-05 00:51:40.000000000 +0100 @@ -467,12 +467,12 @@ <pre class="programlisting"><span class="returnvalue">gboolean</span> go_component_export_image (<em class="parameter"><code><a class="link" href="GOComponent.html" title="GOComponent"><span class="type">GOComponent</span></a> *component</code></em>, <em class="parameter"><code><a class="link" href="GOImage.html#GOImageFormat" title="enum GOImageFormat"><span class="type">GOImageFormat</span></a> format</code></em>, - <em class="parameter"><code><span class="type">GsfOutput</span> *output</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *output</code></em>, <em class="parameter"><code><span class="type">double</span> x_dpi</code></em>, <em class="parameter"><code><span class="type">double</span> y_dpi</code></em>);</pre> <p>Exports an image of <em class="parameter"><code>graph</code></em> in given <em class="parameter"><code>format</code></em> -, writing results in a <span class="type">GsfOutput</span> stream. +, writing results in a <a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> stream. If export format type is a bitmap one, it computes image size with x_dpi, y_dpi and <em class="parameter"><code>graph</code></em> size (see <em class="parameter"><code><a class="link" href="GogGraph.html#gog-graph-get-size" title="gog_graph_get_size ()"><code class="function">gog_graph_get_size()</code></a></code></em> @@ -498,7 +498,7 @@ </tr> <tr> <td class="parameter_name"><p>output</p></td> -<td class="parameter_description"><p>a <span class="type">GsfOutput</span> stream</p></td> +<td class="parameter_description"><p>a <a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> stream</p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -745,7 +745,7 @@ <div class="refsect2"> <a name="go-component-sax-push-parser"></a><h3>go_component_sax_push_parser ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -go_component_sax_push_parser (<em class="parameter"><code><span class="type">GsfXMLIn</span> *xin</code></em>, +go_component_sax_push_parser (<em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLIn"><span class="type">GsfXMLIn</span></a> *xin</code></em>, <em class="parameter"><code><span class="type">xmlChar</span> const **attrs</code></em>, <em class="parameter"><code><a class="link" href="GOComponent.html#GOComponentSaxHandler" title="GOComponentSaxHandler ()"><span class="type">GOComponentSaxHandler</span></a> handler</code></em>, <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre> @@ -762,7 +762,7 @@ <tbody> <tr> <td class="parameter_name"><p>xin</p></td> -<td class="parameter_description"><p><span class="type">GsfInput</span></p></td> +<td class="parameter_description"><p><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> @@ -953,7 +953,7 @@ <a name="go-component-write-xml-sax"></a><h3>go_component_write_xml_sax ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_component_write_xml_sax (<em class="parameter"><code><a class="link" href="GOComponent.html" title="GOComponent"><span class="type">GOComponent</span></a> *component</code></em>, - <em class="parameter"><code><span class="type">GsfXMLOut</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *output</code></em>);</pre> <p> </p> </div> @@ -1144,8 +1144,9 @@ <span class="type">gpointer</span> user_data)</pre> <p> </p> +<p>@:</p> <div class="refsect3"> -<a name="id-1.6.9.3.12.2.5"></a><h4>Parameters</h4> +<a name="id-1.6.9.3.12.2.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GOData.html new/goffice-0.10.20/docs/reference/html/GOData.html --- old/goffice-0.10.19/docs/reference/html/GOData.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GOData.html 2015-02-05 00:51:40.000000000 +0100 @@ -780,8 +780,9 @@ <span class="type">gpointer</span> user_data)</pre> <p> </p> +<p>@:</p> <div class="refsect3"> -<a name="id-1.6.5.2.10.2.5"></a><h4>Parameters</h4> +<a name="id-1.6.5.2.10.2.6"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GODoc.html new/goffice-0.10.20/docs/reference/html/GODoc.html --- old/goffice-0.10.19/docs/reference/html/GODoc.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GODoc.html 2015-02-05 00:51:40.000000000 +0100 @@ -84,7 +84,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">GsfDocMetaData</span> * +<a href="../gsf/gsf-metadata.html#GsfDocMetaData"><span class="returnvalue">GsfDocMetaData</span></a> * </td> <td class="function_name"> <a class="link" href="GODoc.html#go-doc-get-meta-data" title="go_doc_get_meta_data ()">go_doc_get_meta_data</a> <span class="c_punctuation">()</span> @@ -447,7 +447,7 @@ <hr> <div class="refsect2"> <a name="go-doc-get-meta-data"></a><h3>go_doc_get_meta_data ()</h3> -<pre class="programlisting"><span class="returnvalue">GsfDocMetaData</span> * +<pre class="programlisting"><a href="../gsf/gsf-metadata.html#GsfDocMetaData"><span class="returnvalue">GsfDocMetaData</span></a> * go_doc_get_meta_data (<em class="parameter"><code><a class="link" href="GODoc.html" title="GODoc"><span class="type">GODoc</span></a> const *doc</code></em>);</pre> <div class="refsect3"> <a name="id-1.6.8.4.9.7.4"></a><h4>Parameters</h4> @@ -534,7 +534,7 @@ <a name="go-doc-init-read"></a><h3>go_doc_init_read ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_doc_init_read (<em class="parameter"><code><a class="link" href="GODoc.html" title="GODoc"><span class="type">GODoc</span></a> *doc</code></em>, - <em class="parameter"><code><span class="type">GsfInput</span> *input</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>);</pre> <p> </p> </div> @@ -543,7 +543,7 @@ <a name="go-doc-init-write"></a><h3>go_doc_init_write ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_doc_init_write (<em class="parameter"><code><a class="link" href="GODoc.html" title="GODoc"><span class="type">GODoc</span></a> *doc</code></em>, - <em class="parameter"><code><span class="type">GsfXMLOut</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *output</code></em>);</pre> <p> </p> </div> @@ -607,7 +607,7 @@ <a name="go-doc-read"></a><h3>go_doc_read ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_doc_read (<em class="parameter"><code><a class="link" href="GODoc.html" title="GODoc"><span class="type">GODoc</span></a> *doc</code></em>, - <em class="parameter"><code><span class="type">GsfXMLIn</span> *xin</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLIn"><span class="type">GsfXMLIn</span></a> *xin</code></em>, <em class="parameter"><code><span class="type">xmlChar</span> const **attrs</code></em>);</pre> <p> </p> @@ -743,7 +743,7 @@ <a name="go-doc-set-meta-data"></a><h3>go_doc_set_meta_data ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_doc_set_meta_data (<em class="parameter"><code><a class="link" href="GODoc.html" title="GODoc"><span class="type">GODoc</span></a> *doc</code></em>, - <em class="parameter"><code><span class="type">GsfDocMetaData</span> *data</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a> *data</code></em>);</pre> <p>Adds a ref to <em class="parameter"><code>data</code></em> .</p> <div class="refsect3"> @@ -762,7 +762,7 @@ </tr> <tr> <td class="parameter_name"><p>data</p></td> -<td class="parameter_description"><p><span class="type">GsfDocMetaData</span></p></td> +<td class="parameter_description"><p><a href="../gsf/gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a></p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -866,7 +866,7 @@ <a name="go-doc-write"></a><h3>go_doc_write ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_doc_write (<em class="parameter"><code><a class="link" href="GODoc.html" title="GODoc"><span class="type">GODoc</span></a> *doc</code></em>, - <em class="parameter"><code><span class="type">GsfXMLOut</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *output</code></em>);</pre> <p> </p> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GOFileSaver.html new/goffice-0.10.20/docs/reference/html/GOFileSaver.html --- old/goffice-0.10.19/docs/reference/html/GOFileSaver.html 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GOFileSaver.html 2015-02-05 00:51:40.000000000 +0100 @@ -306,7 +306,7 @@ <span class="c_punctuation">(</span>*GOFileSaverSaveFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GOFileSaver.html" title="GOFileSaver"><span class="type">GOFileSaver</span></a> const *fs</code></em>, <em class="parameter"><code><a class="link" href="GOIOContext.html" title="GOIOContext"><span class="type">GOIOContext</span></a> *io_context</code></em>, <em class="parameter"><code><a class="link" href="GoView.html" title="GoView"><span class="type">GoView</span></a> const *view</code></em>, - <em class="parameter"><code><span class="type">GsfOutput</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *output</code></em>);</pre> <p> </p> </div> @@ -604,7 +604,7 @@ go_file_saver_save (<em class="parameter"><code><a class="link" href="GOFileSaver.html" title="GOFileSaver"><span class="type">GOFileSaver</span></a> const *fs</code></em>, <em class="parameter"><code><a class="link" href="GOIOContext.html" title="GOIOContext"><span class="type">GOIOContext</span></a> *io_context</code></em>, <em class="parameter"><code><a class="link" href="GoView.html" title="GoView"><span class="type">GoView</span></a> *view</code></em>, - <em class="parameter"><code><span class="type">GsfOutput</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *output</code></em>);</pre> <p>Saves <em class="parameter"><code>wbv</code></em> and the workbook it is attached to into <em class="parameter"><code>output</code></em> stream. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GOFormat.html new/goffice-0.10.20/docs/reference/html/GOFormat.html --- old/goffice-0.10.19/docs/reference/html/GOFormat.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GOFormat.html 2015-02-05 00:51:40.000000000 +0100 @@ -1488,7 +1488,7 @@ <div class="refsect2"> <a name="go-format-output-to-odf"></a><h3>go_format_output_to_odf ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> -go_format_output_to_odf (<em class="parameter"><code><span class="type">GsfXMLOut</span> *xout</code></em>, +go_format_output_to_odf (<em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *xout</code></em>, <em class="parameter"><code><a class="link" href="GOFormat.html" title="GOFormat"><span class="type">GOFormat</span></a> const *fmt</code></em>, <em class="parameter"><code><span class="type">int</span> cond_part</code></em>, <em class="parameter"><code><span class="type">char</span> const *name</code></em>, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GOImage.html new/goffice-0.10.20/docs/reference/html/GOImage.html --- old/goffice-0.10.19/docs/reference/html/GOImage.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GOImage.html 2015-02-05 00:51:40.000000000 +0100 @@ -607,7 +607,7 @@ <a name="go-image-load-attrs"></a><h3>go_image_load_attrs ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_image_load_attrs (<em class="parameter"><code><a class="link" href="GOImage.html" title="GOImage"><span class="type">GOImage</span></a> *image</code></em>, - <em class="parameter"><code><span class="type">GsfXMLIn</span> *xin</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLIn"><span class="type">GsfXMLIn</span></a> *xin</code></em>, <em class="parameter"><code><span class="type">xmlChar</span> const **attrs</code></em>);</pre> <p> </p> @@ -617,7 +617,7 @@ <a name="go-image-load-data"></a><h3>go_image_load_data ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_image_load_data (<em class="parameter"><code><a class="link" href="GOImage.html" title="GOImage"><span class="type">GOImage</span></a> *image</code></em>, - <em class="parameter"><code><span class="type">GsfXMLIn</span> *xin</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLIn"><span class="type">GsfXMLIn</span></a> *xin</code></em>);</pre> <p> </p> </div> @@ -667,7 +667,7 @@ <a name="go-image-save"></a><h3>go_image_save ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_image_save (<em class="parameter"><code><a class="link" href="GOImage.html" title="GOImage"><span class="type">GOImage</span></a> *image</code></em>, - <em class="parameter"><code><span class="type">GsfXMLOut</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *output</code></em>);</pre> <p> </p> </div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GOPersist.html new/goffice-0.10.20/docs/reference/html/GOPersist.html --- old/goffice-0.10.19/docs/reference/html/GOPersist.html 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GOPersist.html 2015-02-05 00:51:40.000000000 +0100 @@ -106,7 +106,7 @@ <a name="go-persist-prep-sax"></a><h3>go_persist_prep_sax ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_persist_prep_sax (<em class="parameter"><code><a class="link" href="GOPersist.html" title="GOPersist"><span class="type">GOPersist</span></a> *gp</code></em>, - <em class="parameter"><code><span class="type">GsfXMLIn</span> *xin</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLIn"><span class="type">GsfXMLIn</span></a> *xin</code></em>, <em class="parameter"><code><span class="type">xmlChar</span> const **attrs</code></em>);</pre> <p> </p> @@ -116,7 +116,7 @@ <a name="go-persist-sax-save"></a><h3>go_persist_sax_save ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> go_persist_sax_save (<em class="parameter"><code><a class="link" href="GOPersist.html" title="GOPersist"><span class="type">GOPersist</span></a> const *gp</code></em>, - <em class="parameter"><code><span class="type">GsfXMLOut</span> *output</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *output</code></em>);</pre> <p> </p> </div> @@ -155,12 +155,12 @@ </tr> <tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="GOPersistClass.prep-sax"></a>prep_sax</code></em> ()</p></td> -<td class="struct_member_description"><p>loads the persistent object from a <span class="type">GsfXMLIn</span>.</p></td> +<td class="struct_member_description"><p>loads the persistent object from a <a href="../gsf/gsf-XML-and-libxml.html#GsfXMLIn"><span class="type">GsfXMLIn</span></a>.</p></td> <td class="struct_member_annotations"> </td> </tr> <tr> <td class="struct_member_name"><p><em class="structfield"><code><a name="GOPersistClass.sax-save"></a>sax_save</code></em> ()</p></td> -<td class="struct_member_description"><p>saves the persistent object to a <span class="type">GsfXMLOut</span>.</p></td> +<td class="struct_member_description"><p>saves the persistent object to a <a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a>.</p></td> <td class="struct_member_annotations"> </td> </tr> </tbody> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GogGraph.html new/goffice-0.10.20/docs/reference/html/GogGraph.html --- old/goffice-0.10.19/docs/reference/html/GogGraph.html 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GogGraph.html 2015-02-05 00:51:40.000000000 +0100 @@ -364,12 +364,12 @@ <pre class="programlisting"><span class="returnvalue">gboolean</span> gog_graph_export_image (<em class="parameter"><code><a class="link" href="GogGraph.html" title="GogGraph"><span class="type">GogGraph</span></a> *graph</code></em>, <em class="parameter"><code><a class="link" href="GOImage.html#GOImageFormat" title="enum GOImageFormat"><span class="type">GOImageFormat</span></a> format</code></em>, - <em class="parameter"><code><span class="type">GsfOutput</span> *output</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *output</code></em>, <em class="parameter"><code><span class="type">double</span> x_dpi</code></em>, <em class="parameter"><code><span class="type">double</span> y_dpi</code></em>);</pre> <p>Exports an image of <em class="parameter"><code>graph</code></em> in given <em class="parameter"><code>format</code></em> -, writing results in a <span class="type">GsfOutput</span> stream. +, writing results in a <a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> stream. If export format type is a bitmap one, it computes image size with x_dpi, y_dpi and <em class="parameter"><code>graph</code></em> size (see <em class="parameter"><code><a class="link" href="GogGraph.html#gog-graph-get-size" title="gog_graph_get_size ()"><code class="function">gog_graph_get_size()</code></a></code></em> @@ -395,7 +395,7 @@ </tr> <tr> <td class="parameter_name"><p>output</p></td> -<td class="parameter_description"><p>a <span class="type">GsfOutput</span> stream</p></td> +<td class="parameter_description"><p>a <a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> stream</p></td> <td class="parameter_annotations"> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/GogRenderer.html new/goffice-0.10.20/docs/reference/html/GogRenderer.html --- old/goffice-0.10.19/docs/reference/html/GogRenderer.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/GogRenderer.html 2015-02-05 00:51:40.000000000 +0100 @@ -711,12 +711,12 @@ <pre class="programlisting"><span class="returnvalue">gboolean</span> gog_renderer_export_image (<em class="parameter"><code><a class="link" href="GogRenderer.html" title="GogRenderer"><span class="type">GogRenderer</span></a> *renderer</code></em>, <em class="parameter"><code><a class="link" href="GOImage.html#GOImageFormat" title="enum GOImageFormat"><span class="type">GOImageFormat</span></a> format</code></em>, - <em class="parameter"><code><span class="type">GsfOutput</span> *output</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *output</code></em>, <em class="parameter"><code><span class="type">double</span> x_dpi</code></em>, <em class="parameter"><code><span class="type">double</span> y_dpi</code></em>);</pre> <p>Exports an image of <em class="parameter"><code>graph</code></em> in given <em class="parameter"><code>format</code></em> -, writing results in a <span class="type">GsfOutput</span> stream. +, writing results in a <a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> stream. If export format type is a bitmap one, it computes image size with x_dpi, y_dpi and <em class="parameter"><code>graph</code></em> size (see <a class="link" href="GogGraph.html#gog-graph-get-size" title="gog_graph_get_size ()"><code class="function">gog_graph_get_size()</code></a>).</p> @@ -741,7 +741,7 @@ </tr> <tr> <td class="parameter_name"><p>output</p></td> -<td class="parameter_description"><p>a <span class="type">GsfOutput</span> stream</p></td> +<td class="parameter_description"><p>a <a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> stream</p></td> <td class="parameter_annotations"> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/goffice-0.10-File-utilities.html new/goffice-0.10.20/docs/reference/html/goffice-0.10-File-utilities.html --- old/goffice-0.10.19/docs/reference/html/goffice-0.10-File-utilities.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/goffice-0.10-File-utilities.html 2015-02-05 00:51:40.000000000 +0100 @@ -66,7 +66,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">GsfOutput</span> * +<a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="returnvalue">GsfOutput</span></a> * </td> <td class="function_name"> <a class="link" href="goffice-0.10-File-utilities.html#go-file-create" title="go_file_create ()">go_file_create</a> <span class="c_punctuation">()</span> @@ -114,7 +114,7 @@ </tr> <tr> <td class="function_type"> -<span class="returnvalue">GsfInput</span> * +<a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> * </td> <td class="function_name"> <a class="link" href="goffice-0.10-File-utilities.html#go-file-open" title="go_file_open ()">go_file_open</a> <span class="c_punctuation">()</span> @@ -346,7 +346,7 @@ <hr> <div class="refsect2"> <a name="go-file-create"></a><h3>go_file_create ()</h3> -<pre class="programlisting"><span class="returnvalue">GsfOutput</span> * +<pre class="programlisting"><a href="../gsf/gsf-Output-to-unstructured-files.html#GsfOutput"><span class="returnvalue">GsfOutput</span></a> * go_file_create (<em class="parameter"><code><span class="type">char</span> const *uri</code></em>, <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre> <p>Creates a file or return an error. If the file already exists, it is @@ -442,7 +442,7 @@ <hr> <div class="refsect2"> <a name="go-file-open"></a><h3>go_file_open ()</h3> -<pre class="programlisting"><span class="returnvalue">GsfInput</span> * +<pre class="programlisting"><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="returnvalue">GsfInput</span></a> * go_file_open (<em class="parameter"><code><span class="type">char</span> const *uri</code></em>, <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre> <p>Try all available methods to open a file or return an error</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/goffice-0.10-GOFileOpeners.html new/goffice-0.10.20/docs/reference/html/goffice-0.10-GOFileOpeners.html --- old/goffice-0.10.19/docs/reference/html/goffice-0.10-GOFileOpeners.html 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/goffice-0.10-GOFileOpeners.html 2015-02-05 00:51:40.000000000 +0100 @@ -239,7 +239,7 @@ <span class="c_punctuation">(</span>*GOFileOpenerOpenFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="goffice-0.10-GOFileOpeners.html#GOFileOpener"><span class="type">GOFileOpener</span></a> const *fo</code></em>, <em class="parameter"><code><a class="link" href="GOIOContext.html" title="GOIOContext"><span class="type">GOIOContext</span></a> *io_context</code></em>, <em class="parameter"><code><a class="link" href="GoView.html" title="GoView"><span class="type">GoView</span></a> *view</code></em>, - <em class="parameter"><code><span class="type">GsfInput</span> *input</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>);</pre> <p> </p> </div> @@ -251,7 +251,7 @@ <em class="parameter"><code><span class="type">gchar</span> const *enc</code></em>, <em class="parameter"><code><a class="link" href="GOIOContext.html" title="GOIOContext"><span class="type">GOIOContext</span></a> *io_context</code></em>, <em class="parameter"><code><a class="link" href="GoView.html" title="GoView"><span class="type">GoView</span></a> *view</code></em>, - <em class="parameter"><code><span class="type">GsfInput</span> *input</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>);</pre> <p> </p> </div> @@ -260,7 +260,7 @@ <a name="GOFileOpenerProbeFunc"></a><h3>GOFileOpenerProbeFunc ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> <span class="c_punctuation">(</span>*GOFileOpenerProbeFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="goffice-0.10-GOFileOpeners.html#GOFileOpener"><span class="type">GOFileOpener</span></a> const *fo</code></em>, - <em class="parameter"><code><span class="type">GsfInput</span> *input</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>, <em class="parameter"><code><a class="link" href="goffice-0.10-Files.html#GOFileProbeLevel" title="enum GOFileProbeLevel"><span class="type">GOFileProbeLevel</span></a> pl</code></em>);</pre> <p> </p> @@ -529,7 +529,7 @@ <em class="parameter"><code><span class="type">gchar</span> const *opt_enc</code></em>, <em class="parameter"><code><a class="link" href="GOIOContext.html" title="GOIOContext"><span class="type">GOIOContext</span></a> *io_context</code></em>, <em class="parameter"><code><a class="link" href="GoView.html" title="GoView"><span class="type">GoView</span></a> *view</code></em>, - <em class="parameter"><code><span class="type">GsfInput</span> *input</code></em>);</pre> + <em class="parameter"><code><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>);</pre> <p>Reads content of <em class="parameter"><code>file_name</code></em> file into workbook <em class="parameter"><code>wbv</code></em> is attached to. @@ -582,7 +582,7 @@ <a name="go-file-opener-probe"></a><h3>go_file_opener_probe ()</h3> <pre class="programlisting"><span class="returnvalue">gboolean</span> go_file_opener_probe (<em class="parameter"><code><a class="link" href="goffice-0.10-GOFileOpeners.html#GOFileOpener"><span class="type">GOFileOpener</span></a> const *fo</code></em>, - <em class="parameter"><code><span class="type">GsfInput</span> *input</code></em>, + <em class="parameter"><code><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *input</code></em>, <em class="parameter"><code><a class="link" href="goffice-0.10-Files.html#GOFileProbeLevel" title="enum GOFileProbeLevel"><span class="type">GOFileProbeLevel</span></a> pl</code></em>);</pre> <p>Checks if a given file is supported by the opener.</p> <div class="refsect3"> @@ -601,7 +601,7 @@ </tr> <tr> <td class="parameter_name"><p>input</p></td> -<td class="parameter_description"><p><span class="type">GsfInput</span></p></td> +<td class="parameter_description"><p><a href="../gsf/gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a></p></td> <td class="parameter_annotations"> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/goffice-0.10-LibXML-extras.html new/goffice-0.10.20/docs/reference/html/goffice-0.10-LibXML-extras.html --- old/goffice-0.10.19/docs/reference/html/goffice-0.10-LibXML-extras.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/goffice-0.10-LibXML-extras.html 2015-02-05 00:51:40.000000000 +0100 @@ -470,7 +470,7 @@ <div class="refsect2"> <a name="go-xml-out-add-color"></a><h3>go_xml_out_add_color ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> -go_xml_out_add_color (<em class="parameter"><code><span class="type">GsfXMLOut</span> *out</code></em>, +go_xml_out_add_color (<em class="parameter"><code><a href="../gsf/gsf-XML-and-libxml.html#GsfXMLOut"><span class="type">GsfXMLOut</span></a> *out</code></em>, <em class="parameter"><code><span class="type">char</span> const *id</code></em>, <em class="parameter"><code><a class="link" href="goffice-0.10-GOColor.html#GOColor" title="GOColor"><span class="type">GOColor</span></a> c</code></em>);</pre> <p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/html/index.html new/goffice-0.10.20/docs/reference/html/index.html --- old/goffice-0.10.19/docs/reference/html/index.html 2015-01-23 18:49:47.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/html/index.html 2015-02-05 00:51:40.000000000 +0100 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GOffice Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">For goffice 0.10.19 +<div><p class="releaseinfo">For goffice 0.10.20 </p></div> </div> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/tmpl/go-component.sgml new/goffice-0.10.20/docs/reference/tmpl/go-component.sgml --- old/goffice-0.10.19/docs/reference/tmpl/go-component.sgml 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/tmpl/go-component.sgml 2015-02-05 00:51:40.000000000 +0100 @@ -31,6 +31,8 @@ </para> +@: + @gocomponent: the object which received the signal. <!-- ##### ARG GOComponent:ascent ##### --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/tmpl/go-data.sgml new/goffice-0.10.20/docs/reference/tmpl/go-data.sgml --- old/goffice-0.10.19/docs/reference/tmpl/go-data.sgml 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/tmpl/go-data.sgml 2015-02-05 00:51:40.000000000 +0100 @@ -31,6 +31,8 @@ </para> +@: + @godata: the object which received the signal. <!-- ##### FUNCTION go_data_date_conv ##### --> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/tmpl/goffice-component.sgml new/goffice-0.10.20/docs/reference/tmpl/goffice-component.sgml --- old/goffice-0.10.19/docs/reference/tmpl/goffice-component.sgml 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/tmpl/goffice-component.sgml 2015-02-05 00:51:40.000000000 +0100 @@ -31,7 +31,7 @@ </para> -@: +@gocomponent: the object which received the signal. <!-- ##### ARG GOComponent:ascent ##### --> <para> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/tmpl/goffice-data.sgml new/goffice-0.10.20/docs/reference/tmpl/goffice-data.sgml --- old/goffice-0.10.19/docs/reference/tmpl/goffice-data.sgml 2015-01-23 18:49:46.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/tmpl/goffice-data.sgml 2015-02-05 00:51:40.000000000 +0100 @@ -31,7 +31,7 @@ </para> -@: +@godata: the object which received the signal. <!-- ##### STRUCT GODataMatrix ##### --> <para> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/docs/reference/version.xml new/goffice-0.10.20/docs/reference/version.xml --- old/goffice-0.10.19/docs/reference/version.xml 2015-01-23 18:44:04.000000000 +0100 +++ new/goffice-0.10.20/docs/reference/version.xml 2015-02-05 00:48:34.000000000 +0100 @@ -1 +1 @@ -0.10.19 +0.10.20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/goffice/goffice-features.h new/goffice-0.10.20/goffice/goffice-features.h --- old/goffice-0.10.19/goffice/goffice-features.h 2014-09-26 02:58:07.000000000 +0200 +++ new/goffice-0.10.20/goffice/goffice-features.h 2015-01-23 21:10:19.000000000 +0100 @@ -35,7 +35,7 @@ /* #undef GOFFICE_SUPPLIED_STRTOLD */ /* The version number of this release, possibly with additional suffix */ -#define GOFFICE_VERSION "0.10.19" +#define GOFFICE_VERSION "0.10.20" /* The Epoch of this release */ #define GO_VERSION_EPOCH 0 @@ -44,7 +44,7 @@ #define GO_VERSION_MAJOR 10 /* The Minor version number of this release */ -#define GO_VERSION_MINOR 19 +#define GO_VERSION_MINOR 20 /* Extra, possibly empty tag for this release */ #define GO_VERSION_EXTRA "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/goffice/graph/gog-label.c new/goffice-0.10.20/goffice/graph/gog-label.c --- old/goffice-0.10.19/goffice/graph/gog-label.c 2015-01-23 17:47:58.000000000 +0100 +++ new/goffice-0.10.20/goffice/graph/gog-label.c 2015-01-27 01:01:49.000000000 +0100 @@ -117,6 +117,12 @@ /* Kludge for default Y axis title orientation. This should have be done * in GogTheme, but it's not possible without breaking graph persistence * compatibility */ + + /* + * Note: if you create the axis object by hand, this will only be called + * when the object is given a role. Your carefully computed angle will + * be wiped out at that time. (As any other style.) + */ parent = gog_object_get_parent (GOG_OBJECT (gso)); if (GOG_IS_AXIS (parent)) { GogChart *chart = GOG_CHART (gog_object_get_parent (parent)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/plugins/plot_barcol/gog-line.c new/goffice-0.10.20/plugins/plot_barcol/gog-line.c --- old/goffice-0.10.19/plugins/plot_barcol/gog-line.c 2014-09-22 00:03:01.000000000 +0200 +++ new/goffice-0.10.20/plugins/plot_barcol/gog-line.c 2015-02-04 23:54:43.000000000 +0100 @@ -359,7 +359,7 @@ if (!plot->default_style_has_markers) { style->disable_theming |= GO_STYLE_MARKER; if (style->marker.auto_shape) { - GOMarker *m = go_marker_new (); + GOMarker *m = go_marker_dup (style->marker.mark); go_marker_set_shape (m, GO_MARKER_NONE); go_style_set_marker (style, m); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/plugins/plot_barcol/gog-minmax.c new/goffice-0.10.20/plugins/plot_barcol/gog-minmax.c --- old/goffice-0.10.19/plugins/plot_barcol/gog-minmax.c 2014-09-22 00:03:01.000000000 +0200 +++ new/goffice-0.10.20/plugins/plot_barcol/gog-minmax.c 2015-02-04 23:54:43.000000000 +0100 @@ -68,7 +68,7 @@ if (!plot->default_style_has_markers) { style->disable_theming |= GO_STYLE_MARKER; if (style->marker.auto_shape) { - GOMarker *m = go_marker_new (); + GOMarker *m = go_marker_dup (style->marker.mark); go_marker_set_shape (m, GO_MARKER_NONE); go_style_set_marker (style, m); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/plugins/plot_xy/gog-xy-minmax.c new/goffice-0.10.20/plugins/plot_xy/gog-xy-minmax.c --- old/goffice-0.10.19/plugins/plot_xy/gog-xy-minmax.c 2014-09-22 00:03:01.000000000 +0200 +++ new/goffice-0.10.20/plugins/plot_xy/gog-xy-minmax.c 2015-02-04 23:54:43.000000000 +0100 @@ -68,7 +68,7 @@ if (!plot->default_style_has_markers) { style->disable_theming |= GO_STYLE_MARKER; if (style->marker.auto_shape) { - GOMarker *m = go_marker_new (); + GOMarker *m = go_marker_dup (style->marker.mark); go_marker_set_shape (m, GO_MARKER_NONE); go_style_set_marker (style, m); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/plugins/reg_linear/gog-lin-reg.c new/goffice-0.10.20/plugins/reg_linear/gog-lin-reg.c --- old/goffice-0.10.19/plugins/reg_linear/gog-lin-reg.c 2015-01-15 00:58:56.000000000 +0100 +++ new/goffice-0.10.20/plugins/reg_linear/gog-lin-reg.c 2015-01-27 01:01:49.000000000 +0100 @@ -200,7 +200,8 @@ case REG_LIN_REG_CURVE_PROP_AFFINE: rc->affine = g_value_get_boolean (value); break; - case REG_LIN_REG_CURVE_PROP_DIMS: + case REG_LIN_REG_CURVE_PROP_DIMS: { + int max_dims = ((GogLinRegCurveClass *) G_OBJECT_GET_CLASS (rc))->max_dims; if (rc->x_vals) { int i; for (i = 0; i < rc->dims; i++){ @@ -210,9 +211,14 @@ g_free (rc->x_vals); rc->x_vals = NULL; rc->dims = g_value_get_uint (value); + if (rc->dims > max_dims) { + g_warning ("Invalid value %u for the \"dims\" property\n", rc->dims); + rc->dims = max_dims; + } g_free (rc->base.a); rc->base.a = g_new (double, rc->dims + 1); break; + } default: G_OBJECT_WARN_INVALID_PROPERTY_ID (obj, param_id, pspec); return; /* NOTE : RETURN */ @@ -258,6 +264,7 @@ lin_klass->lin_reg_func = go_linear_regression; lin_klass->build_values = gog_lin_reg_curve_build_values; + lin_klass->max_dims = 1; g_object_class_install_property (gobject_klass, REG_LIN_REG_CURVE_PROP_AFFINE, g_param_spec_boolean ("affine", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/plugins/reg_linear/gog-lin-reg.h new/goffice-0.10.20/plugins/reg_linear/gog-lin-reg.h --- old/goffice-0.10.19/plugins/reg_linear/gog-lin-reg.h 2014-09-22 00:03:01.000000000 +0200 +++ new/goffice-0.10.20/plugins/reg_linear/gog-lin-reg.h 2015-01-27 01:01:49.000000000 +0100 @@ -44,6 +44,7 @@ go_regression_stat_t *stat); int (*build_values) (GogLinRegCurve *rc, double const *x_vals, double const *y_vals, int n); + int max_dims; } GogLinRegCurveClass; #define GOG_TYPE_LIN_REG_CURVE (gog_lin_reg_curve_get_type ()) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/plugins/reg_linear/gog-polynom-reg.c new/goffice-0.10.20/plugins/reg_linear/gog-polynom-reg.c --- old/goffice-0.10.19/plugins/reg_linear/gog-polynom-reg.c 2014-09-22 00:03:01.000000000 +0200 +++ new/goffice-0.10.20/plugins/reg_linear/gog-polynom-reg.c 2015-01-27 01:01:49.000000000 +0100 @@ -231,6 +231,7 @@ gog_polynom_reg_curve_parent_klass = g_type_class_peek_parent (reg_curve_klass); lin_reg_klass->build_values = gog_polynom_reg_curve_build_values; + lin_reg_klass->max_dims = 10; reg_curve_klass->get_value_at = gog_polynom_reg_curve_get_value_at; reg_curve_klass->get_equation = gog_polynom_reg_curve_get_equation; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/po/ChangeLog new/goffice-0.10.20/po/ChangeLog --- old/goffice-0.10.19/po/ChangeLog 2015-01-23 18:43:41.000000000 +0100 +++ new/goffice-0.10.20/po/ChangeLog 2015-02-05 00:48:14.000000000 +0100 @@ -1,3 +1,7 @@ +2015-02-04 Morten Welinder <[email protected]> + + * Release 0.10.20 + 2015-01-23 Morten Welinder <[email protected]> * Release 0.10.19 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/goffice-0.10.19/tools/ChangeLog new/goffice-0.10.20/tools/ChangeLog --- old/goffice-0.10.19/tools/ChangeLog 2015-01-23 18:43:41.000000000 +0100 +++ new/goffice-0.10.20/tools/ChangeLog 2015-02-05 00:48:14.000000000 +0100 @@ -1,3 +1,7 @@ +2015-02-04 Morten Welinder <[email protected]> + + * Release 0.10.20 + 2015-01-23 Morten Welinder <[email protected]> * Release 0.10.19 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
