[gnumeric] Docs: stop seeing double.



commit d72fd924d321573b6e40422318f87f23ee07885b
Author: Morten Welinder <terra gnome org>
Date:   Tue Jun 3 22:25:11 2014 -0400

    Docs: stop seeing double.
    
    Fix "the the", "and and", etc.

 OChangeLog-1999-07-09           |    4 +-
 OChangeLog-2000-02-23           |    2 +-
 OChangeLog-2000-10-10           |    8 +-
 OChangeLog-2001-06-26           |    2 +-
 OChangeLog-2002-01-22           |    8 +-
 OChangeLog-2003-12-23           |   10 +-
 OChangeLog-2005-11-14           |    2 +-
 OChangeLog-2012-12-18           |    6 +-
 debian/changelog                |  194 +++++++++++++++++++-------------------
 doc/C/OChangelog-2003-04-03     |    4 +-
 doc/C/analysis-solver.xml       |    2 +-
 doc/C/analysis-statistical.xml  |    4 +-
 doc/C/data-entry-external.xml   |    2 +-
 doc/C/data-format.xml           |    4 +-
 doc/C/data-types.xml            |    2 +-
 doc/C/files-formats.xml         |    2 +-
 doc/C/files-textopen.xml        |    6 +-
 doc/C/gui-other-elements.xml    |    4 +-
 doc/C/worksheets.xml            |    2 +-
 plugins/excel/ChangeLog         |    4 +-
 plugins/excelplugins/xlcall.h   |    2 +-
 plugins/openoffice/ChangeLog    |    2 +-
 po-functions/README.translators |    2 +-
 src/dialogs/ChangeLog           |    6 +-
 src/mstyle.c                    |    2 +-
 src/sf-bessel.c                 |    2 +-
 26 files changed, 144 insertions(+), 144 deletions(-)
---
diff --git a/OChangeLog-1999-07-09 b/OChangeLog-1999-07-09
index 955addf..06e91f4 100644
--- a/OChangeLog-1999-07-09
+++ b/OChangeLog-1999-07-09
@@ -4767,7 +4767,7 @@ Tue Mar 23 14:00:37 CET 1999 Daniel Veillard <Daniel Veillard w3 org>
 1998-10-25  Miguel de Icaza  <miguel nuclecu unam mx>
 
        * src/sheet.c (sheet_set_zoom_factor): Zoom factor should be
-       applied to to the default styles.
+       applied to the default styles.
 
 1998-10-27  Daniel Veillard <Daniel Veillard w3 org>
 
@@ -6495,7 +6495,7 @@ Thu Aug 13 00:02:23 EDT 1998  Daniel Veillard <Daniel Veillard w3 org>
 
 1998-08-05  Miguel de Icaza  <miguel nuclecu unam mx>
 
-       * src/expr.c (eval_funcall): No need for the the extra argc
+       * src/expr.c (eval_funcall): No need for the extra argc
        parameter on the functions with strong prototypes.
 
        * src/func.c (gnumeric_cosh): More functions.
diff --git a/OChangeLog-2000-02-23 b/OChangeLog-2000-02-23
index 902b59e..e8530a3 100644
--- a/OChangeLog-2000-02-23
+++ b/OChangeLog-2000-02-23
@@ -7235,7 +7235,7 @@ Sun Jan 30 15:40:50 EST 2000 Gregory McLean <gregm comstar net>
        * src/print.c (sheet_print_selection) : Ditto.
 
        * src/selection.c (sheet_selection_first_range) : Simplify and move
-         closer to to sheet_verify_selection_simple.
+         closer to sheet_verify_selection_simple.
 
        * src/workbook.c (insert_cols_cmd, insert_cols_cmd) : Handle
          sheet_verify_selection_simple rename to selection_is_simple.
diff --git a/OChangeLog-2000-10-10 b/OChangeLog-2000-10-10
index 946d127..a0b50c2 100644
--- a/OChangeLog-2000-10-10
+++ b/OChangeLog-2000-10-10
@@ -2509,7 +2509,7 @@
        and then in the other direction.
        (find_index_linear): Do a linear search on a range or array.
        (find_index_bisection): Do a bisection search on a range or array
-       that also follows excel rules for for handling type mismatches
+       that also follows excel rules for handling type mismatches
        during the search and finding the first and last item matching
        the search.
        (gnumeric_vlookup): Use new functions and implement undocumented
@@ -3017,7 +3017,7 @@
        (sort_permute): Use copy and paste to move rows/cols around
        (sort_permute_next): Find next row/col the hasn't been set based
        on the permutation array
-       (sort_permute_is_set): Find if a a bit in a bit array is set
+       (sort_permute_is_set): Find if a bit in a bit array is set
        (sort_permute_set): Set a bit in a bit array
        (sort_permute_find): Find a given number in a permutation array
        (sort_qsort): Produce a permutation index for sorting rows or cols
@@ -5446,7 +5446,7 @@
 2000-04-10  Jody Goldberg <jgoldberg home com>
 
        * src/file.c (workbook_read) : Do NOT recalc on load for now even
-         though there are are queued cells that desire it.  This will
+         though there are queued cells that desire it.  This will
          prematurely mark the sheet as dirty.  This will need to be
          revisited.
 
@@ -6735,7 +6735,7 @@
 
        * src/workbook-view.c (workbook_view_history_update,
        workbook_view_history_shrink): ): We introduce numbers in front of
-       the the history file names for the following reasons:
+       the history file names for the following reasons:
        1. Bonobo won't let you make 2 entries with the same label in the
           same menu. But that's what happens if you e.g. access
           worksheets with the same name from 2 different directories.
diff --git a/OChangeLog-2001-06-26 b/OChangeLog-2001-06-26
index cdedbad..63ddb89 100644
--- a/OChangeLog-2001-06-26
+++ b/OChangeLog-2001-06-26
@@ -950,7 +950,7 @@
 
        * src/cell.c (cell_relocate) : Just relink, no need to queue a recalc.
        (cell_set_array_formula) : Remove the ability to queue the recalc at
-         this level.  Just link the formulas in.  Reorder the the arguments
+         this level.  Just link the formulas in.  Reorder the arguments
          to match the standard approach.
 
        * src/eval.c (workbook_recalc_all) : Used here.
diff --git a/OChangeLog-2002-01-22 b/OChangeLog-2002-01-22
index f24514d..99daed4 100644
--- a/OChangeLog-2002-01-22
+++ b/OChangeLog-2002-01-22
@@ -2278,7 +2278,7 @@
 
 2001-10-18  Morten Welinder  <terra diku dk>
 
-       * src/pixmaps/16_search.xpm: new file (derived from from Evolution).
+       * src/pixmaps/16_search.xpm: new file (derived from Evolution).
        * src/application.c (application_init): Add search pixmap.
        * src/workbook-control-gui.c (workbook_menu_edit): Ditto.
        * src/GNOME_Gnumeric.xml: Ditto.
@@ -3128,7 +3128,7 @@
        * src/xml-io.c (xml_probe) : accept .xml & .xml.gz
 
        * src/sheet-object.c (sheet_object_anchor_init) : Actually store the
-         the direction.
+         direction.
 
        * src/gnumeric-graph.c (gnm_graph_add_vector) : improve handling of
          failures.
@@ -3650,7 +3650,7 @@
        (scg_colrow_distance_get_virtual) : new routine.
        (scg_class_init) : register it here.
 
-       * src/sheet-control.c (sc_colrow_distance_get) : a new new virtual.
+       * src/sheet-control.c (sc_colrow_distance_get) : a new virtual.
 
        * src/gnumeric-canvas.c (gnm_canvas_key_mode_object) : delete newly
          created objects too.
@@ -4913,7 +4913,7 @@
 2001-07-08  Lutz M�ller <urc8 rz uni-karlsruhe de>
 
        * src/GNOME_Gnumeric.xml: Wrap file related menus into a placeholder
-       named FileOperations. Wrap print related menus into a a placeholder
+       named FileOperations. Wrap print related menus into a placeholder
        named PrintOperations. This will help components like EOG to put
        menu entries into the right place when activated.
 
diff --git a/OChangeLog-2003-12-23 b/OChangeLog-2003-12-23
index 7a337ec..b14f8cb 100644
--- a/OChangeLog-2003-12-23
+++ b/OChangeLog-2003-12-23
@@ -703,7 +703,7 @@
          data.
 
        * src/workbook-control-gui.c (cb_graph_dim_entry_unmap) : only fire if
-         the widget is sensitive.  We have have data displayed that the user
+         the widget is sensitive.  We have data displayed that the user
          did not enter.
 
 2003-09-13  Jon K Hellan  <hellan acm org>
@@ -910,7 +910,7 @@
 2003-08-25  Jody Goldberg <jody gnome org>
 
        * schemas/gnumeric-general.schemas.in : Use 'Sans Regular' as the
-         default default font, jsut Sans confuses gnome-print
+         default font, just Sans confuses gnome-print
 
 2003-08-26  Andreas J. Guelzow  <aguelzow taliesin ca>
 
@@ -6347,7 +6347,7 @@
          special case routine and removing those.
 
        * src/expr.c (gnm_expr_eval) : handle dynamic depends and intersection
-         for the the results.
+         for the results.
        NOTE WARNING WARNING WARNING : change of semantics
          In the permit_non_scalar case we do _not_ ensure that the content of
          the range has been evaluated.  The user is required to.  We only
@@ -7535,7 +7535,7 @@
 2002-08-12  Jody Goldberg <jody gnome org>
 
        * src/style-border.c (style_border_none_set_color) : Morten found the
-         colour leak.  While we're here lets fix the the GC warnings.
+         colour leak.  While we're here lets fix the GC warnings.
 
        * src/sheet-style.c (sheet_style_update_grid_color) : fix the leak
          here too.
@@ -8384,7 +8384,7 @@
        * src/sheet-view.c : move frozen panes here.
        * src/sheet.c : from here.
 
-       * src/sheet-control-gui.c (scg_resize) : freezing in in view now.
+       * src/sheet-control-gui.c (scg_resize) : freezing in view now.
        (scg_scrollbar_config) : ditto.
        (gnm_canvas_update_inital_top_left) : ditto.
        (scg_set_left_col) : ditto.
diff --git a/OChangeLog-2005-11-14 b/OChangeLog-2005-11-14
index 5da6a09..ca5221c 100644
--- a/OChangeLog-2005-11-14
+++ b/OChangeLog-2005-11-14
@@ -2935,7 +2935,7 @@
          position is set, or if it is set to something invalid
 
        * src/item-bar.c (item_bar_draw) : major rework to handle RTL mode.
-         - swap the the direction for the cells and the outlines
+         - swap the direction for the cells and the outlines
        (is_pointer_on_division) : handle rtl and clarify which coordinate
          system the various inputs and results use.
        (ib_set_cursor) : simplify
diff --git a/OChangeLog-2012-12-18 b/OChangeLog-2012-12-18
index bea5bd6..9eeecae 100644
--- a/OChangeLog-2012-12-18
+++ b/OChangeLog-2012-12-18
@@ -10368,7 +10368,7 @@
          a first col for tabs.  Going backwards can adjust the bounds.
 
        * src/gnm-pane.c (gnm_pane_key_mode_sheet) : invalidate the
-         'first_tab_col' so that that when Enter is switched from moving to
+         'first_tab_col' so that when Enter is switched from moving to
          the right, to going up and down we do not jump back to the left as
          if the previous movement had been a tab.
 
@@ -11974,7 +11974,7 @@
        (xml_sax_filter_condition) : The DOM filter has been swapping Value
          and ValueType.  The SAX exported copied the code.  The importer
          needs to use the incorrect layout to handle existing files.
-       * src/xml-sax-write.c (xml_write_filter_expr) : warn about the the
+       * src/xml-sax-write.c (xml_write_filter_expr) : warn about the
          swapping of Value and ValueType.
        * gnumeric.xsd : comment on the swapping.
 
@@ -13254,7 +13254,7 @@
 
        * src/sheet.c
        (sheet_col_size_fit_pixels) : use the constant margins
-       (sheet_row_size_fit_pixels) : ditto and and add +1 for
+       (sheet_row_size_fit_pixels) : ditto and add +1 for
          the grid line (why was this different from col_size_fit_pixels).
        * src/dialogs/dialog-row-height.c (dialog_row_height) : row margin is
          constant now.
diff --git a/debian/changelog b/debian/changelog
index 8414e31..6d5eb7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -118,13 +118,13 @@ gnumeric (1.10.12-1) unstable; urgency=low
       Cimmarusti <acimmarusti gmail com>. (Closes: #602257)
   * Fixed in earlier upstream releases:
     * Please let the user choose whether to display grids above or below
-      plots. (Closes: #599051) 
+      plots. (Closes: #599051)
     * Fix column and row fitting on paste. (Closes: #592611)
   * [debian/control, debian/gnumeric-common.install] libglade is no longer
     used, and there are no glade files to install anymore.
   * [debian/gnumeric-doc.postinst, debian/gnumeric-doc.postrm] Unused;
     remove.
-  * Translation updates: 
+  * Translation updates:
     * [debian/po/vi.po] Updated Vietnamese translation courtesy of Clytie
       Siddall <clytie riverland net au>. (Closes: #601548)
     * [debian/po/da.po] Updated Danish translation courtesy of Joe Dalton
@@ -137,7 +137,7 @@ gnumeric (1.10.11-1) unstable; urgency=low
   * New upstream stable release. Changes include:
     * Revised ssconvert man page. (Closes: #569497)
     * Auto-correction no longer upper-cases after a comma. (Closes: #597494)
-  * Translation updates: 
+  * Translation updates:
     * [debian/po/cs.po] Updated Czech translation courtesy of Miroslav Kure
       <kurem debian cz> (Closes: #598340)
     * Ensure all recent translation updates are in.
@@ -317,7 +317,7 @@ gnumeric (1.9.12-2) unstable; urgency=high
 gnumeric (1.9.12-1) unstable; urgency=low
 
   * New upstream development release.
-  * [debian/control] Bumped goffice build dependency as per per configure.in .
+  * [debian/control] Bumped goffice build dependency as per configure.in .
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 06 Sep 2009 19:39:45 +0200
 
@@ -338,7 +338,7 @@ gnumeric (1.9.11-1) unstable; urgency=low
   * [debian/rules, debian/control, debian/gnumeric-plugins-extra.install]
     Reenable GDA plugin now that a sufficiently recent GDA is packaged in
     sid. (Closes: #522430)
-  * [debian/control] Bumped goffice build dependency as per per configure.in .
+  * [debian/control] Bumped goffice build dependency as per configure.in .
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Tue, 01 Sep 2009 20:58:18 +0200
 
@@ -354,7 +354,7 @@ gnumeric (1.9.10-1) unstable; urgency=low
 
   * New upstream development release.
   * [debian/control]
-    * Bumped goffice build dependency as per per configure.in .
+    * Bumped goffice build dependency as per configure.in .
     * Updated Standards-Version.
   * [debian/rules]
     * dh_scrollkeeper is a deprecated no-op nowadays; removed call.
@@ -372,7 +372,7 @@ gnumeric (1.9.9-1) unstable; urgency=low
 
   * New upstream development release.
   * [debian/control]
-    * Bumped libgsf and goffice build dependencies as per per configure.in .
+    * Bumped libgsf and goffice build dependencies as per configure.in .
     * Updated Standards-Version.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 21 Jun 2009 20:42:08 +0200
@@ -567,7 +567,7 @@ gnumeric (1.8.3-5+lenny1) testing-security; urgency=high
 gnumeric (1.8.3-5) unstable; urgency=medium
 
   * [plugins/perl-loader/perl-loader.c] Call PERL_SYS_INIT3() prior to
-    perl_parse as per perlembed(1) so as not to hang on HPPA. 
+    perl_parse as per perlembed(1) so as not to hang on HPPA.
     (Closes: #495062).
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Tue, 19 Aug 2008 15:57:26 +0200
@@ -575,7 +575,7 @@ gnumeric (1.8.3-5) unstable; urgency=medium
 gnumeric (1.8.3-4) unstable; urgency=high
 
   * [plugins/fn-date/ChangeLog, plugins/fn-date/functions.c] Pull in fix from
-    SVN gnumeric-1-8 branch for off-by-one errors in DATE function. 
+    SVN gnumeric-1-8 branch for off-by-one errors in DATE function.
     (Closes: #492743)
   * [debian/po/ja.po] Updated Japanese translation, courtesy of Atsushi
     Shimono <shimono mozilla gr jp>. (Closes: #490668)
@@ -616,7 +616,7 @@ gnumeric (1.8.3-1) unstable; urgency=low
   * Issues fixed in this or previous release:
     * Cell contents are not displayed for cells with an invalid format
       (Closes: #470300)
-    * Failure to open xlsx files generated by Gnumeric itself. 
+    * Failure to open xlsx files generated by Gnumeric itself.
       (Closes: #469643)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 25 May 2008 10:25:50 +0200
@@ -633,7 +633,7 @@ gnumeric (1.8.1-1) unstable; urgency=medium
 
   * New upstream release. Changes include
     * plugins/excel/ms-chart.c: (ms_excel_chart_write): save graph title if
-      any and if the first chart has no title. (Gnome #301720) 
+      any and if the first chart has no title. (Gnome #301720)
       (Closes: #305399)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Fri, 25 Jan 2008 19:55:54 +0100
@@ -648,7 +648,7 @@ gnumeric (1.8.0-1) unstable; urgency=medium
     * Fixed paired t-test [gnome #504256]. (Closes: #456798)
   * [debian/copyright, debian/gnumeric-doc.copyright] Updated.
   * [debian/control]
-    * Build depend on new goffice packages (as per configure.in). 
+    * Build depend on new goffice packages (as per configure.in).
       (Closes: #458006)
     * Updated Standards-Version.
   * [debian/po/de.po] Updated translation. Thanks Johannes Starosta
@@ -656,9 +656,9 @@ gnumeric (1.8.0-1) unstable; urgency=medium
 
   Gnumeric bugs cleanup:
   * Several issues were fixed during the 1.7.x development series:
-    * Title elements in charts are lost when saving in xls format. 
+    * Title elements in charts are lost when saving in xls format.
       (Closes: #305399)
-    * "x_order_2: colinear!" message when showing Help -> About. 
+    * "x_order_2: colinear!" message when showing Help -> About.
       (Closes: #341262)
     * Autocomplete should be more configurable. (Closes: #242528)
     * RFE: Quick tab color changer. (Closes: #353811)
@@ -928,8 +928,8 @@ gnumeric (1.6.3-4) unstable; urgency=low
       aptitude (Closes: #389140)
   * [debian/po/ja.po] Added, courtesy of Shimono Atsushi
     <shimono kwasan kyoto-u ac jp>. (Closes: ##384994).
-  * [debian/gnumeric.mime] Add text/csv in whose favour 
-    text/comma-separated-values has been depreciated in RFC 4180. 
+  * [debian/gnumeric.mime] Add text/csv in whose favour
+    text/comma-separated-values has been depreciated in RFC 4180.
     (Closes: #394053)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 22 Oct 2006 17:42:30 +0200
@@ -969,7 +969,7 @@ gnumeric (1.6.2-3) unstable; urgency=medium
 
   * [ChangeLog, NEWS, README, plugins/fn-financial/functions.c,
     plugins/xbase/ChangeLog, plugins/xbase/boot.c, plugins/xbase/xbase.c,
-    src/dialogs/ChangeLog, src/dialogs/dialog-stf-format-page.c, 
+    src/dialogs/ChangeLog, src/dialogs/dialog-stf-format-page.c,
     src/print-cell.c, src/tools/solver/ChangeLog, src/tools/solver/solver.c]
     Updates from CVS gnumeric-1-6 branch.
   * [debian/po/fr.po] Added, courtesy of Severine Lombardo via Thomas Huriaux
@@ -981,8 +981,8 @@ gnumeric (1.6.1-2) unstable; urgency=medium
 
   * [debian/gnumeric.templates, debian/gnumeric.preinst] New. Make a
     reasonable effort attempt to give the administrator the option of aborting
-    an installation when there are running gnumeric processes (as those 
-    processes may not be able to function properly (in particular, save their 
+    an installation when there are running gnumeric processes (as those
+    processes may not be able to function properly (in particular, save their
     data) when gnumeric is upgraded). (Closes: #286563, #290508)
   * [debian/rules] Added dh_installdebconf calls.
   * [debian/control] Added Suggests: debconf.
@@ -1031,7 +1031,7 @@ gnumeric (1.6.0-1) experimental; urgency=low
   * [debian/rules] Deal with changed mandir; pass --as-needed to ld.
   * [debian/gnumeric.install] Updated now that libspreadsheet has version
     information in its filename.
-  * [debian/control] Bumped goffice and libgsf build dependencies per 
+  * [debian/control] Bumped goffice and libgsf build dependencies per
     configure.in .
     Added gnumeric-plugins-extra Depends: python-gtk2. (Closes: #332509)
   * Upload to experimental due to dependencies.
@@ -1055,7 +1055,7 @@ gnumeric (1.5.5-1) unstable; urgency=low
 gnumeric (1.5.4-1) unstable; urgency=low
 
   * New upstream release.
-  * [debian/rules] Temporarily disabled GDA and GnomeDB plugins as they 
+  * [debian/rules] Temporarily disabled GDA and GnomeDB plugins as they
     currently require newer versions of those libraries than are available in
     sid.
 
@@ -1105,12 +1105,12 @@ gnumeric (1.5.2-1) unstable; urgency=low
   * Fixed upstream:
     * sumif behaviour with intersheet references. (Closes: #308346)
     * Brown bag text import problem. (Closes: #310832)
-  * [debian/control] Bumped goffice and libgsf build dependencies 
+  * [debian/control] Bumped goffice and libgsf build dependencies
     per configure.in.
   * [debian/rules, debian/gnumeric.install] Install libspreadsheet runtime
-    files. Libspreadsheet is not a fully rounded separate library at this 
-    point and the gnumeric binary package contains the only binaries 
-    currently using it, so there is no need yet for it to be in a separate 
+    files. Libspreadsheet is not a fully rounded separate library at this
+    point and the gnumeric binary package contains the only binaries
+    currently using it, so there is no need yet for it to be in a separate
     package. This may well change in the future.
   * [debian/rules, debian/gnumeric.install] Build and include ssindex.
     (Closes: #311534)
@@ -1218,7 +1218,7 @@ gnumeric (1.4.2-1) unstable; urgency=low
   * New upstream release. Changes include:
     * Redo var width content when resizing all cols at once (Closes: #288157)
     * Fix comment indicator position when zoomed (Closes: #290388)
-    * src/libgnumeric.h (gnumeric_popt_options): remove from here. 
+    * src/libgnumeric.h (gnumeric_popt_options): remove from here.
       (Closes: #286882)
     * Draw rotated text and print rotated text. (Closes: #289262)
   * [debian/control] Fixed some lintian/linda warnings.
@@ -1355,7 +1355,7 @@ gnumeric (1.3.1-1) experimental; urgency=low
 
   * New upstream development release:
     * Ignores spaces in lots of places, notably before and after operators,
-      without breaking compatibility with Excel's space operator. 
+      without breaking compatibility with Excel's space operator.
       (Closes: #250350)
     * The documentation for multiple, discontinuous cell selection has been
       updated. (Closes: #256777)
@@ -1367,7 +1367,7 @@ gnumeric (1.3.1-1) experimental; urgency=low
   * [debian/rules, debian/control] The new yelp no longer needs to have XML
     documents pregenerated to HTML for speed.
   * [debian/gnumeric-doc.doc-base] Dropped.
-  * [debian/gnumeric.install, debian/gnumeric.manpages] Removed ssconvert 
+  * [debian/gnumeric.install, debian/gnumeric.manpages] Removed ssconvert
     references as ssconvert isn't being built currently.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Mon, 19 Jul 2004 21:35:58 +0200
@@ -1406,7 +1406,7 @@ gnumeric (1.2.12-2) unstable; urgency=medium
     2.6 versions that are in sid. In particular, tightened the libgnomeprint
     build dependency to ensure that a running gnumeric process won't crash due
     to being loaded against both gnutls10 (which GNOME 2.6 uses) and gnutls7
-    (which older versions of libgnomeprint2.2-0 used via cupsys). 
+    (which older versions of libgnomeprint2.2-0 used via cupsys).
     (Closes: #251213).
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Mon, 31 May 2004 17:13:36 +0200
@@ -1429,7 +1429,7 @@ gnumeric (1.2.11-1) unstable; urgency=medium
 
 gnumeric (1.2.10-1) unstable; urgency=medium
 
-  * New upstream bugfix release reverting an incomplete patch to the duration 
+  * New upstream bugfix release reverting an incomplete patch to the duration
     functions that disabled them. (Closes: #243168)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Mon, 12 Apr 2004 16:13:48 +0200
@@ -1443,7 +1443,7 @@ gnumeric (1.2.9-1) unstable; urgency=medium
 gnumeric (1.2.8-5) unstable; urgency=medium
 
   * [configure.in] substitute WARN_CFLAGS as
-    src/cut-n-paste-code/foocanvas/libfoocanvas/Makefile references it 
+    src/cut-n-paste-code/foocanvas/libfoocanvas/Makefile references it
     directly.
   * [aclocal.m4, ltmain.sh, configure] Regenerated using current libtool
     in order to cut down direct dependencies.
@@ -1530,7 +1530,7 @@ gnumeric (1.2.5-1) unstable; urgency=medium
     Includes some images that were previously missing from the documentation
     and fixes some file references in the documentation. (Closes: #227524)
   * Put documentation under /usr/share/gnome/help so images work; symlink
-    to it from /usr/share/gnumeric/*/... so that help buttons in dialogs work. 
+    to it from /usr/share/gnumeric/*/... so that help buttons in dialogs work.
     (Closes: #227630)
   * No longer build with bonobo, after consulting upstream. (Closes: #115828)
   * [debian/control] Dropped bonobo build dependencies.
@@ -1562,7 +1562,7 @@ gnumeric (1.2.4-2) unstable; urgency=medium
 
   * [debian/control] Added build dependency on yelp for yelp-pregenerate.
   * [debian/rules] Simplify things by using dh_link.
-  * [debian/rules] Speed up documentation access with yelp by including 
+  * [debian/rules] Speed up documentation access with yelp by including
     prerendered HTML in gnumeric-doc. (Closes: #225706)
   * [debian/gnumeric-doc.doc-base] Back; updated.
 
@@ -1610,7 +1610,7 @@ gnumeric (1.2.1-3) unstable; urgency=high
     version lock-step to ensure the documentation can be found.
   * [debian/control] Debian GNOME 2.4 transition:
     * Bumped libbonobo2-dev, libbonoboui-dev, libgnome-dev, libgnomeui-dev,
-      libgsf-1-dev, libgsf-gnome-1-dev, libgnomedb2-dev, 
+      libgsf-1-dev, libgsf-gnome-1-dev, libgnomedb2-dev,
       libgnomeprint2.2-dev, libgnomeprintui2.2-dev build dependencies.
     * Dropped bonobo-activation build dependency.
 
@@ -1646,8 +1646,8 @@ gnumeric (1.2.0-1) unstable; urgency=low
       behaviour when trying to open an empty file. (Closes: #208345)
     * Data -> Sort now takes along comments. (Closes: #208913)
   * Reorganised binary packages after complaints that they were too granular.
-  * [debian/rules, debian/gnumeric-doc.files] Updated now that the 
-    documentation is installed in the location where the bonobo-enabled 
+  * [debian/rules, debian/gnumeric-doc.files] Updated now that the
+    documentation is installed in the location where the bonobo-enabled
     gnumeric looks (/usr/share/gnumeric/*-bonobo/_share_/gnome/help/...),
     so our workaround is no longer needed.
   * [debian/control] gnumeric-doc now Recommends: gnome-desktop-data for
@@ -1656,8 +1656,8 @@ gnumeric (1.2.0-1) unstable; urgency=low
     (Closes: #209292)
   * [debian/control] Tightened gda build dependency so the gda plugin is built
     again; added build dependency so the gnome-db plugin is built as well.
-    Follow configure.in's tightening of GSF dependencies to 1.8.2 to ensure 
-    that libole2 based gnumeric-1.0.x can read xls files produced by this 
+    Follow configure.in's tightening of GSF dependencies to 1.8.2 to ensure
+    that libole2 based gnumeric-1.0.x can read xls files produced by this
     version.
   * [debian/rules, debian/*.files, debian/*.install] Switched to dh_install.
 
@@ -1687,14 +1687,14 @@ gnumeric (1.1.20-1) unstable; urgency=low
       (Closes: #189281)
     * UI behaviour in File -> Page Setup. (Closes: #194951)
     * LaTeX export of German umlauts no longer works. (Closes: #196740)
-    * Sheet with apostrophe in name causes Data -> Sort not to work. 
+    * Sheet with apostrophe in name causes Data -> Sort not to work.
       (Closes: #197036)
   * [debian/control]
     * Finally we don't need gal anymore.
     * Updated Standards-Version.
-    * Tightened the gtk2 build dependency to ensure we take advantage of 
+    * Tightened the gtk2 build dependency to ensure we take advantage of
       versioned symbols in libpng.
-    * Removed docbook-utils, gnome-doc-tools from build dependencies, as 
+    * Removed docbook-utils, gnome-doc-tools from build dependencies, as
       there's no more building involved for the documentation.
     * Dropped eog suggestion as gnumeric now uses Gdkpixbuf for images.
   * [debian/rules, debian/control] Use dh_buildinfo .
@@ -1746,7 +1746,7 @@ gnumeric (1.1.17-3) unstable; urgency=medium
     * Updated gnumeric-doc's Replaces.
     * Updated Standards-Version.
   * [debian/rules]
-    * Hack in a symlink so the documentation contents are found. 
+    * Hack in a symlink so the documentation contents are found.
       (Closes: #193637)
     * Add a link for the gnome-logo-icon.png reference as well.
     * Install in debian/tmp first and ensure everything needed gets moved into
@@ -1816,7 +1816,7 @@ gnumeric (1.1.16-3) unstable; urgency=low
     those, use the gnumeric1.0 packages.
   * Many bugs were fixed during 1.1.x development:
     * Signedness issues (Closes: #1628292)
-    * Integration into the GNOME object activation framework. 
+    * Integration into the GNOME object activation framework.
       (Closes: #128635)
     * Icons when using a light-on-dark theme. (Closes: #106544)
     * Handling of Excel files with 1904 date convention. (Closes: #122365)
@@ -1844,14 +1844,14 @@ gnumeric (1.1.16-3) unstable; urgency=low
       DocBook XML.
   * Fixed some issues noted by Johannes Rohr:
     * [debian/rules] Actually install gnumeric-component.
-    * Fixed the path to gnumeric-component in 
+    * Fixed the path to gnumeric-component in
       /usr/lib/bonobo/servers/GNOME_Gnumeric.server .
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Thu,  6 Feb 2003 21:58:01 +0100
 
 gnumeric (1.1.16-2) experimental; urgency=low
 
-  * gda 0.10.0 (needed for gnumeric-gda) has been packaged. Updated build 
+  * gda 0.10.0 (needed for gnumeric-gda) has been packaged. Updated build
     dependencies accordingly.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Wed,  5 Feb 2003 08:36:33 +0100
@@ -1872,7 +1872,7 @@ gnumeric (1.1.15-1) experimental; urgency=low
 
   * New upstream development release.
   * Updated build dependencies.
-  * gnumeric-gda is now broken: this release of gnumeric needs an unreleased 
+  * gnumeric-gda is now broken: this release of gnumeric needs an unreleased
     and unpackaged version of libgda.
   * [debian/gnome-gnumeric.xpm] Replaced by one that uses the menu system's
     color map.
@@ -1915,14 +1915,14 @@ gnumeric (1.1.10-1) experimental; urgency=low
 
   * New upstream development release.
   * [debian/control] Tightened libgsf(-gnome) build dependencies, just in case.
-  * [debian/control] Build-depend on scrollkeeper so the OMF file gets 
+  * [debian/control] Build-depend on scrollkeeper so the OMF file gets
     installed.
   * [debian/gnumeric-doc.files] Capture the OMF file; removed
     /usr/share/gnome/help/ .
   * [debian/gnumeric-doc.doc-base] Removed as gnumeric-doc no longer contains
     documentation in a format which doc-base knows how to deal with.
     (Closes: #165804)
-  * The upstream tarball now includes the figures again, so gnumeric-doc does 
+  * The upstream tarball now includes the figures again, so gnumeric-doc does
     as well. (Closes: #163768)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 27 Oct 2002 11:57:53 +0100
@@ -1958,7 +1958,7 @@ gnumeric (1.1.8-1) experimental; urgency=low
 
 gnumeric (1.1.7-1) experimental; urgency=low
 
-  * New upstream development release of gnumeric; GNOME2 version. 
+  * New upstream development release of gnumeric; GNOME2 version.
     (Closes: #147632)
     In experimental for now.
 
@@ -1967,7 +1967,7 @@ gnumeric (1.1.7-1) experimental; urgency=low
 gnumeric (1.0.6-1) unstable; urgency=high
 
   * New upstream maintenance release.
-  * urgency high to have a chance of getting it into woody; in the current 
+  * urgency high to have a chance of getting it into woody; in the current
     version in woody, multi-line entry is still broken (#140522).
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 14 Apr 2002 17:37:29 +0200
@@ -1982,7 +1982,7 @@ gnumeric (1.0.5-4) unstable; urgency=medium
 gnumeric (1.0.5-3) unstable; urgency=medium
 
   * Packaged the GDA plugin now that GDA has gone into main. (Closes: #129056)
-  * [plugins/gda/ChangeLog, plugins/gda/plugin-gda.c] Minor changes to get the 
+  * [plugins/gda/ChangeLog, plugins/gda/plugin-gda.c] Minor changes to get the
     GDA plugin to build.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Fri, 29 Mar 2002 17:01:29 +0100
@@ -1990,8 +1990,8 @@ gnumeric (1.0.5-3) unstable; urgency=medium
 gnumeric (1.0.5-2) unstable; urgency=medium
 
   * Moved the OMF file to the -doc package.
-  * Handle scrollkeeper documentation (de)registration the right way, i.e. 
-    at package (de)installion time rather than at package build time. 
+  * Handle scrollkeeper documentation (de)registration the right way, i.e.
+    at package (de)installion time rather than at package build time.
     (Closes: #138079)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Wed, 13 Mar 2002 12:18:06 +0100
@@ -2000,7 +2000,7 @@ gnumeric (1.0.5-1) unstable; urgency=medium
 
   * New upstream release. (Closes: #130224)
   * Don't include SGML sources in the -doc package.
-  * Added SGML files from CVS (gnome_1_4 branch) that appear to have been left 
+  * Added SGML files from CVS (gnome_1_4 branch) that appear to have been left
     out of the upstream tarball accidentally.
   * Made the scrollkeeper stuff work.
   * Fixed lintian warnings about python plugins code files being marked
@@ -2011,7 +2011,7 @@ gnumeric (1.0.5-1) unstable; urgency=medium
 gnumeric (1.0.4-2) unstable; urgency=medium
 
   * Actually register as a MIME handler. (Closes: #135178).
-  * Added a README.Debian to point to related packages, as many users do not 
+  * Added a README.Debian to point to related packages, as many users do not
     notice Suggests: dependencies.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Fri, 22 Feb 2002 14:32:22 +0100
@@ -2026,7 +2026,7 @@ gnumeric (1.0.4-1) unstable; urgency=high
 
 gnumeric (1.0.3-2) unstable; urgency=high
 
-  * Release manager has frozen libgal's ABI at libgal19 for woody, so link 
+  * Release manager has frozen libgal's ABI at libgal19 for woody, so link
     against GAL dynamically again, and bump the build dependency accordingly.
   * Separate copyright file for gnumeric-doc.
   * Include symlinks for IDL files in /usr/share/idl . (Closes: #128629)
@@ -2054,7 +2054,7 @@ gnumeric (1.0.1-1) unstable; urgency=high
   * New upstream release:
     * Signedness fixes for architectures where char is unsigned by default.
       (Closes: #127009)
-    * GAL requirement bumped. 
+    * GAL requirement bumped.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Mon,  7 Jan 2002 00:21:53 +0100
 
@@ -2094,13 +2094,13 @@ gnumeric (0.76-4) unstable; urgency=high
 
 gnumeric (0.76-3) unstable; urgency=high
 
-  * [debian/control] Build-depend on GPL-compatibly licensed python2.1-dev 
+  * [debian/control] Build-depend on GPL-compatibly licensed python2.1-dev
     package.
   * Conform to python policy. (Closes: #121761)
   * [debian/rules] Clean out gmo files.
   * gnumeric-python changes by Matthias Klose:
     * Build with python, version 2.1 (Closes: #120181).
-    * Add gnumeric-python.{postinst,prerm} files to compile/remove python 
+    * Add gnumeric-python.{postinst,prerm} files to compile/remove python
       files.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sat,  8 Dec 2001 15:01:20 +0100
@@ -2109,7 +2109,7 @@ gnumeric (0.76-2) unstable; urgency=high
 
   * The upload of 0.75-1 was rejected, so once again:
     * Acknowledge NMUs. (Closes: 
#55096,#62429,#62430,#64887,#94017,#96708,#98779,#99639,#99679,#100111,#101059,#102047,#102270,#102406,#103489,#103776,#104031,#104908,#105274,#105344,#106392,#106796,#107115,#107434,#107567,#107661,#107797,#107982,#107988,#108303,#108826,#108988,#109466,#109496,#109827,#110747,#110844,#110992,#111566,#112087,#112251,#112252,#113745,#114793,#114805,#115216,#115237,#117870,#117983,#117985,#118213,#118354,#119514)
-    * [debian/control] List plugins in gnumeric-python's description. 
+    * [debian/control] List plugins in gnumeric-python's description.
       (Closes: #119817)
   * Applied patch by Karl Eichwalder to correct the German l10n:
     distinguish "tab" into "Reiter" (for tabbed window) and "Tabulator"
@@ -2129,10 +2129,10 @@ gnumeric (0.75-1) unstable; urgency=high
   * [debian/control]
     * List plugins in gnumeric-python's description. (Closes: #119817)
     * Reworked gnumeric's description a bit as well.
-    * Suggest "guppi-gnumeric" (which the next libguppi13 will provide) for 
+    * Suggest "guppi-gnumeric" (which the next libguppi13 will provide) for
       graphing capabilities.
-    * Removed temporary explicit build dependency on libfreetype6-dev and 
-      bumped libgnomeprint-dev build dependency to a version that declares a 
+    * Removed temporary explicit build dependency on libfreetype6-dev and
+      bumped libgnomeprint-dev build dependency to a version that declares a
       dependency on libfreetype6-dev.
   * [configure.in]
     * With the updated libgnomeprint-dev build dependency, printConf.sh takes
@@ -2143,13 +2143,13 @@ gnumeric (0.75-1) unstable; urgency=high
 gnumeric (0.75-0.2) unstable; urgency=high
 
   * [debian/control]
-    * If /etc/paper.config isn't available, previewing and printing fails. 
-      Added a dependency on a recent enough gnome-libs-data known to include 
+    * If /etc/paper.config isn't available, previewing and printing fails.
+      Added a dependency on a recent enough gnome-libs-data known to include
       that file to prevent these problems. (Closes: #117983)
     * Tightened the libgnomeprint-dev build dependency as older versions may
-      segfault in their postinst, causing build failures with the build 
+      segfault in their postinst, causing build failures with the build
       daemons.
-    * Temporarily added build dependency on libfreetype6-dev which is needed 
+    * Temporarily added build dependency on libfreetype6-dev which is needed
       for gnome-print but not yet declared by libgnomeprint-dev.
     * Changed Suggests: evolution-ssl | evolution to Suggests: evolution as
       evolution-ssl now Provides: evolution.
@@ -2177,8 +2177,8 @@ gnumeric (0.74-0.1) unstable; urgency=high
   * [configure.in]
     * Updated comments on GAL.
     * Handle new gdk pixbuf headers location.
-  * Put the Python(using) plugins in a package of their own to reduce the 
-    main gnumeric package's library dependencies. Build them against 
+  * Put the Python(using) plugins in a package of their own to reduce the
+    main gnumeric package's library dependencies. Build them against
     Python 1.5, which is licensed under a GPL-compatible license.
     (Closes: #117985, #117870, #118213)
 
@@ -2186,15 +2186,15 @@ gnumeric (0.74-0.1) unstable; urgency=high
 
 gnumeric (0.72-0.2) unstable; urgency=high
 
-  * Included Evolution-Composer.idl in our sources, and modified debian/rules, 
-    configure.in, idl/Makefile.am to use the local copy. Removed build 
-    dependencies on Evolution, as it is currently a problematic package to 
-    build on some of our architectures, which prevents us from propagating 
+  * Included Evolution-Composer.idl in our sources, and modified debian/rules,
+    configure.in, idl/Makefile.am to use the local copy. Removed build
+    dependencies on Evolution, as it is currently a problematic package to
+    build on some of our architectures, which prevents us from propagating
     to testing.
   * Extended the motivation of --with(out) feature choices in debian/rules.
   * Do away with the separate call of configure by passing configure flags to
     autogen.sh .
-  * Use "install -p" to preserve timestamps. 
+  * Use "install -p" to preserve timestamps.
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sun, 21 Oct 2001 15:30:55 +0200
 
@@ -2212,13 +2212,13 @@ gnumeric (0.72-0.1) unstable; urgency=high
 gnumeric (0.71-0.3) unstable; urgency=high
 
   * The build daemons always seem to pick the first of ORed build dependencies.
-    Put evolution-dev before evolution-ssl-dev as it should be available to 
+    Put evolution-dev before evolution-ssl-dev as it should be available to
     all.
   * The latest libgnome-dev has been built against the latest liborbit-dev, so
     that liborbit's includes like orb/orbit.h are found again. Updated the
     build dependencies accordingly.
-  * Replaced src/parser.y with the CVS version which was changed to deal with 
-    the problem with saving large floats that Johann Spies noted. 
+  * Replaced src/parser.y with the CVS version which was changed to deal with
+    the problem with saving large floats that Johann Spies noted.
     Added build dependency on bison. (Closes: #115216)
   * Clean out more generated files.
 
@@ -2227,14 +2227,14 @@ gnumeric (0.71-0.3) unstable; urgency=high
 gnumeric (0.71-0.2) unstable; urgency=medium
 
   * Use macros/autogen.sh to set up the build stuff.
-  * xml-i18n-tools has been replaced by intltool. Updated build dependency and 
+  * xml-i18n-tools has been replaced by intltool. Updated build dependency and
     have autogen.sh take care of it. (Closes: #115237)
   * Following upstream's request, added a Suggests: eog which gnumeric can use
     as a component to view images.
-  * Tightened bonobo build dependency as per CVS changes ("to fix some 
+  * Tightened bonobo build dependency as per CVS changes ("to fix some
     crashes in printing and fix some stale docs").
   * Enabled support for sending spreadsheets via Evolution, which seems to work
-    fine. Added build dependency on evolution-ssl-dev or evolution-dev and a 
+    fine. Added build dependency on evolution-ssl-dev or evolution-dev and a
     matching Suggests:.
   * Replaced GNOME_Gnumeric.oaf.in with the CVS version which disables the
     "Embeddable Grid Component Factory" as well.
@@ -2252,7 +2252,7 @@ gnumeric (0.71-0.1) unstable; urgency=high
     (Closes: #114793).
   * [configure.in]
     * Removed plugins/psiconv/Makefile from AC_OUTPUT which broke builds.
-    * Permanently leave the GAL red queen's race by linking statically 
+    * Permanently leave the GAL red queen's race by linking statically
       against libgal. (Closes: #114805)
   * [debian/control]
     * Tightened xml-i18n build requirements per README.
@@ -2274,7 +2274,7 @@ gnumeric (0.71-0.1) unstable; urgency=high
 
 gnumeric (0.70-0.6) unstable; urgency=high
 
-  * Applied patch from upstream CVS to prevent segfaulting due to Python 
+  * Applied patch from upstream CVS to prevent segfaulting due to Python
     attempting to directly modify environment strings. (Closes: #112087)
 
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Sat, 15 Sep 2001 19:35:17 +0200
@@ -2282,7 +2282,7 @@ gnumeric (0.70-0.6) unstable; urgency=high
 gnumeric (0.70-0.5) unstable; urgency=high
 
   * Updated build-dependency on automake (closes: #110992)
-  * NMU, authorized by non-maintainer :) 
+  * NMU, authorized by non-maintainer :)
 
  -- Martijn van de Streek <martijn foodfight org>  Mon,  3 Sep 2001 12:37:28 +0200
 
@@ -2322,7 +2322,7 @@ gnumeric (0.70-0.1) unstable; urgency=medium
     Changed the font dependency to "gsfonts" (which is what
     libgnomeprint-data merely recommends).
   * [debian/changelog] Removed log-mailing-address.
- 
+
  -- J.H.M. Dassen (Ray) <jdassen debian org>  Tue, 21 Aug 2001 22:18:23 +0200
 
 gnumeric (0.69-0.3) unstable; urgency=low
@@ -2349,7 +2349,7 @@ gnumeric (0.69-0.1) unstable; urgency=low
   * [debian/docs] Included AUTHORS and MAINTAINERS.
   * [debian/copyright] Updated.
   * [debian/gnumeric.manpages, debian/rules] Upstream now includes a manpage.
-  * [configure.ac, debian/rules] Replace unconditional -D_GNU_SOURCE by 
+  * [configure.ac, debian/rules] Replace unconditional -D_GNU_SOURCE by
     -D_USE_BSD if needed.
   * [configure.ac] Made --without-evolution work.
 
@@ -2358,7 +2358,7 @@ gnumeric (0.69-0.1) unstable; urgency=low
 gnumeric (0.68-0.3) unstable; urgency=low
 
   * New libgal, so it's recompile time again.
-  * [configure.in, macros/gnome-guile-checks.m4, debian/rules] Imported 
+  * [configure.in, macros/gnome-guile-checks.m4, debian/rules] Imported
     changes from gnumeric CVS to make --without-guile work and regenerate
     aclocal.m4 and configure accordingly. (Closes: #107661)
   * [configure.in] Imported CVS changes for alloca as well, as we use
@@ -2373,7 +2373,7 @@ gnumeric (0.68-0.2) unstable; urgency=low
   * The new -doc package now replaces all pre-0.68 gnumeric docs.
   * Cleaned up docbook conversion mess.
 
- -- Martijn van de Streek <martijn foodfight org>  Mon, 30 Jul 2001 10:21:52 +0200 
+ -- Martijn van de Streek <martijn foodfight org>  Mon, 30 Jul 2001 10:21:52 +0200
 
 gnumeric (0.68-0.1) unstable; urgency=low
 
@@ -2385,7 +2385,7 @@ gnumeric (0.68-0.1) unstable; urgency=low
     * Explicitly disabled Evolution support.
       It is not mentioned in NEWS or README, so presumably it is not yet ready
       for production use.
-    * Removed the plugins' `.la' files: gnumeric's plugins are not public 
+    * Removed the plugins' `.la' files: gnumeric's plugins are not public
       libraries nor do they on libtool's libltdl, so policy does not require
       them to be included. (Closes: #62429)
   * [debian/gnumeric.mime] Added text/comma-separated-values entry; corrected
@@ -2394,13 +2394,13 @@ gnumeric (0.68-0.1) unstable; urgency=low
   * [debian/control]
     * Updated the description.
     * Added build dependency on docbook-to-man.
-    * Added missing build dependency on flex. (Closes: #103776) 
+    * Added missing build dependency on flex. (Closes: #103776)
     * Tightened the build dependency on libxml-dev. (Closes: #105344)
     * Updated Standards-Version.
-  * [configure.in] Reinstated ja, ko, zh_CN.GB2312, zh_TW.Big5 as their po 
+  * [configure.in] Reinstated ja, ko, zh_CN.GB2312, zh_TW.Big5 as their po
     files were updated and no longer cause problems.
   * Clean up bug reports that are no longer relevant:
-    * We build with the latest available libgal. 
+    * We build with the latest available libgal.
       (Closes: #99679, #103489, #104031, #105274)
     * The accidental deletion of HTML documentation was fixed in a previous
       upload. (Closes: #102270)
@@ -2448,14 +2448,14 @@ gnumeric (0.64-1.1) unstable; urgency=low
   * Documentation:
     * Ensure documentation is included. (Closes: #94017, #96708)
     * [debian/gnumeric.doc-base] New, so debhelper registers us with doc-base.
-    * [debian/control] Added build dependency on cygnus-stylesheets as we 
+    * [debian/control] Added build dependency on cygnus-stylesheets as we
       generate the documentation from its SGML source.
   * Menu support:
     * [debian/menu] Added menu hints. (Closes: #80016)
   * MIME support:
     * [debian/mime.gnumeric] Renamed to debian/gnumeric.mime so MIME handler
       registration through debhelper works. (Closes: #51547, #70837)
-    * [debian/gnumeric.mime] Register as a handler for application/x-gnumeric 
+    * [debian/gnumeric.mime] Register as a handler for application/x-gnumeric
       as well; added "nametemplate"s.
   * Localisation:
     * [debian/control] Added missing build dependency on gettext.
@@ -2468,15 +2468,15 @@ gnumeric (0.64-1.1) unstable; urgency=low
   * Other build and dependencies changes:
     * Compiled against current libgal
       (Closes: #96863, #96080)
-    * [debian/control] Updated build dependency for libgal. 
+    * [debian/control] Updated build dependency for libgal.
     * [debian/control] Added missing build dependency on debhelper.
-    * [debian/control] Downgrade dependency on gnome-help to Suggests as GNOME 
+    * [debian/control] Downgrade dependency on gnome-help to Suggests as GNOME
       allows configuration of a different help browser. (Closes: #87837).
     * [debian/control] Removed Recommends: python-dev as there's a Depends:
       for it already.
-    * [debian/rules] Explicitly disable GB and Guile, so that builds on other 
+    * [debian/rules] Explicitly disable GB and Guile, so that builds on other
       architectures will not accidentally get additional dependencies.
-    * [debian/rules] Remove generated files po/messages, po/cat-id-tbl.c 
+    * [debian/rules] Remove generated files po/messages, po/cat-id-tbl.c
       as part of `clean'.
     * [debian/dirs] We don't need to create usr/X11R6/lib anymore.
 
diff --git a/doc/C/OChangelog-2003-04-03 b/doc/C/OChangelog-2003-04-03
index 97a5f9e..d007f94 100644
--- a/doc/C/OChangelog-2003-04-03
+++ b/doc/C/OChangelog-2003-04-03
@@ -137,8 +137,8 @@
 
 2002-05-16  Alexander Kirillov  <kirillov math sunysb edu>
 
-       * printing.xml: added more info about about selecting columns/rows to
-       repeat in print setup dialog (see bug 59498) 
+       * printing.xml: added more info about selecting columns/rows to
+       repeat in print setup dialog (see bug 59498)
 
 2002-04-29  Jody Goldberg <jody gnome org>
 
diff --git a/doc/C/analysis-solver.xml b/doc/C/analysis-solver.xml
index b049938..a95a06b 100644
--- a/doc/C/analysis-solver.xml
+++ b/doc/C/analysis-solver.xml
@@ -142,7 +142,7 @@
 
       <para>The model to be optimized is a linear model.  Thus, we
       should check that the check button `Linear (LP/MILP)' is pressed
-      on on the page `Model'.  Also make sure that the
+      on the page `Model'.  Also make sure that the
       assume non-negative button is on, otherwise, the input variables
       can also take negative values.  There is also a check button
       `Assume Integer (Discrete)' which adds an integer constraint for
diff --git a/doc/C/analysis-statistical.xml b/doc/C/analysis-statistical.xml
index 52b8b30..e4495a5 100644
--- a/doc/C/analysis-statistical.xml
+++ b/doc/C/analysis-statistical.xml
@@ -538,7 +538,7 @@
          replaces the frequency counts with percentages.
        </para>
        <note><para>If the categories range contains repeated values, then the percentages may
-           add up to more than 100%. If the the categories range does not contain all values that 
+           add up to more than 100%. If the categories range does not contain all values that 
            occur in the input range, the percentages may sum to less than 100%.
        </para></note>
        <para>The <quote><guilabel>Use exact comparisons</guilabel></quote> checkbox determines how 
@@ -2133,7 +2133,7 @@
         were censored, the <guilabel>Permit censorship</guilabel> checkbox is
         checked and the Censor column contained the censorship marks. Censorship
         marks are typically 0s or 1s. The range of censor marks or labels can be 
-        set using the the 
+        set using the 
         remaining two spinboxes.</para>
 
  <figure id="kaplan-meier-tool-dialog">
diff --git a/doc/C/data-entry-external.xml b/doc/C/data-entry-external.xml
index 97d7ece..5547fb9 100644
--- a/doc/C/data-entry-external.xml
+++ b/doc/C/data-entry-external.xml
@@ -15,7 +15,7 @@
     <para>
       Data which already exist in an external file can be imported
       into a workbook first by opening the file into a separate
-      instance of &gnum; and and then by
+      instance of &gnum; and then by
       copying the relevant data into the desired worksheet.
     </para>
 
diff --git a/doc/C/data-format.xml b/doc/C/data-format.xml
index 46ae90f..a12e98b 100644
--- a/doc/C/data-format.xml
+++ b/doc/C/data-format.xml
@@ -126,7 +126,7 @@
   <para>
     This tab allows you to select the format for the cell's
     contents. You can select one of the many preset formatting styles
-    which should be be more than adequate for the vast majority of cases. If none
+    which should be more than adequate for the vast majority of cases. If none
     of these meet the needs of the user, it is possible to create your own
     formats. </para>
   
@@ -1030,7 +1030,7 @@
          <term><guilabel>Information</guilabel></term>
          <listitem><para>
              Accept invalid values but show the user a warning
-             dialog. You need to specify the the message to use in
+             dialog. You need to specify the message to use in
              the warning dialog (see below).  
            </para></listitem>
         </varlistentry>
diff --git a/doc/C/data-types.xml b/doc/C/data-types.xml
index 74136a5..823727f 100644
--- a/doc/C/data-types.xml
+++ b/doc/C/data-types.xml
@@ -882,7 +882,7 @@ FUNCTIONNAME(ARGUMENTS)
    </para>
  </example>
      <note><para>
-     In this case we can not use use <code>if(OR(A1:A20="AA",C1:C20="BB"),...)</code> since the
+     In this case we cannot use <code>if(OR(A1:A20="AA",C1:C20="BB"),...)</code> since the
      OR function would be applied to all 40 equality tests rather than each of the 20 pairs of equality 
tests.
    </para></note>
 
diff --git a/doc/C/files-formats.xml b/doc/C/files-formats.xml
index 2725f4f..6fdca51 100644
--- a/doc/C/files-formats.xml
+++ b/doc/C/files-formats.xml
@@ -642,7 +642,7 @@ gunzip Book1.text.gz
             recently been disabled due to lack of developer
             interest. Instead of directly saving a file in the
             <application>Applix</application> format, files can be
-            exported to to <application>Applixware</application> can
+            exported to <application>Applixware</application> can
             be performed using the <link
             linkend="file-format-excel-binary-new">Excel</link>&nbsp;file format.
          </para>
diff --git a/doc/C/files-textopen.xml b/doc/C/files-textopen.xml
index 787515f..c4c9dcd 100644
--- a/doc/C/files-textopen.xml
+++ b/doc/C/files-textopen.xml
@@ -665,7 +665,7 @@
            <listitem>
              <para>
                This area displays a preview of the file as it will be
-               interpreted when the the settings that are currently
+               interpreted when the settings that are currently
                selected in this first panel are applied.
              </para>
            </listitem>
@@ -828,7 +828,7 @@
            <listitem>
              <para>
                This area displays a preview of the file as it will be
-               interpreted when the the settings that are currently
+               interpreted when the settings that are currently
                selected in the first and second panels are applied.
              </para>
            </listitem>
@@ -972,7 +972,7 @@
              <para>
                As a preview area, this area
                displays a preview of the file as it will be
-               interpreted when the the settings that are currently
+               interpreted when the settings that are currently
                selected in this first panel are applied.
              </para>
              <para>
diff --git a/doc/C/gui-other-elements.xml b/doc/C/gui-other-elements.xml
index bec9a05..5d29cb0 100644
--- a/doc/C/gui-other-elements.xml
+++ b/doc/C/gui-other-elements.xml
@@ -54,7 +54,7 @@
         The cell indicator will show the address for the cell at the
         top left of the selected region. This address is listed in the
         standard column:row notation. The alphabetic part indicates
-        the the column of this top leftmost cell and the numeric part
+        the column of this top leftmost cell and the numeric part
         indicates the row of this top left cell. For instance, the
         cell which is over three columns and down two rows is
         designated:</para> <blockquote><para>C2</para></blockquote>
@@ -187,7 +187,7 @@
       </screenshot>
     </figure>
  
-       <para><xref linkend="cell-grid.png" /> shows the the cell grid
+       <para><xref linkend="cell-grid.png" /> shows the cell grid
        area, the column and row headers on the top and left, the
        scrollbars on the right and bottom and the tab list at the
        very bottom.
diff --git a/doc/C/worksheets.xml b/doc/C/worksheets.xml
index 8d34c0d..6b5d942 100644
--- a/doc/C/worksheets.xml
+++ b/doc/C/worksheets.xml
@@ -454,7 +454,7 @@
       upper left portion of the dialog. When <guilabel>Show advanced sheet
       properties</guilabel> is enabled, the <guilabel>Dir</guilabel>,
       <guilabel>Rows</guilabel>, and <guilabel>Cols</guilabel> fields are included.
-      A worksheet can be selected by clicking anywhere in in its line, although
+      A worksheet can be selected by clicking anywhere in its line, although
       clicking one of the icons will toggle its associated property along with
       selecting the worksheet.
       Multiple selection, using the <keysym>Shift</keysym> and <keysym>Ctrl</keysym>
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index bfcd20a..a3adeb3 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -194,7 +194,7 @@
        most auto-filter selections.
 
        * ms-excel-read.c (excel_sheet_insert_val): Don't set value
-       format.  We already the the full style for the cell in
+       format.  We already the full style for the cell in
        excel_set_xf.  Fixes #725453.
 
 2014-02-28  Morten Welinder  <terra gnome org>
@@ -1079,7 +1079,7 @@
        conditions.
        (excel_write_prep_conditions): Ditto.
        (put_colors): Ditto.  Fixes crash of #671267.
-       (write_sheet_head): Export page breaks even if we have one one of
+       (write_sheet_head): Export page breaks even if we have one of
        horizontal/vertical.  Part of #671531.
 
 2012-03-02  Morten Welinder <terra gnome org>
diff --git a/plugins/excelplugins/xlcall.h b/plugins/excelplugins/xlcall.h
index fdb67ad..4f87f8d 100644
--- a/plugins/excelplugins/xlcall.h
+++ b/plugins/excelplugins/xlcall.h
@@ -3,7 +3,7 @@
 **  Version 5.0
 **
 **  File:           INCLUDE\XLCALL.H
-**  Description:    Header file for for Microsoft Excel callbacks
+**  Description:    Header file for Microsoft Excel callbacks
 **  Platform:       Microsoft Windows
 **
 **  This file defines the constants and
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index bd3dc13..e0571d7 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -900,7 +900,7 @@
        * openoffice-read.c (odf_fix_expr_names_t): new fields
        (odf_fix_expr_names_t_new): initialize new fields
        (odf_fix_en_find): new
-       (odf_fix_en_apply): invoked per per translated name
+       (odf_fix_en_apply): invoked per translated name
        (odf_fix_expr_names): do not cause hashes to be modified while we
        traverse them.
 
diff --git a/po-functions/README.translators b/po-functions/README.translators
index e09f568..08f71c5 100644
--- a/po-functions/README.translators
+++ b/po-functions/README.translators
@@ -10,7 +10,7 @@ surrounding white space and must remain in the translation.
 
 If the text preceding the colon is in all upper case (as in the first 
 example) then that string is the function name and, at this time, must remain 
-exactly as it is given in the original string. (At some later date we we 
+exactly as it is given in the original string. (At some later date we 
 support translated function names but currently the name needs to remain as it 
 is. The same all-uppercase names may appear elsewhere in strings in this file 
 and they must, at this time, also remain eactly as given.)
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 9583c29..c4bd270 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -9633,9 +9633,9 @@
 2002-02-05  Andreas J. Guelzow <aguelzow taliesin ca>
 
        * goalseek.glade : remove hbox from active-area
-       * cell-sort.glade : add add and delete buttons (currently
+       * cell-sort.glade : add "add" and "delete" buttons (currently
          inactive)
-       * dialog-cell-sort.c :  add add and delete buttons (currently
+       * dialog-cell-sort.c :  add "add" and "delete" buttons (currently
          inactive), set initial top-bottom vs left-right depending on
          shape of initial selection, add only MAX_INITIAL_CLAUSES to the
          list of available clauses (to avoid adding 65000+ if a complete
@@ -11145,7 +11145,7 @@
 2001-09-26  Jody Goldberg <jgoldberg home com>
 
        * dialog-graph-guru.c : Add a sample for the data page.
-         Make the lists of plots and series.  rewrite the the glade file
+         Make the lists of plots and series.  rewrite the glade file
          in preparation for constructing the exprEntries.
 
 2001-09-26  Jody Goldberg <jgoldberg home com>
diff --git a/src/mstyle.c b/src/mstyle.c
index dec5b00..382d301 100644
--- a/src/mstyle.c
+++ b/src/mstyle.c
@@ -993,7 +993,7 @@ gnm_style_equal_XL (GnmStyle const *a, GnmStyle const *b)
  * @b: second style
  * @e: style element
  *
- * Returns: %TRUE, if the the two styles have the same contents for the
+ * Returns: %TRUE, if the two styles have the same contents for the
  * given element, either because neither have it set, or because both
  * have it set and to the same value.
  */
diff --git a/src/sf-bessel.c b/src/sf-bessel.c
index a17a95f..b49efe6 100644
--- a/src/sf-bessel.c
+++ b/src/sf-bessel.c
@@ -1914,7 +1914,7 @@ static void Y_bessel(gnm_float *x, gnm_float *alpha, long *nb,
        values are set to 0.0.
   1 < NCALC < NB: Not all requested function values could
        be calculated accurately.  BY(I) contains correct function
-       values for I <= NCALC, and and the remaining NB-NCALC
+       values for I <= NCALC, and the remaining NB-NCALC
        array elements contain 0.0.
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]