Date: Tue, 25 Sep 2018 20:20:24 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480695 - in head/math/gnumeric: . files Message-ID: <201809252020.w8PKKOxS048130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue Sep 25 20:20:24 2018 New Revision: 480695 URL: https://svnweb.freebsd.org/changeset/ports/480695 Log: Update gnumeric to 1.12.43. PR: 221450 (based on) Submitted by: lightside <lightside@gmx.com> Added: head/math/gnumeric/files/ head/math/gnumeric/files/patch-introspection_Makefile.in (contents, props changed) Modified: head/math/gnumeric/Makefile head/math/gnumeric/distinfo head/math/gnumeric/pkg-descr head/math/gnumeric/pkg-plist Modified: head/math/gnumeric/Makefile ============================================================================== --- head/math/gnumeric/Makefile Tue Sep 25 20:17:30 2018 (r480694) +++ head/math/gnumeric/Makefile Tue Sep 25 20:20:24 2018 (r480695) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnumeric -PORTVERSION= 1.12.28 -PORTREVISION= 1 +PORTVERSION= 1.12.43 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,23 +13,20 @@ COMMENT= GNOME spreadsheet program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= rarian-sk-config:textproc/rarian +BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libgoffice-0.10.so:devel/goffice010 \ + libfribidi.so:converters/fribidi \ libpsiconv.so:converters/psiconv -RUN_DEPENDS= rarian-sk-config:textproc/rarian -USES= cpe desktop-file-utils gettext gmake libtool pathfix pkgconfig \ - python:2.7 shebangfix tar:xz -USE_GNOME= intlhack libgsf pygobject3 -INSTALLS_OMF= yes +USES= cpe desktop-file-utils gettext gmake gnome libtool \ + localbase pathfix pkgconfig python:2.7 shebangfix tar:xz +USE_GNOME= cairo intlhack gtk30 libgsf pygobject3 USE_LDCONFIG= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-compile-warnings \ +CONFIGURE_ARGS= \ --without-paradox \ --enable-introspection -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CPE_VENDOR= gnome @@ -40,6 +36,8 @@ GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \ org.gnome.gnumeric.plugin.gschema.xml SHEBANG_FILES= plugins/perl-func/perl_func.pl + +BINARY_ALIAS= python=${PYTHON_CMD} PLIST_SUB= VERSION=${PORTVERSION} \ GOFFICE=0.10 \ Modified: head/math/gnumeric/distinfo ============================================================================== --- head/math/gnumeric/distinfo Tue Sep 25 20:17:30 2018 (r480694) +++ head/math/gnumeric/distinfo Tue Sep 25 20:20:24 2018 (r480695) @@ -1,2 +1,3 @@ -SHA256 (gnome3/gnumeric-1.12.28.tar.xz) = 02d4ad13389e51f24638a0a59dbfb870ec8120efc453b2dca8804167f2b94dbb -SIZE (gnome3/gnumeric-1.12.28.tar.xz) = 18730404 +TIMESTAMP = 1537814017 +SHA256 (gnome3/gnumeric-1.12.43.tar.xz) = 87c9abd6260cf29401fa1e0fcce374e8c7bcd1986608e4049f6037c9d32b5fd5 +SIZE (gnome3/gnumeric-1.12.43.tar.xz) = 18033636 Added: head/math/gnumeric/files/patch-introspection_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/gnumeric/files/patch-introspection_Makefile.in Tue Sep 25 20:20:24 2018 (r480695) @@ -0,0 +1,12 @@ +--- introspection/Makefile.in.orig 2018-09-24 20:30:45 UTC ++++ introspection/Makefile.in +@@ -565,7 +565,8 @@ uninstall-am: uninstall-local + + + @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@install-data-local: +-@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ install -D -m 0444 -t @GIOVERRIDESDIR@ gi/overrides/Gnm.py ++@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ @MKDIR_P@ ${DESTDIR}@GIOVERRIDESDIR@ ++@HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ install -m 0444 gi/overrides/Gnm.py ${DESTDIR}@GIOVERRIDESDIR@ + + @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@uninstall-local: + @HAVE_INTROSPECTION_TRUE@@HAVE_PYTHON_GI_TRUE@ rm -f @GIOVERRIDESDIR@/Gnm.py Modified: head/math/gnumeric/pkg-descr ============================================================================== --- head/math/gnumeric/pkg-descr Tue Sep 25 20:17:30 2018 (r480694) +++ head/math/gnumeric/pkg-descr Tue Sep 25 20:20:24 2018 (r480695) @@ -1,3 +1,3 @@ The GNOME 2 spreadsheet. -WWW: http://www.gnome.org/projects/gnumeric/index.shtml +WWW: http://www.gnumeric.org Modified: head/math/gnumeric/pkg-plist ============================================================================== --- head/math/gnumeric/pkg-plist Tue Sep 25 20:17:30 2018 (r480694) +++ head/math/gnumeric/pkg-plist Tue Sep 25 20:20:24 2018 (r480695) @@ -20,7 +20,9 @@ include/libspreadsheet-%%SHORT_VER%%/spreadsheet/compl include/libspreadsheet-%%SHORT_VER%%/spreadsheet/complete.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/complex.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/consolidate.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/criteria.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/dependent.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr-deriv.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr-impl.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr-name.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/expr.h @@ -42,7 +44,6 @@ include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-s include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-line.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-path.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-so-polygon.h -include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnm-style-impl.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-conf.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-features.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/gnumeric-fwd.h @@ -96,6 +97,7 @@ include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control-gui.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control-priv.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-control.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-diff.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-filter-combo.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-filter.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/sheet-merge.h @@ -121,8 +123,32 @@ include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style-conditions.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style-font.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/style.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-anova.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-auto-expression.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-chi-squared.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-exp-smoothing.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-frequency.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-histogram.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-kaplan-meier.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-normality.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-one-mean-test.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-principal-components.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-sign-test.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-signed-rank-test.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-tools.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/analysis-wilcoxon-mann-whitney.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/auto-correct.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/dao.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/data-shuffling.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/fill-series.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/filter.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/gnm-solver.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/goal-seek.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/random-generator-cor.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/random-generator.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/scenarios.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/simulation.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/tabulate.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/tools/tools.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/undo.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/validation-combo.h @@ -130,8 +156,25 @@ include/libspreadsheet-%%SHORT_VER%%/spreadsheet/valid include/libspreadsheet-%%SHORT_VER%%/spreadsheet/value.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/wbc-gtk-impl.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/wbc-gtk.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-cell-combo-view-impl.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-cell-combo-view.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-cell-renderer-expr-entry.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-cell-renderer-text.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-cell-renderer-toggle.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-dao.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-dashed-canvas-line.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-expr-entry.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-filter-combo-view.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-fontbutton.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-format-sel.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-notebook.h -include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnumeric-expr-entry.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-radiobutton.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-sheet-sel.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-sheet-slicer-combo-view.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-so-anchor-mode-chooser.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-text-view.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-validation-combo-view.h +include/libspreadsheet-%%SHORT_VER%%/spreadsheet/widgets/gnm-workbook-sel.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-cmd-format.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-control-priv.h include/libspreadsheet-%%SHORT_VER%%/spreadsheet/workbook-control.h @@ -196,7 +239,7 @@ lib/gnumeric/%%VERSION%%/plugins/glpk/plugin.xml lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.py lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyc -lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyo +lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.%%PYTHON_PYOEXTENSION%% lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml lib/gnumeric/%%VERSION%%/plugins/html/html.so lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml @@ -223,7 +266,7 @@ lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyc -lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyo +lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.%%PYTHON_PYOEXTENSION%% lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so lib/gnumeric/%%VERSION%%/plugins/python-loader/ui-console-menu.xml @@ -244,6 +287,7 @@ lib/goffice/%%GOFFICE%%/plugins/gnumeric/gnumeric.so lib/goffice/%%GOFFICE%%/plugins/gnumeric/plugin.xml lib/libspreadsheet-%%VERSION%%.so lib/libspreadsheet.so +%%PYTHON_SITELIBDIR%%/gi/overrides/Gnm.py libdata/pkgconfig/libspreadsheet-%%SHORT_VER%%.pc man/man1/gnumeric.1.gz man/man1/ssconvert.1.gz @@ -253,502 +297,6 @@ man/man1/ssindex.1.gz share/appdata/gnumeric.appdata.xml share/applications/gnumeric.desktop share/gir-1.0/Gnm-%%SHORT_VER%%.gir -share/gnome/help/gnumeric/C/about-authors.xml -share/gnome/help/gnumeric/C/about-history.xml -share/gnome/help/gnumeric/C/about-license.xml -share/gnome/help/gnumeric/C/analysis-complexNumbers.xml -share/gnome/help/gnumeric/C/analysis-goalseek.xml -share/gnome/help/gnumeric/C/analysis-overview.xml -share/gnome/help/gnumeric/C/analysis-scenarios.xml -share/gnome/help/gnumeric/C/analysis-simulation.xml -share/gnome/help/gnumeric/C/analysis-solver.xml -share/gnome/help/gnumeric/C/analysis-statistical.xml -share/gnome/help/gnumeric/C/appendix-glossary.xml -share/gnome/help/gnumeric/C/appendix-keybindings.xml -share/gnome/help/gnumeric/C/bugs.xml -share/gnome/help/gnumeric/C/compiling.xml -share/gnome/help/gnumeric/C/configuration-localization.xml -share/gnome/help/gnumeric/C/configuration-overview.xml -share/gnome/help/gnumeric/C/configuration-plugins.xml -share/gnome/help/gnumeric/C/configuration-preferences.xml -share/gnome/help/gnumeric/C/configuration-toolbars.xml -share/gnome/help/gnumeric/C/data-commentNlink.xml -share/gnome/help/gnumeric/C/data-delete.xml -share/gnome/help/gnumeric/C/data-entry-advanced.xml -share/gnome/help/gnumeric/C/data-entry-external.xml -share/gnome/help/gnumeric/C/data-entry.xml -share/gnome/help/gnumeric/C/data-filter.xml -share/gnome/help/gnumeric/C/data-format-conditional.xml -share/gnome/help/gnumeric/C/data-format.xml -share/gnome/help/gnumeric/C/data-generate.xml -share/gnome/help/gnumeric/C/data-insert.xml -share/gnome/help/gnumeric/C/data-modify.xml -share/gnome/help/gnumeric/C/data-move-copy.xml -share/gnome/help/gnumeric/C/data-overview.xml -share/gnome/help/gnumeric/C/data-selections.xml -share/gnome/help/gnumeric/C/data-types.xml -share/gnome/help/gnumeric/C/documenting.xml -share/gnome/help/gnumeric/C/extending-functions.xml -share/gnome/help/gnumeric/C/extending-overview.xml -share/gnome/help/gnumeric/C/extending-plugins.xml -share/gnome/help/gnumeric/C/extending-python.xml -share/gnome/help/gnumeric/C/figures/advanced-filter-1.png -share/gnome/help/gnumeric/C/figures/advanced-filter-2.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-confidence-interval-equation.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-demand-ex1.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-demand-ex2.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-interations-equation1.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-interations-equation2.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-maximumtime-dialog.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-options-dialog.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-output-dialog.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-profit-ex1.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-profit-ex2.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-report-screen.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-simtable-screen.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-summary-dialog.png -share/gnome/help/gnumeric/C/figures/analysis-simulation-variables-dialog.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency-cats.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency-graphs.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency-results.png -share/gnome/help/gnumeric/C/figures/analysistools-frequency.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-cutoffs.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-groups.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan-options.png -share/gnome/help/gnumeric/C/figures/analysistools-kaplan.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-central.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png -share/gnome/help/gnumeric/C/figures/analysistools-normality-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-normality-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-normality-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-normality-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-normality-testspec.png -share/gnome/help/gnumeric/C/figures/analysistools-normality.png -share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png -share/gnome/help/gnumeric/C/figures/analysistools-pcanalysis-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-pcanalysis-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-pcanalysis.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-random.png -share/gnome/help/gnumeric/C/figures/analysistools-ranges.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-rank.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-regression.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling.png -share/gnome/help/gnumeric/C/figures/analysistools-signtest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-signtest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-signtest-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-signtest.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex5.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex6.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex7.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex8.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png -share/gnome/help/gnumeric/C/figures/analysistools-tools.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest.png -share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png -share/gnome/help/gnumeric/C/figures/button-align-center.png -share/gnome/help/gnumeric/C/figures/button-align-left.png -share/gnome/help/gnumeric/C/figures/button-align-right.png -share/gnome/help/gnumeric/C/figures/button-arrow.png -share/gnome/help/gnumeric/C/figures/button-bold.png -share/gnome/help/gnumeric/C/figures/button-borders.png -share/gnome/help/gnumeric/C/figures/button-button.png -share/gnome/help/gnumeric/C/figures/button-center-across-selection.png -share/gnome/help/gnumeric/C/figures/button-checkbox.png -share/gnome/help/gnumeric/C/figures/button-combo.png -share/gnome/help/gnumeric/C/figures/button-copy.png -share/gnome/help/gnumeric/C/figures/button-cut.png -share/gnome/help/gnumeric/C/figures/button-decrease-indent.png -share/gnome/help/gnumeric/C/figures/button-decrease-precision.png -share/gnome/help/gnumeric/C/figures/button-equals.png -share/gnome/help/gnumeric/C/figures/button-fill.png -share/gnome/help/gnumeric/C/figures/button-font-size.png -share/gnome/help/gnumeric/C/figures/button-font-type.png -share/gnome/help/gnumeric/C/figures/button-frame.png -share/gnome/help/gnumeric/C/figures/button-function.png -share/gnome/help/gnumeric/C/figures/button-graph.png -share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png -share/gnome/help/gnumeric/C/figures/button-increase-indent.png -share/gnome/help/gnumeric/C/figures/button-increase-precision.png -share/gnome/help/gnumeric/C/figures/button-insert-component.png -share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png -share/gnome/help/gnumeric/C/figures/button-insert-object.png -share/gnome/help/gnumeric/C/figures/button-italic.png -share/gnome/help/gnumeric/C/figures/button-label.png -share/gnome/help/gnumeric/C/figures/button-line.png -share/gnome/help/gnumeric/C/figures/button-list.png -share/gnome/help/gnumeric/C/figures/button-merge.png -share/gnome/help/gnumeric/C/figures/button-money.png -share/gnome/help/gnumeric/C/figures/button-new.png -share/gnome/help/gnumeric/C/figures/button-open.png -share/gnome/help/gnumeric/C/figures/button-oval.png -share/gnome/help/gnumeric/C/figures/button-paste.png -share/gnome/help/gnumeric/C/figures/button-percent.png -share/gnome/help/gnumeric/C/figures/button-preview.png -share/gnome/help/gnumeric/C/figures/button-print.png -share/gnome/help/gnumeric/C/figures/button-radio.png -share/gnome/help/gnumeric/C/figures/button-rectangle.png -share/gnome/help/gnumeric/C/figures/button-redo-and-history.png -share/gnome/help/gnumeric/C/figures/button-save.png -share/gnome/help/gnumeric/C/figures/button-scrollbar.png -share/gnome/help/gnumeric/C/figures/button-slider.png -share/gnome/help/gnumeric/C/figures/button-sort-az.png -share/gnome/help/gnumeric/C/figures/button-sort-za.png -share/gnome/help/gnumeric/C/figures/button-spin.png -share/gnome/help/gnumeric/C/figures/button-split.png -share/gnome/help/gnumeric/C/figures/button-subscript.png -share/gnome/help/gnumeric/C/figures/button-sum.png -share/gnome/help/gnumeric/C/figures/button-superscript.png -share/gnome/help/gnumeric/C/figures/button-text-colour.png -share/gnome/help/gnumeric/C/figures/button-thousands.png -share/gnome/help/gnumeric/C/figures/button-underline.png -share/gnome/help/gnumeric/C/figures/button-undo-and-history.png -share/gnome/help/gnumeric/C/figures/button-zoom.png -share/gnome/help/gnumeric/C/figures/cell-grid.png -share/gnome/help/gnumeric/C/figures/cell-selected.png -share/gnome/help/gnumeric/C/figures/cell-with-text.png -share/gnome/help/gnumeric/C/figures/cells-1.png -share/gnome/help/gnumeric/C/figures/cells-2.png -share/gnome/help/gnumeric/C/figures/chart_area_1_1.png -share/gnome/help/gnumeric/C/figures/chart_area_1_2.png -share/gnome/help/gnumeric/C/figures/chart_area_1_3.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png -share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png -share/gnome/help/gnumeric/C/figures/chart_column_1_1.png -share/gnome/help/gnumeric/C/figures/chart_column_1_2.png -share/gnome/help/gnumeric/C/figures/chart_column_1_3.png -share/gnome/help/gnumeric/C/figures/chart_line_1_1.png -share/gnome/help/gnumeric/C/figures/chart_line_1_2.png -share/gnome/help/gnumeric/C/figures/chart_line_1_3.png -share/gnome/help/gnumeric/C/figures/chart_line_2_1.png -share/gnome/help/gnumeric/C/figures/chart_line_2_2.png -share/gnome/help/gnumeric/C/figures/chart_line_2_3.png -share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png -share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png -share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png -share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png -share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png -share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png -share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png -share/gnome/help/gnumeric/C/figures/chart_surface_1.png -share/gnome/help/gnumeric/C/figures/chart_surface_2.png -share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png -share/gnome/help/gnumeric/C/figures/dialog-autosave.png -share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filter.png -share/gnome/help/gnumeric/C/figures/dialog-insert-object.png -share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png -share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png -share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png -share/gnome/help/gnumeric/C/figures/dialog-properties-label.png -share/gnome/help/gnumeric/C/figures/dialog-properties-line.png -share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png -share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png -share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png -share/gnome/help/gnumeric/C/figures/drawing-arrow.png -share/gnome/help/gnumeric/C/figures/drawing-line.png -share/gnome/help/gnumeric/C/figures/drawing-oval.png -share/gnome/help/gnumeric/C/figures/drawing-rectangle.png -share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png -share/gnome/help/gnumeric/C/figures/example-colGraph.png -share/gnome/help/gnumeric/C/figures/example-columnSelect.png -share/gnome/help/gnumeric/C/figures/example-data.png -share/gnome/help/gnumeric/C/figures/files-html-example.png -share/gnome/help/gnumeric/C/figures/files-html32-example.png -share/gnome/help/gnumeric/C/figures/files-html40-example.png -share/gnome/help/gnumeric/C/figures/formula-dmedian.png -share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png -share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png -share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png -share/gnome/help/gnumeric/C/figures/graph-axes-grid.png -share/gnome/help/gnumeric/C/figures/graph-components.png -share/gnome/help/gnumeric/C/figures/graph-example-area.png -share/gnome/help/gnumeric/C/figures/graph-example-bar.png -share/gnome/help/gnumeric/C/figures/graph-example-bubble.png -share/gnome/help/gnumeric/C/figures/graph-example-column.png -share/gnome/help/gnumeric/C/figures/graph-example-line.png -share/gnome/help/gnumeric/C/figures/graph-example-pie.png -share/gnome/help/gnumeric/C/figures/graph-example-radar.png -share/gnome/help/gnumeric/C/figures/graph-example-ring.png -share/gnome/help/gnumeric/C/figures/graph-example-surface-t1.png -share/gnome/help/gnumeric/C/figures/graph-example-surface-t2.png -share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png -share/gnome/help/gnumeric/C/figures/graph-hierarchy.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png -share/gnome/help/gnumeric/C/figures/graphguru-components.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png -share/gnome/help/gnumeric/C/figures/graphguru-series-error.png -share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png -share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png -share/gnome/help/gnumeric/C/figures/graphguru-title-font.png -share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png -share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png -share/gnome/help/gnumeric/C/figures/graphical-elements.png -share/gnome/help/gnumeric/C/figures/graphs-types-area.png -share/gnome/help/gnumeric/C/figures/graphs-types-bar.png -share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png -share/gnome/help/gnumeric/C/figures/graphs-types-column.png -share/gnome/help/gnumeric/C/figures/graphs-types-line.png -share/gnome/help/gnumeric/C/figures/graphs-types-pie.png -share/gnome/help/gnumeric/C/figures/graphs-types-radar.png -share/gnome/help/gnumeric/C/figures/graphs-types-ring.png -share/gnome/help/gnumeric/C/figures/graphs-types-stock.png -share/gnome/help/gnumeric/C/figures/graphs-types-surface.png -share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png -share/gnome/help/gnumeric/C/figures/icon-locked.png -share/gnome/help/gnumeric/C/figures/icon-unlocked.png -share/gnome/help/gnumeric/C/figures/icon-visible.png -share/gnome/help/gnumeric/C/figures/info-area.png -share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png -share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png -share/gnome/help/gnumeric/C/figures/menu-context-graph.png -share/gnome/help/gnumeric/C/figures/menu-context-grid.png -share/gnome/help/gnumeric/C/figures/menu-context-object-order.png -share/gnome/help/gnumeric/C/figures/menu-context-object.png -share/gnome/help/gnumeric/C/figures/menu-context-sheet-tabs.png -share/gnome/help/gnumeric/C/figures/menu-context-tabs.png -share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png -share/gnome/help/gnumeric/C/figures/menu-data-export.png -share/gnome/help/gnumeric/C/figures/menu-data-import.png -share/gnome/help/gnumeric/C/figures/menu-data-labelled.png -share/gnome/help/gnumeric/C/figures/menu-edit-delete-cells.png -share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png -share/gnome/help/gnumeric/C/figures/menu-edit-modify-names.png -share/gnome/help/gnumeric/C/figures/menu-edit-paste-special.png -share/gnome/help/gnumeric/C/figures/menu-edit-select.png -share/gnome/help/gnumeric/C/figures/menu-file-labelled.png -share/gnome/help/gnumeric/C/figures/menu-file-printarea.png -share/gnome/help/gnumeric/C/figures/menu-format-column.png -share/gnome/help/gnumeric/C/figures/menu-format-labelled.png -share/gnome/help/gnumeric/C/figures/menu-format-sheet.png -share/gnome/help/gnumeric/C/figures/menu-help-labelled.png -share/gnome/help/gnumeric/C/figures/menu-insert-comment.png -share/gnome/help/gnumeric/C/figures/menu-insert-fw.png -share/gnome/help/gnumeric/C/figures/menu-insert-hyperlink.png -share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png -share/gnome/help/gnumeric/C/figures/menu-insert-names.png -share/gnome/help/gnumeric/C/figures/menu-statistics-labelled.png -share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png -share/gnome/help/gnumeric/C/figures/menu-torn-off.png -share/gnome/help/gnumeric/C/figures/menu-view-labelled.png -share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog-cm.png -share/gnome/help/gnumeric/C/figures/menu-view-properties-dialog.png -share/gnome/help/gnumeric/C/figures/menubar.png -share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png -share/gnome/help/gnumeric/C/figures/number-format-protection.png -share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png -share/gnome/help/gnumeric/C/figures/number-format-validation.png -share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png -share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png -share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png -share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png -share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_hand_left.png -share/gnome/help/gnumeric/C/figures/pointer_left.png -share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png -share/gnome/help/gnumeric/C/figures/pointer_right.png -share/gnome/help/gnumeric/C/figures/pointer_text_edit.png -share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png -share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png -share/gnome/help/gnumeric/C/figures/preferences-copypaste.png -share/gnome/help/gnumeric/C/figures/preferences-files.png -share/gnome/help/gnumeric/C/figures/preferences-font-header.png -share/gnome/help/gnumeric/C/figures/preferences-font.png -share/gnome/help/gnumeric/C/figures/preferences-screen.png -share/gnome/help/gnumeric/C/figures/preferences-sorting.png -share/gnome/help/gnumeric/C/figures/preferences-tools.png -share/gnome/help/gnumeric/C/figures/preferences-undo.png -share/gnome/help/gnumeric/C/figures/preferences-windows.png -share/gnome/help/gnumeric/C/figures/print-large.png -share/gnome/help/gnumeric/C/figures/print-preview-back.png -share/gnome/help/gnumeric/C/figures/print-preview-first.png -share/gnome/help/gnumeric/C/figures/print-preview-fit.png -share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png -share/gnome/help/gnumeric/C/figures/print-preview-last.png -share/gnome/help/gnumeric/C/figures/print-preview-next.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png -share/gnome/help/gnumeric/C/figures/print-worksheet-job.png -share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png -share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png -share/gnome/help/gnumeric/C/figures/printing-preview.png -share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png -share/gnome/help/gnumeric/C/figures/printing-setup-header.png -share/gnome/help/gnumeric/C/figures/printing-setup-page.png -share/gnome/help/gnumeric/C/figures/printing-setup-printarea.png -share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png -share/gnome/help/gnumeric/C/figures/selection-1.png -share/gnome/help/gnumeric/C/figures/selection-10.png -share/gnome/help/gnumeric/C/figures/selection-2.png -share/gnome/help/gnumeric/C/figures/selection-3.png -share/gnome/help/gnumeric/C/figures/selection-4.png -share/gnome/help/gnumeric/C/figures/selection-5.png -share/gnome/help/gnumeric/C/figures/selection-8.png -share/gnome/help/gnumeric/C/figures/selection-9.png -share/gnome/help/gnumeric/C/figures/solver-01.png -share/gnome/help/gnumeric/C/figures/solver-02.png -share/gnome/help/gnumeric/C/figures/solver-03.png -share/gnome/help/gnumeric/C/figures/solver-04.png -share/gnome/help/gnumeric/C/figures/solver-05.png -share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png -share/gnome/help/gnumeric/C/figures/toolbar-extension-menu.png -share/gnome/help/gnumeric/C/figures/toolbar-object.png -share/gnome/help/gnumeric/C/figures/toolbar-standard.png -share/gnome/help/gnumeric/C/figures/toolbars.png -share/gnome/help/gnumeric/C/figures/widget-checkbox.png -share/gnome/help/gnumeric/C/figures/widget-combobox.png -share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png -share/gnome/help/gnumeric/C/figures/widget-frame.png -share/gnome/help/gnumeric/C/figures/widget-label.png -share/gnome/help/gnumeric/C/figures/widget-list.png -share/gnome/help/gnumeric/C/figures/widget-scrollbar.png -share/gnome/help/gnumeric/C/figures/widget-slider.png -share/gnome/help/gnumeric/C/figures/widget-spinbutton.png -share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-2.png -share/gnome/help/gnumeric/C/figures/worksheet-data-3.png -share/gnome/help/gnumeric/C/figures/worksheet-data-4.png -share/gnome/help/gnumeric/C/figures/worksheet-managing-dialog.png -share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png -share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png -share/gnome/help/gnumeric/C/files-email.xml -share/gnome/help/gnumeric/C/files-formats.xml -share/gnome/help/gnumeric/C/files-opening.xml -share/gnome/help/gnumeric/C/files-overview.xml -share/gnome/help/gnumeric/C/files-saving.xml -share/gnome/help/gnumeric/C/files-ssconvert.xml -share/gnome/help/gnumeric/C/files-textopen.xml -share/gnome/help/gnumeric/C/files-textsave.xml -share/gnome/help/gnumeric/C/functions.xml -share/gnome/help/gnumeric/C/getting-involved.xml -share/gnome/help/gnumeric/C/gnumeric.xml -share/gnome/help/gnumeric/C/graphics-drawings.xml -share/gnome/help/gnumeric/C/graphics-images.xml -share/gnome/help/gnumeric/C/graphics-overview.xml -share/gnome/help/gnumeric/C/graphics-plots.xml -share/gnome/help/gnumeric/C/graphics-widgets.xml -share/gnome/help/gnumeric/C/gui-menus.xml -share/gnome/help/gnumeric/C/gui-mouse.xml -share/gnome/help/gnumeric/C/gui-other-elements.xml -share/gnome/help/gnumeric/C/gui-overview.xml -share/gnome/help/gnumeric/C/gui-toolbars.xml -share/gnome/help/gnumeric/C/installing.xml -share/gnome/help/gnumeric/C/legal.xml -share/gnome/help/gnumeric/C/manual-usage.xml -share/gnome/help/gnumeric/C/morehelp.xml -share/gnome/help/gnumeric/C/printing.xml -share/gnome/help/gnumeric/C/quick-start.xml -share/gnome/help/gnumeric/C/welcome.xml -share/gnome/help/gnumeric/C/workbooks.xml -share/gnome/help/gnumeric/C/worksheets.xml -%%DATADIR%%/%%VERSION%%/GNOME_Gnumeric-gtk.xml %%DATADIR%%/%%VERSION%%/Gnumeric-embed.xml %%DATADIR%%/%%VERSION%%/autoformat-templates/3D/.category %%DATADIR%%/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml @@ -784,6 +332,1841 @@ share/gnome/help/gnumeric/C/worksheets.xml %%DATADIR%%/%%VERSION%%/templates/loan.gnumeric %%DATADIR%%/%%VERSION%%/templates/mileage.gnumeric %%DATADIR%%/%%VERSION%%/templates/purchase_order.gnumeric +share/help/C/gnumeric/about-authors.xml +share/help/C/gnumeric/about-history.xml +share/help/C/gnumeric/about-license.xml +share/help/C/gnumeric/analysis-complexNumbers.xml +share/help/C/gnumeric/analysis-goalseek.xml +share/help/C/gnumeric/analysis-overview.xml +share/help/C/gnumeric/analysis-scenarios.xml +share/help/C/gnumeric/analysis-simulation.xml +share/help/C/gnumeric/analysis-solver.xml +share/help/C/gnumeric/analysis-statistical.xml +share/help/C/gnumeric/appendix-glossary.xml +share/help/C/gnumeric/appendix-keybindings.xml +share/help/C/gnumeric/bugs.xml +share/help/C/gnumeric/compiling.xml +share/help/C/gnumeric/configuration-localization.xml +share/help/C/gnumeric/configuration-overview.xml +share/help/C/gnumeric/configuration-plugins.xml +share/help/C/gnumeric/configuration-preferences.xml +share/help/C/gnumeric/configuration-toolbars.xml +share/help/C/gnumeric/data-commentNlink.xml +share/help/C/gnumeric/data-delete.xml +share/help/C/gnumeric/data-entry-advanced.xml +share/help/C/gnumeric/data-entry-external.xml +share/help/C/gnumeric/data-entry.xml +share/help/C/gnumeric/data-filter.xml +share/help/C/gnumeric/data-format-conditional.xml +share/help/C/gnumeric/data-format.xml +share/help/C/gnumeric/data-generate.xml +share/help/C/gnumeric/data-insert.xml +share/help/C/gnumeric/data-modify.xml +share/help/C/gnumeric/data-move-copy.xml +share/help/C/gnumeric/data-overview.xml +share/help/C/gnumeric/data-selections.xml +share/help/C/gnumeric/data-types.xml +share/help/C/gnumeric/documenting.xml +share/help/C/gnumeric/extending-functions.xml +share/help/C/gnumeric/extending-overview.xml +share/help/C/gnumeric/extending-plugins.xml +share/help/C/gnumeric/extending-python.xml +share/help/C/gnumeric/figures/advanced-filter-1.png +share/help/C/gnumeric/figures/advanced-filter-2.png +share/help/C/gnumeric/figures/analysis-simulation-confidence-interval-equation.png +share/help/C/gnumeric/figures/analysis-simulation-demand-ex1.png +share/help/C/gnumeric/figures/analysis-simulation-demand-ex2.png +share/help/C/gnumeric/figures/analysis-simulation-interations-equation1.png +share/help/C/gnumeric/figures/analysis-simulation-interations-equation2.png +share/help/C/gnumeric/figures/analysis-simulation-maximumtime-dialog.png +share/help/C/gnumeric/figures/analysis-simulation-options-dialog.png +share/help/C/gnumeric/figures/analysis-simulation-output-dialog.png +share/help/C/gnumeric/figures/analysis-simulation-profit-ex1.png +share/help/C/gnumeric/figures/analysis-simulation-profit-ex2.png +share/help/C/gnumeric/figures/analysis-simulation-report-screen.png +share/help/C/gnumeric/figures/analysis-simulation-simtable-screen.png +share/help/C/gnumeric/figures/analysis-simulation-summary-dialog.png +share/help/C/gnumeric/figures/analysis-simulation-variables-dialog.png +share/help/C/gnumeric/figures/analysistools-ANOVA1-ex1.png +share/help/C/gnumeric/figures/analysistools-ANOVA1-ex2.png +share/help/C/gnumeric/figures/analysistools-ANOVA2w-ex1.png +share/help/C/gnumeric/figures/analysistools-ANOVA2w-ex2.png +share/help/C/gnumeric/figures/analysistools-ANOVA2wo-ex1.png +share/help/C/gnumeric/figures/analysistools-ANOVA2wo-ex2.png +share/help/C/gnumeric/figures/analysistools-correlation-ex1.png +share/help/C/gnumeric/figures/analysistools-correlation-ex2.png +share/help/C/gnumeric/figures/analysistools-correlation-ex3.png +share/help/C/gnumeric/figures/analysistools-correlation.png +share/help/C/gnumeric/figures/analysistools-covariance-ex1.png +share/help/C/gnumeric/figures/analysistools-covariance-ex2.png +share/help/C/gnumeric/figures/analysistools-covariance.png +share/help/C/gnumeric/figures/analysistools-descstats-ex1-options.png +share/help/C/gnumeric/figures/analysistools-descstats-ex1.png +share/help/C/gnumeric/figures/analysistools-descstats-ex2.png +share/help/C/gnumeric/figures/analysistools-descstats.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png +share/help/C/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png +share/help/C/gnumeric/figures/analysistools-fourier-formula.png +share/help/C/gnumeric/figures/analysistools-fourier.png +share/help/C/gnumeric/figures/analysistools-frequency-cats.png +share/help/C/gnumeric/figures/analysistools-frequency-graphs.png +share/help/C/gnumeric/figures/analysistools-frequency-results.png +share/help/C/gnumeric/figures/analysistools-frequency.png +share/help/C/gnumeric/figures/analysistools-ftest-ex1.png +share/help/C/gnumeric/figures/analysistools-ftest-ex2.png +share/help/C/gnumeric/figures/analysistools-ftest.png +share/help/C/gnumeric/figures/analysistools-histogram-bins.png +share/help/C/gnumeric/figures/analysistools-histogram-cutoffs.png +share/help/C/gnumeric/figures/analysistools-histogram-ex1.png +share/help/C/gnumeric/figures/analysistools-histogram-ex2.png +share/help/C/gnumeric/figures/analysistools-histogram-ex3.png +share/help/C/gnumeric/figures/analysistools-histogram-ex4.png +share/help/C/gnumeric/figures/analysistools-histogram-ex5.png +share/help/C/gnumeric/figures/analysistools-histogram-graphs.png +share/help/C/gnumeric/figures/analysistools-histogram.png +share/help/C/gnumeric/figures/analysistools-kaplan-ex1.png +share/help/C/gnumeric/figures/analysistools-kaplan-ex2.png +share/help/C/gnumeric/figures/analysistools-kaplan-ex3.png +share/help/C/gnumeric/figures/analysistools-kaplan-groups.png +share/help/C/gnumeric/figures/analysistools-kaplan-options.png +share/help/C/gnumeric/figures/analysistools-kaplan.png +share/help/C/gnumeric/figures/analysistools-moving-average-ex1.png +share/help/C/gnumeric/figures/analysistools-moving-average-ex2.png +share/help/C/gnumeric/figures/analysistools-moving-average-ex3.png +share/help/C/gnumeric/figures/analysistools-moving-average-formula-central.png +share/help/C/gnumeric/figures/analysistools-moving-average-formula-spencer.png +share/help/C/gnumeric/figures/analysistools-moving-average-formula-weighted.png +share/help/C/gnumeric/figures/analysistools-moving-average-options.png +share/help/C/gnumeric/figures/analysistools-moving-average.png +share/help/C/gnumeric/figures/analysistools-normality-ex1.png +share/help/C/gnumeric/figures/analysistools-normality-ex2.png +share/help/C/gnumeric/figures/analysistools-normality-ex3.png +share/help/C/gnumeric/figures/analysistools-normality-ex4.png +share/help/C/gnumeric/figures/analysistools-normality-testspec.png +share/help/C/gnumeric/figures/analysistools-normality.png +share/help/C/gnumeric/figures/analysistools-outputoptions.png +share/help/C/gnumeric/figures/analysistools-pcanalysis-ex1.png +share/help/C/gnumeric/figures/analysistools-pcanalysis-ex2.png +share/help/C/gnumeric/figures/analysistools-pcanalysis.png +share/help/C/gnumeric/figures/analysistools-random-ex1.png +share/help/C/gnumeric/figures/analysistools-random-ex2.png +share/help/C/gnumeric/figures/analysistools-random.png +share/help/C/gnumeric/figures/analysistools-ranges.png +share/help/C/gnumeric/figures/analysistools-rank-ex1.png +share/help/C/gnumeric/figures/analysistools-rank-ex2.png +share/help/C/gnumeric/figures/analysistools-rank.png +share/help/C/gnumeric/figures/analysistools-regression-ex1.png +share/help/C/gnumeric/figures/analysistools-regression-ex2.png +share/help/C/gnumeric/figures/analysistools-regression-ex3.png +share/help/C/gnumeric/figures/analysistools-regression.png +share/help/C/gnumeric/figures/analysistools-sampling-ex1.png +share/help/C/gnumeric/figures/analysistools-sampling-ex2.png +share/help/C/gnumeric/figures/analysistools-sampling.png +share/help/C/gnumeric/figures/analysistools-signtest-ex1.png +share/help/C/gnumeric/figures/analysistools-signtest-ex2.png +share/help/C/gnumeric/figures/analysistools-signtest-ex3.png +share/help/C/gnumeric/figures/analysistools-signtest.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex1.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex2.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex3.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex4.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex5.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex6.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex7.png +share/help/C/gnumeric/figures/analysistools-smoothing-ex8.png +share/help/C/gnumeric/figures/analysistools-smoothing.png +share/help/C/gnumeric/figures/analysistools-tools.png +share/help/C/gnumeric/figures/analysistools-ttest-equal-ex1.png +share/help/C/gnumeric/figures/analysistools-ttest-equal-ex2.png +share/help/C/gnumeric/figures/analysistools-ttest-equal.png +share/help/C/gnumeric/figures/analysistools-ttest-paired-ex1.png +share/help/C/gnumeric/figures/analysistools-ttest-paired-ex2.png +share/help/C/gnumeric/figures/analysistools-ttest-paired.png +share/help/C/gnumeric/figures/analysistools-ttest-unequal-ex1.png +share/help/C/gnumeric/figures/analysistools-ttest-unequal-ex2.png +share/help/C/gnumeric/figures/analysistools-ttest-unequal.png +share/help/C/gnumeric/figures/analysistools-ttest.png +share/help/C/gnumeric/figures/analysistools-ztest-ex1.png +share/help/C/gnumeric/figures/analysistools-ztest-ex2.png +share/help/C/gnumeric/figures/analysistools-ztest.png +share/help/C/gnumeric/figures/arrowhead-dimensions.png +share/help/C/gnumeric/figures/button-align-center.png +share/help/C/gnumeric/figures/button-align-left.png +share/help/C/gnumeric/figures/button-align-right.png +share/help/C/gnumeric/figures/button-arrow.png +share/help/C/gnumeric/figures/button-bold.png +share/help/C/gnumeric/figures/button-borders.png +share/help/C/gnumeric/figures/button-button.png +share/help/C/gnumeric/figures/button-center-across-selection.png +share/help/C/gnumeric/figures/button-checkbox.png +share/help/C/gnumeric/figures/button-combo.png +share/help/C/gnumeric/figures/button-copy.png +share/help/C/gnumeric/figures/button-cut.png +share/help/C/gnumeric/figures/button-decrease-indent.png +share/help/C/gnumeric/figures/button-decrease-precision.png +share/help/C/gnumeric/figures/button-equals.png +share/help/C/gnumeric/figures/button-fill.png +share/help/C/gnumeric/figures/button-font-size.png +share/help/C/gnumeric/figures/button-font-type.png +share/help/C/gnumeric/figures/button-frame.png +share/help/C/gnumeric/figures/button-function.png +share/help/C/gnumeric/figures/button-graph.png +share/help/C/gnumeric/figures/button-graphEditor-add.png +share/help/C/gnumeric/figures/button-increase-indent.png +share/help/C/gnumeric/figures/button-increase-precision.png +share/help/C/gnumeric/figures/button-insert-component.png +share/help/C/gnumeric/figures/button-insert-hyperlink.png +share/help/C/gnumeric/figures/button-insert-object.png +share/help/C/gnumeric/figures/button-italic.png +share/help/C/gnumeric/figures/button-label.png +share/help/C/gnumeric/figures/button-line.png +share/help/C/gnumeric/figures/button-list.png +share/help/C/gnumeric/figures/button-merge.png +share/help/C/gnumeric/figures/button-money.png +share/help/C/gnumeric/figures/button-new.png +share/help/C/gnumeric/figures/button-open.png +share/help/C/gnumeric/figures/button-oval.png +share/help/C/gnumeric/figures/button-paste.png +share/help/C/gnumeric/figures/button-percent.png +share/help/C/gnumeric/figures/button-preview.png +share/help/C/gnumeric/figures/button-print.png +share/help/C/gnumeric/figures/button-radio.png +share/help/C/gnumeric/figures/button-rectangle.png +share/help/C/gnumeric/figures/button-redo-and-history.png +share/help/C/gnumeric/figures/button-save.png +share/help/C/gnumeric/figures/button-scrollbar.png +share/help/C/gnumeric/figures/button-slider.png +share/help/C/gnumeric/figures/button-sort-az.png +share/help/C/gnumeric/figures/button-sort-za.png +share/help/C/gnumeric/figures/button-spin.png +share/help/C/gnumeric/figures/button-split.png +share/help/C/gnumeric/figures/button-subscript.png +share/help/C/gnumeric/figures/button-sum.png +share/help/C/gnumeric/figures/button-superscript.png +share/help/C/gnumeric/figures/button-text-colour.png +share/help/C/gnumeric/figures/button-thousands.png +share/help/C/gnumeric/figures/button-underline.png +share/help/C/gnumeric/figures/button-undo-and-history.png +share/help/C/gnumeric/figures/button-zoom.png +share/help/C/gnumeric/figures/cell-grid.png +share/help/C/gnumeric/figures/cell-selected.png +share/help/C/gnumeric/figures/cell-with-text.png +share/help/C/gnumeric/figures/cells-1.png +share/help/C/gnumeric/figures/cells-2.png +share/help/C/gnumeric/figures/chart_area_1_1.png +share/help/C/gnumeric/figures/chart_area_1_2.png +share/help/C/gnumeric/figures/chart_area_1_3.png +share/help/C/gnumeric/figures/chart_bar_1_1.png +share/help/C/gnumeric/figures/chart_bar_1_2.png +share/help/C/gnumeric/figures/chart_bar_1_3.png +share/help/C/gnumeric/figures/chart_bubble_1_1.png +share/help/C/gnumeric/figures/chart_column_1_1.png +share/help/C/gnumeric/figures/chart_column_1_2.png +share/help/C/gnumeric/figures/chart_column_1_3.png +share/help/C/gnumeric/figures/chart_line_1_1.png +share/help/C/gnumeric/figures/chart_line_1_2.png +share/help/C/gnumeric/figures/chart_line_1_3.png +share/help/C/gnumeric/figures/chart_line_2_1.png +share/help/C/gnumeric/figures/chart_line_2_2.png +share/help/C/gnumeric/figures/chart_line_2_3.png +share/help/C/gnumeric/figures/chart_pie_1_1.png +share/help/C/gnumeric/figures/chart_pie_2_1.png +share/help/C/gnumeric/figures/chart_radar_1_1.png +share/help/C/gnumeric/figures/chart_radar_1_2.png +share/help/C/gnumeric/figures/chart_radar_1_3.png +share/help/C/gnumeric/figures/chart_ring_1_1.png +share/help/C/gnumeric/figures/chart_ring_1_2.png +share/help/C/gnumeric/figures/chart_scatter_1_1.png +share/help/C/gnumeric/figures/chart_scatter_3_1.png +share/help/C/gnumeric/figures/chart_scatter_3_2.png +share/help/C/gnumeric/figures/chart_surface_1.png +share/help/C/gnumeric/figures/chart_surface_2.png +share/help/C/gnumeric/figures/dialog-auto-correct.png +share/help/C/gnumeric/figures/dialog-autosave.png +share/help/C/gnumeric/figures/dialog-fileopen-withTags.png +share/help/C/gnumeric/figures/dialog-filesave-compact-withTags.png +share/help/C/gnumeric/figures/dialog-filesave-expanded-withTags.png +share/help/C/gnumeric/figures/dialog-filter.png +share/help/C/gnumeric/figures/dialog-insert-object.png +share/help/C/gnumeric/figures/dialog-properties-arrow.png +share/help/C/gnumeric/figures/dialog-properties-checkbox.png +share/help/C/gnumeric/figures/dialog-properties-frame.png +share/help/C/gnumeric/figures/dialog-properties-label.png +share/help/C/gnumeric/figures/dialog-properties-line.png +share/help/C/gnumeric/figures/dialog-properties-oval.png +share/help/C/gnumeric/figures/dialog-properties-rectangle.png +share/help/C/gnumeric/figures/dialog-properties-scrollbar.png +share/help/C/gnumeric/figures/drawing-arrow.png +share/help/C/gnumeric/figures/drawing-line.png +share/help/C/gnumeric/figures/drawing-oval.png +share/help/C/gnumeric/figures/drawing-rectangle.png +share/help/C/gnumeric/figures/example-colGraph-modified.png +share/help/C/gnumeric/figures/example-colGraph.png +share/help/C/gnumeric/figures/example-columnSelect.png +share/help/C/gnumeric/figures/example-data.png +share/help/C/gnumeric/figures/files-html-example.png +share/help/C/gnumeric/figures/files-html32-example.png +share/help/C/gnumeric/figures/files-html40-example.png +share/help/C/gnumeric/figures/formula-dmedian.png +share/help/C/gnumeric/figures/gnumeric-empty.png +share/help/C/gnumeric/figures/gnumeric-icon-24.png +share/help/C/gnumeric/figures/gnumeric-labelled.png +share/help/C/gnumeric/figures/gnumeric-power-example.png +share/help/C/gnumeric/figures/graph-axes-grid.png +share/help/C/gnumeric/figures/graph-components.png +share/help/C/gnumeric/figures/graph-example-area.png +share/help/C/gnumeric/figures/graph-example-bar.png +share/help/C/gnumeric/figures/graph-example-bubble.png +share/help/C/gnumeric/figures/graph-example-column.png +share/help/C/gnumeric/figures/graph-example-line.png +share/help/C/gnumeric/figures/graph-example-pie.png +share/help/C/gnumeric/figures/graph-example-radar.png +share/help/C/gnumeric/figures/graph-example-ring.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809252020.w8PKKOxS048130>