[gnumeric] 1.10.8



commit e922074bf45bc68ba1d96139de13a0b3fd00c064
Author: Morten Welinder <terra gnome org>
Date:   Fri Jul 30 20:52:38 2010 -0400

    1.10.8

 ChangeLog                           |    4 +
 INSTALL                             |  200 ++++++++++++++++++++++-----
 doc/C/ChangeLog                     |    4 +
 doc/C/func.defs                     |  131 +++++++++++-------
 doc/C/functions.xml                 |  258 +++++++++++++++++++++++++----------
 doc/ChangeLog                       |    4 +
 doc/de/ChangeLog                    |    4 +
 plugins/applix/ChangeLog            |    4 +
 plugins/corba/ChangeLog             |    4 +
 plugins/dif/ChangeLog               |    4 +
 plugins/excel/ChangeLog             |    4 +
 plugins/excelplugins/ChangeLog      |    4 +
 plugins/fn-christian-date/ChangeLog |    4 +
 plugins/fn-complex/ChangeLog        |    4 +
 plugins/fn-database/ChangeLog       |    4 +
 plugins/fn-date/ChangeLog           |    4 +
 plugins/fn-derivatives/ChangeLog    |    4 +
 plugins/fn-eng/ChangeLog            |    4 +
 plugins/fn-erlang/ChangeLog         |    4 +
 plugins/fn-financial/ChangeLog      |    4 +
 plugins/fn-hebrew-date/ChangeLog    |    4 +
 plugins/fn-info/ChangeLog           |    4 +
 plugins/fn-logical/ChangeLog        |    4 +
 plugins/fn-lookup/ChangeLog         |    4 +
 plugins/fn-math/ChangeLog           |    4 +
 plugins/fn-numtheory/ChangeLog      |    4 +
 plugins/fn-numtheory/doc/ChangeLog  |    4 +
 plugins/fn-r/ChangeLog              |    4 +
 plugins/fn-random/ChangeLog         |    4 +
 plugins/fn-stat/ChangeLog           |    4 +
 plugins/fn-string/ChangeLog         |    4 +
 plugins/fn-tsa/ChangeLog            |    4 +
 plugins/gda/ChangeLog               |    4 +
 plugins/glpk/ChangeLog              |    4 +
 plugins/gnome-db/ChangeLog          |    4 +
 plugins/gnome-glossary/ChangeLog    |    4 +
 plugins/guile/ChangeLog             |    4 +
 plugins/html/ChangeLog              |    4 +
 plugins/lotus-123/ChangeLog         |    4 +
 plugins/lpsolve/ChangeLog           |    4 +
 plugins/mps/ChangeLog               |    4 +
 plugins/nlsolve/ChangeLog           |    4 +
 plugins/oleo/ChangeLog              |    4 +
 plugins/openoffice/ChangeLog        |    4 +
 plugins/paradox/ChangeLog           |    4 +
 plugins/perl-func/ChangeLog         |    4 +
 plugins/perl-loader/ChangeLog       |    4 +
 plugins/plan-perfect/ChangeLog      |    4 +
 plugins/psiconv/ChangeLog           |    4 +
 plugins/py-func/ChangeLog           |    4 +
 plugins/python-loader/ChangeLog     |    4 +
 plugins/qpro/ChangeLog              |    4 +
 plugins/sample_datasource/ChangeLog |    4 +
 plugins/sc/ChangeLog                |    4 +
 plugins/sylk/ChangeLog              |    4 +
 plugins/uihello/ChangeLog           |    4 +
 plugins/xbase/ChangeLog             |    4 +
 po-functions/ChangeLog              |    4 +
 po/ChangeLog                        |    4 +
 src/dialogs/ChangeLog               |    4 +
 src/tools/ChangeLog                 |    4 +
 src/widgets/ChangeLog               |    4 +
 test/ChangeLog                      |    4 +
 tools/ChangeLog                     |    4 +
 64 files changed, 673 insertions(+), 160 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 69387bd..5f22343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-30  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/commands.c (cmd_autofilter_set_condition): new
diff --git a/INSTALL b/INSTALL
index d3c5b40..7d1c323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,18 +2,24 @@ Installation Instructions
 *************************
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==================
 
-Briefly, the shell commands `./configure; make; make install' should
+   Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@ may remove or edit it.
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
      `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@ The simplest way to compile this package is:
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
-     the package.
+     the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
-     documentation.
-
-  5. You can remove the program binaries and object files from the
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
+
+  6. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
@@ -67,15 +83,22 @@ The simplest way to compile this package is:
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
 
 Compilers and Options
 =====================
 
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
 
    You can give `configure' initial values for configuration parameters
 by setting variables in the command line or in the environment.  Here
@@ -88,25 +111,41 @@ is an example:
 Compiling For Multiple Architectures
 ====================================
 
-You can compile the package for more than one kind of computer at the
+   You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
 own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
 
    With a non-GNU `make', it is safer to compile the package for one
 architecture at a time in the source code directory.  After you have
 installed the package for one architecture, use `make distclean' before
 reconfiguring for another architecture.
 
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
 Installation Names
 ==================
 
-By default, `make install' installs the package's commands under
+   By default, `make install' installs the package's commands under
 `/usr/local/bin', include files under `/usr/local/include', etc.  You
 can specify an installation prefix other than `/usr/local' by giving
-`configure' the option `--prefix=PREFIX'.
+`configure' the option `--prefix=PREFIX', where PREFIX must be an
+absolute file name.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
@@ -117,16 +156,47 @@ Documentation and other data files still use the regular prefix.
    In addition, if you use an unusual directory layout you can give
 options like `--bindir=DIR' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
+you can set and what kinds of files go in them.  In general, the
+default for these options is expressed in terms of `${prefix}', so that
+specifying just `--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+   The most portable way to affect installation locations is to pass the
+correct locations to `configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+`make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+   The first method involves providing an override variable for each
+affected directory.  For example, `make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+`${prefix}'.  Any directories that were specified during `configure',
+but not in terms of `${prefix}', must each be overridden at install
+time for the entire installation to be relocated.  The approach of
+makefile variable overrides for each directory variable is required by
+the GNU Coding Standards, and ideally causes no recompilation.
+However, some platforms have known limitations with the semantics of
+shared libraries that end up requiring recompilation when using this
+method, particularly noticeable in packages that use GNU Libtool.
+
+   The second method involves providing the `DESTDIR' variable.  For
+example, `make install DESTDIR=/alternate/directory' will prepend
+`/alternate/directory' before all installation names.  The approach of
+`DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters.  On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of `${prefix}'
+at `configure' time.
+
+Optional Features
+=================
 
    If the package supports it, you can cause programs to be installed
 with an extra prefix or suffix on their names by giving `configure' the
 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
 
-Optional Features
-=================
-
-Some packages pay attention to `--enable-FEATURE' options to
+   Some packages pay attention to `--enable-FEATURE' options to
 `configure', where FEATURE indicates an optional part of the package.
 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
 is something like `gnu-as' or `x' (for the X Window System).  The
@@ -138,14 +208,53 @@ find the X include and library files automatically, but if it doesn't,
 you can use the `configure' options `--x-includes=DIR' and
 `--x-libraries=DIR' to specify their locations.
 
+   Some packages offer the ability to configure how verbose the
+execution of `make' will be.  For these packages, running `./configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with `make V=1'; while running `./configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with `make V=0'.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
+directory contains several dysfunctional programs; working variants of
+these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
+in your `PATH', put it _after_ `/usr/bin'.
+
+   On Haiku, software installed for all users goes in `/boot/common',
+not `/usr/local'.  It is recommended to use the following options:
+
+     ./configure --prefix=/boot/common
+
 Specifying the System Type
 ==========================
 
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
 `--build=TYPE' option.  TYPE can either be a short name for the system
 type, such as `sun4', or a canonical name which has the form:
 
@@ -153,7 +262,8 @@ type, such as `sun4', or a canonical name which has the form:
 
 where SYSTEM can have one of these forms:
 
-     OS KERNEL-OS
+     OS
+     KERNEL-OS
 
    See the file `config.sub' for the possible values of each field.  If
 `config.sub' isn't included in this package, then this package doesn't
@@ -171,9 +281,9 @@ eventually be run) with `--host=TYPE'.
 Sharing Defaults
 ================
 
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
 `configure' looks for `PREFIX/share/config.site' if it exists, then
 `PREFIX/etc/config.site' if it exists.  Or, you can set the
 `CONFIG_SITE' environment variable to the location of the site script.
@@ -182,7 +292,7 @@ A warning: not all `configure' scripts look for a site script.
 Defining Variables
 ==================
 
-Variables not defined in a site shell script can be set in the
+   Variables not defined in a site shell script can be set in the
 environment passed to `configure'.  However, some packages may run
 configure again during the build, and the customized values of these
 variables may be lost.  In order to avoid this problem, you should set
@@ -201,11 +311,19 @@ an Autoconf bug.  Until the bug is fixed you can use this workaround:
 `configure' Invocation
 ======================
 
-`configure' recognizes the following options to control how it operates.
+   `configure' recognizes the following options to control how it
+operates.
 
 `--help'
 `-h'
-     Print a summary of the options to `configure', and exit.
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
 
 `--version'
 `-V'
@@ -232,6 +350,16 @@ an Autoconf bug.  Until the bug is fixed you can use this workaround:
      Look for the package's source code in directory DIR.  Usually
      `configure' can determine that directory automatically.
 
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
 
diff --git a/doc/C/ChangeLog b/doc/C/ChangeLog
index 7d115d8..6e8e297 100644
--- a/doc/C/ChangeLog
+++ b/doc/C/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/doc/C/func.defs b/doc/C/func.defs
index d7492f6..d009635 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -597,11 +597,32 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SEEALSO=TODAY,YEAR,MONTH,DAY
 
 @CATEGORY=Date/Time
+ FUNCTION=DATE2HDATE
+ SHORTDESC=Hebrew date
+ SYNTAX=DATE2HDATE(date)
+ ARGUMENTDESCRIPTION=@{date}: Gregorian date, defaults to today
+ SEEALSO=HDATE,DATE2HDATE_HEB
+
+ CATEGORY=Date/Time
+ FUNCTION=DATE2HDATE_HEB
+ SHORTDESC=Hebrew date in Hebrew
+ SYNTAX=DATE2HDATE_HEB(date)
+ ARGUMENTDESCRIPTION=@{date}: Gregorian date, defaults to today
+ SEEALSO=DATE2HDATE,HDATE_HEB
+
+ CATEGORY=Date/Time
+ FUNCTION=DATE2JULIAN
+ SHORTDESC=Julian day number for given Gregorian date
+ SYNTAX=DATE2JULIAN(date)
+ ARGUMENTDESCRIPTION=@{date}: Gregorian date, defaults to today
+ SEEALSO=HDATE_JULIAN
+
+ CATEGORY=Date/Time
 @FUNCTION=DATE2UNIX
- SHORTDESC=translate a date serial value to a Unix timestamp
+ SHORTDESC=the Unix timestamp corresponding to a date @{d}
 @SYNTAX=DATE2UNIX(d)
- ARGUMENTDESCRIPTION=@{d}: date serial value
- DESCRIPTION=The DATE2UNIX function translates a date serial values into a Unix timestamp.
+ ARGUMENTDESCRIPTION=@{d}: date
+ DESCRIPTION=The DATE2UNIX function translates a date into a Unix timestamp. A Unix timestamp is the number of seconds since midnight (0:00) of January 1st, 1970 GMT.
 @SEEALSO=UNIX2DATE,DATE
 
 @CATEGORY=Date/Time
@@ -697,54 +718,54 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @FUNCTION=HDATE
 @SHORTDESC=Hebrew date
 @SYNTAX=HDATE(year,month,day)
- ARGUMENTDESCRIPTION=@{year}: year of date
- {month}: month of year
- {day}: day of month
+ ARGUMENTDESCRIPTION=@{year}: Gregorian year of date, defaults to the current year
+ {month}: Gregorian month of year, defaults to the current month
+ {day}: Gregorian day of month, defaults to the current day
 @SEEALSO=HDATE_HEB,DATE
 
 @CATEGORY=Date/Time
 @FUNCTION=HDATE_DAY
 @SHORTDESC=Hebrew day of Gregorian date
 @SYNTAX=HDATE_DAY(year,month,day)
- ARGUMENTDESCRIPTION=@{year}: Gregorian year of date
- {month}: Gregorian month of year
- {day}: Gregorian day of month
+ ARGUMENTDESCRIPTION=@{year}: Gregorian year of date, defaults to the current year
+ {month}: Gregorian month of year, defaults to the current month
+ {day}: Gregorian day of month, defaults to the current day
 @SEEALSO=HDATE_JULIAN
 
 @CATEGORY=Date/Time
 @FUNCTION=HDATE_HEB
 @SHORTDESC=Hebrew date in Hebrew
 @SYNTAX=HDATE_HEB(year,month,day)
- ARGUMENTDESCRIPTION=@{year}: year of date
- {month}: month of year
- {day}: day of month
+ ARGUMENTDESCRIPTION=@{year}: Gregorian year of date, defaults to the current year
+ {month}: Gregorian month of year, defaults to the current month
+ {day}: Gregorian day of month, defaults to the current day
 @SEEALSO=HDATE,DATE
 
 @CATEGORY=Date/Time
 @FUNCTION=HDATE_JULIAN
 @SHORTDESC=Julian day number for given Gregorian date
 @SYNTAX=HDATE_JULIAN(year,month,day)
- ARGUMENTDESCRIPTION=@{year}: Gregorian year of date
- {month}: Gregorian month of year
- {day}: Gregorian day of month
+ ARGUMENTDESCRIPTION=@{year}: Gregorian year of date, defaults to the current year
+ {month}: Gregorian month of year, defaults to the current month
+ {day}: Gregorian day of month, defaults to the current day
 @SEEALSO=HDATE
 
 @CATEGORY=Date/Time
 @FUNCTION=HDATE_MONTH
 @SHORTDESC=Hebrew month of Gregorian date
 @SYNTAX=HDATE_MONTH(year,month,day)
- ARGUMENTDESCRIPTION=@{year}: Gregorian year of date
- {month}: Gregorian month of year
- {day}: Gregorian day of month
+ ARGUMENTDESCRIPTION=@{year}: Gregorian year of date, defaults to the current year
+ {month}: Gregorian month of year, defaults to the current month
+ {day}: Gregorian day of month, defaults to the current day
 @SEEALSO=HDATE_JULIAN
 
 @CATEGORY=Date/Time
 @FUNCTION=HDATE_YEAR
 @SHORTDESC=Hebrew year of Gregorian date
 @SYNTAX=HDATE_YEAR(year,month,day)
- ARGUMENTDESCRIPTION=@{year}: Gregorian year of date
- {month}: Gregorian month of year
- {day}: Gregorian day of month
+ ARGUMENTDESCRIPTION=@{year}: Gregorian year of date, defaults to the current year
+ {month}: Gregorian month of year, defaults to the current month
+ {day}: Gregorian day of month, defaults to the current day
 @SEEALSO=HDATE_JULIAN
 
 @CATEGORY=Date/Time
@@ -799,7 +820,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @ARGUMENTDESCRIPTION= {start_date}: starting date serial value
 @{end_date}: ending date serial value
 @{holidays}: array of holidays
- {weekend}: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}.
+ {weekend}: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}
 @DESCRIPTION=NETWORKDAYS calculates the number of days from @{start_date} to @{end_date} skipping weekends and @{holidays} in the process.
 @EXCEL=This function is Excel compatible if the last argument is omitted.
 @ODF=This function is OpenFormula compatible.
@@ -860,10 +881,10 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 
 @CATEGORY=Date/Time
 @FUNCTION=UNIX2DATE
- SHORTDESC=create a date value from a Unix timestamp
+ SHORTDESC=date value corresponding to the Unix timestamp @{t}
 @SYNTAX=UNIX2DATE(t)
 @ARGUMENTDESCRIPTION= {t}: Unix time stamp
- DESCRIPTION=The UNIT2DATE function translates Unix timestamps into date serial values.  Unix timestamps are number of seconds since Midnight 1-Jan-1900.
+ DESCRIPTION=The UNIX2DATE function translates Unix timestamps into the corresponding date.  A Unix timestamp is the number of seconds since midnight (0:00) of January 1st, 1970 GMT.
 @SEEALSO=DATE2UNIX,DATE
 
 @CATEGORY=Date/Time
@@ -871,8 +892,8 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SHORTDESC=day-of-week
 @SYNTAX=WEEKDAY(date,method)
 @ARGUMENTDESCRIPTION= {date}: date serial value
- {method}: numbering system
- DESCRIPTION=The WEEKDAY function returns the day-of-week of @{date}.  The value of @{method} determines how days are numbered.
+ {method}: numbering system, defaults to 1
+ DESCRIPTION=The WEEKDAY function returns the day-of-week of @{date}.  The value of @{method} determines how days are numbered; it defaults to 1. 
 @NOTE=If @{method} is 1, then Sunday is 1, Monday is 2, etc. If @{method} is 2, then Monday is 1, Tuesday is 2, etc. If @{method} is 3, then Monday is 0, Tuesday is 1, etc.
 @EXCEL=This function is Excel compatible.
 @SEEALSO=DATE,ISOWEEKNUM
@@ -882,7 +903,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @SHORTDESC=week number
 @SYNTAX=WEEKNUM(date,method)
 @ARGUMENTDESCRIPTION= {date}: date serial value
- {method}: numbering system
+ {method}: numbering system, defaults to 1
 @DESCRIPTION=WEEKNUM calculates the week number according to @{method} which defaults to 1.
 @NOTE=If @{method} is 1, then weeks start on Sundays and January 1 is in week 1. If @{method} is 2, then weeks start on Mondays and January 1 is in week 1. If @{method} is 150, then the ISO 8601 numbering is used.
 @SEEALSO=ISOWEEKNUM
@@ -894,7 +915,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @ARGUMENTDESCRIPTION= {date}: date serial value
 @{days}: number of days to add
 @{holidays}: array of holidays
- {weekend}: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}.
+ {weekend}: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}
 @DESCRIPTION=WORKDAY adjusts @{date} by @{days} skipping over weekends and @{holidays} in the process.
 @NOTE= {days} may be negative.
 @EXCEL=This function is Excel compatible if the last argument is omitted.
@@ -1351,14 +1372,6 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @SEEALSO=AMORDEGRC
 
 @CATEGORY=Finance
- FUNCTION=ATL_LAST
- SHORTDESC=sample real-time data source
- SYNTAX=ATL_LAST(tag)
- ARGUMENTDESCRIPTION=@{tag}: tag to watch
- DESCRIPTION=ATL_LAST is a sample implementation of a real time data source.  It takes a string tag and monitors the named pipe ~/atl for changes to the value of that tag.
- NOTE=This is not intended to be generally enabled and is OFF by default.
-
- CATEGORY=Finance
 @FUNCTION=COUPDAYBS
 @SHORTDESC=number of days from coupon period to settlement
 @SYNTAX=COUPDAYBS(settlement,maturity,frequency,basis,eom)
@@ -1449,7 +1462,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @FUNCTION=CUMIPMT
 @SHORTDESC=cumulative interest payment
 @SYNTAX=CUMIPMT(rate,nper,pv,start_period,end_period,type)
- ARGUMENTDESCRIPTION=@{rate}: effective annual interest rate
+ ARGUMENTDESCRIPTION=@{rate}: interest rate per period
 @{nper}: number of periods
 @{pv}: present value
 @{start_period}: first period to accumulate for
@@ -1463,7 +1476,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @FUNCTION=CUMPRINC
 @SHORTDESC=cumulative principal
 @SYNTAX=CUMPRINC(rate,nper,pv,start_period,end_period,type)
- ARGUMENTDESCRIPTION=@{rate}: effective annual interest rate
+ ARGUMENTDESCRIPTION=@{rate}: interest rate per period
 @{nper}: number of periods
 @{pv}: present value
 @{start_period}: first period to accumulate for
@@ -1779,12 +1792,12 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @CATEGORY=Finance
 @FUNCTION=OPT_2_ASSET_CORRELATION
 @SHORTDESC=theoretical price of options on 2 assets with correlation @{rho}
- SYNTAX=OPT_2_ASSET_CORRELATION(call_put_flag,spot1,spot2,strike1,strike1,time,cost_of_carry1,cost_of_carry2,rate,volatility1,volatility2,rho)
+ SYNTAX=OPT_2_ASSET_CORRELATION(call_put_flag,spot1,spot2,strike1,strike2,time,cost_of_carry1,cost_of_carry2,rate,volatility1,volatility2,rho)
 @ARGUMENTDESCRIPTION= {call_put_flag}: 'c' for a call and 'p' for a put
 @{spot1}: spot price of the underlying asset of the first option
 @{spot2}: spot price of the underlying asset of the second option
 @{strike1}: strike prices of the first option
- {strike1}: strike prices of the second option
+ {strike2}: strike prices of the second option
 @{time}: time to maturity in years
 @{cost_of_carry1}: net cost of holding the underlying asset of the first option (for common stocks, the risk free rate less the dividend yield)
 @{cost_of_carry2}: net cost of holding the underlying asset of the second option (for common stocks, the risk free rate less the dividend yield)
@@ -1910,7 +1923,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @{rate}: risk-free interest rate to the exercise date in percent
 @{volatility}: annualized volatility of the asset in percent for the period through to the exercise date
 @{cost_of_carry}: net cost of holding the underlying asset (for common stocks, the risk free rate less the dividend yield), defaults to 0
- DESCRIPTION=OPT_BS_DELTA uses the Black-Scholes model to calculate the 'gamma' of a European option struck at @{strike} on an asset with spot price @{spot}. The gamma of an option is the second derivative of its price with respect to the price of the underlying asset.
+ DESCRIPTION=OPT_BS_GAMMA uses the Black-Scholes model to calculate the 'gamma' of a European option struck at @{strike} on an asset with spot price @{spot}. The gamma of an option is the second derivative of its price with respect to the price of the underlying asset.
 @NOTE=Gamma is expressed as the rate of change of delta per unit change in @{spot}. Gamma is the same for calls and puts.
 @SEEALSO=OPT_BS,OPT_BS_DELTA,OPT_BS_RHO,OPT_BS_THETA,OPT_BS_VEGA
 
@@ -1925,7 +1938,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @{rate}: risk-free interest rate to the exercise date in percent
 @{volatility}: annualized volatility of the asset in percent for the period through to the exercise date
 @{cost_of_carry}: net cost of holding the underlying asset (for common stocks, the risk free rate less the dividend yield), defaults to 0
- DESCRIPTION=OPT_BS_DELTA uses the Black-Scholes model to calculate the 'rho' of a European option struck at @{strike} on an asset with spot price @{spot}. The rho of an option is the rate of change of its price with respect to the risk free interest rate.
+ DESCRIPTION=OPT_BS_RHO uses the Black-Scholes model to calculate the 'rho' of a European option struck at @{strike} on an asset with spot price @{spot}. The rho of an option is the rate of change of its price with respect to the risk free interest rate.
 @NOTE=Rho is expressed as the rate of change of the option value, per 100% change in @{rate}.
 @SEEALSO=OPT_BS,OPT_BS_DELTA,OPT_BS_THETA,OPT_BS_VEGA,OPT_BS_GAMMA
 
@@ -1954,7 +1967,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @{rate}: risk-free interest rate to the exercise date in percent
 @{volatility}: annualized volatility of the asset in percent for the period through to the exercise date
 @{cost_of_carry}: net cost of holding the underlying asset (for common stocks, the risk free rate less the dividend yield), defaults to 0
- DESCRIPTION=OPT_BS_DELTA uses the Black-Scholes model to calculate the 'vega' of a European option struck at @{strike} on an asset with spot price @{spot}. The vega of an option is the rate of change of its price with respect to volatility.
+ DESCRIPTION=OPT_BS_VEGA uses the Black-Scholes model to calculate the 'vega' of a European option struck at @{strike} on an asset with spot price @{spot}. The vega of an option is the rate of change of its price with respect to volatility.
 @NOTE=Vega is the same for calls and puts. Vega is expressed as the rate of change of option value, per 100% volatility.
 @SEEALSO=OPT_BS,OPT_BS_DELTA,OPT_BS_RHO,OPT_BS_THETA,OPT_BS_GAMMA
 
@@ -2388,7 +2401,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @{end_period}: last period to accumulate for
 @{factor}: factor at which the balance declines
 @{no_switch}: do not switch to straight-line depreciation
- DESCRIPTION=VDB calculates the depreciation of an asset for a given period range using the double-declining balance method.
+ DESCRIPTION=VDB calculates the depreciation of an asset for a given period range using the variable-rate declining balance method.
 @NOTE=If @{no_switch} is FALSE, the calculation switches to straight-line depreciation when depreciation is greater than the declining balance calculation.
 @SEEALSO=DB,DDB
 
@@ -2507,7 +2520,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 
 @CATEGORY=Information
 @FUNCTION=ERROR
- SHORTDESC=the error with name @{text}
+ SHORTDESC=the error with the given @{name}
 @SYNTAX=ERROR(name)
 @ARGUMENTDESCRIPTION= {name}: string
 @SEEALSO=ISERROR
@@ -2806,6 +2819,13 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @SEEALSO=ADDRESS,INDEX,INDIRECT,OFFSET
 
 @CATEGORY=Lookup
+ FUNCTION=ARRAY
+ SHORTDESC=vertical array of the arguments
+ SYNTAX=ARRAY(v)
+ ARGUMENTDESCRIPTION=@{v}: value
+ SEEALSO=TRANSPOSE
+
+ CATEGORY=Lookup
 @FUNCTION=CHOOSE
 @SHORTDESC=the (@{index}+1)th argument
 @SYNTAX=CHOOSE(index,value1,value2)
@@ -2939,7 +2959,7 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @SHORTDESC=sheet number of @{reference}
 @SYNTAX=SHEET(reference)
 @ARGUMENTDESCRIPTION= {reference}: reference or literal sheet name, defaults to the current sheet
- NOTE=If @{reference} is neither a reference nor a literal sheet name, SHEETS returns #VALUE!
+ NOTE=If @{reference} is neither a reference nor a literal sheet name, SHEET returns #VALUE!
 @SEEALSO=SHEETS,ROW,COLUMNNUMBER
 
 @CATEGORY=Lookup
@@ -2951,6 +2971,15 @@ Otherwise ACCRINT returns the sum of the interest accrued in all coupon periods
 @SEEALSO=COLUMNS,ROWS
 
 @CATEGORY=Lookup
+ FUNCTION=SORT
+ SHORTDESC=sorted list of numbers as vertical array
+ SYNTAX=SORT(ref,order)
+ ARGUMENTDESCRIPTION=@{ref}: list of numbers
+ {order}: 0 (descending order) or 1 (ascending order); defaults to 0
+ NOTE=Strings, booleans, and empty cells are ignored.
+ SEEALSO=ARRAY
+
+ CATEGORY=Lookup
 @FUNCTION=TRANSPOSE
 @SHORTDESC=the transpose of @{matrix}
 @SYNTAX=TRANSPOSE(matrix)
@@ -3731,9 +3760,9 @@ Strings and empty cells are simply ignored.
 @CATEGORY=Mathematics
 @FUNCTION=TRUNC
 @SHORTDESC= {x} truncated to @{d} digits
- SYNTAX=TRUNC(x,x)
+ SYNTAX=TRUNC(x,d)
 @ARGUMENTDESCRIPTION= {x}: number
- {x}: non-negative integer, defaults to 0
+ {d}: non-negative integer, defaults to 0
 @NOTE=If @{d} is omitted or negative then it defaults to zero. If it is not an integer then it is truncated to an integer.
 @EXCEL=This function is Excel compatible.
 @SEEALSO=INT
@@ -5737,7 +5766,7 @@ The distinction between half-width and full-width characters is described in htt
 @DESCRIPTION=CHAR(@{x}) returns the CP1252 (Windows-1252) character with code @{x}.
 @{x} must be in the range 1 to 255.
 CP1252 (Windows-1252) is also known as the "ANSI code page", but it is not an ANSI standard.
-CP1252 (Windows-1252) is based on an early draft of ISO-8859-1, and contains all of its printable characters (but partially at different positions.)
+CP1252 (Windows-1252) is based on an early draft of ISO-8859-1, and contains all of its printable characters. It also contains all of ISO-8859-15's printable characters (but partially at different positions.)
 This function is Excel compatible.
 @NOTE=In CP1252 (Windows-1252), 129, 141, 143, 144, and 157 do not have matching characters. For @{x} from 1 to 255 except 129, 141, 143, 144, and 157 we have CODE(CHAR(@{x}))= {x} 
 @SEEALSO=CODE
@@ -5997,7 +6026,7 @@ The distinction between half-width and full-width characters is described in htt
 @{text}: search field
 @{start}: starting byte position, defaults to 1
 @DESCRIPTION= {search} may contain wildcard characters (*) and question marks (?). A question mark matches any single character, and a wildcard matches any string including the empty string. To search for * or ?, precede the symbol with ~.
- NOTE=This search is not case sensitive. If @{search} is not found, SEARCH returns #VALUE! If @{start} is less than one or it is greater than the byte length of @{text}, SEARCH returns #VALUE! The semantics of this function is subject to change as various applications implement it.
+ NOTE=This search is not case sensitive. If @{search} is not found, SEARCHB returns #VALUE! If @{start} is less than one or it is greater than the byte length of @{text}, SEARCHB returns #VALUE! The semantics of this function is subject to change as various applications implement it.
 @EXCEL=While this function is syntactically Excel compatible, the differences in the underlying text encoding will usually yield different results.
 @ODF=While this function is OpenFormula compatible, most of its behavior is, at this time, implementation specific.
 @SEEALSO=FINDB,SEARCH
@@ -6073,7 +6102,7 @@ The distinction between half-width and full-width characters is described in htt
 @SHORTDESC=Fourier or inverse Fourier transform
 @SYNTAX=FOURIER(Sequence,Inverse)
 @ARGUMENTDESCRIPTION= {Sequence}: the data sequence to be transformed
- {Inverse}: if false, the inverse Fourier transform is calculated. Defaults to false
+ {Inverse}: if true, the inverse Fourier transform is calculated, defaults to false
 @DESCRIPTION=This array function returns the Fourier or inverse Fourier transform of the given data sequence.
 The output consists always of one column of complex numbers.
 @NOTE=If @{Sequence} is neither an n by 1 nor 1 by n array, this function returns #NUM!
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index d990fa3..8d9c5e1 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -2187,6 +2187,89 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-DATE2HDATE">
+      <refmeta>
+        <refentrytitle>
+          <function>DATE2HDATE</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>DATE2HDATE</function>
+        </refname>
+        <refpurpose>
+        Hebrew date
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        <synopsis><function>DATE2HDATE</function>(<parameter>date</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>date</parameter>: Gregorian date, defaults to today</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-HDATE"><function>HDATE</function></link>,
+        <link linkend="gnumeric-DATE2HDATE_HEB"><function>DATE2HDATE_HEB</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
+    <refentry id="gnumeric-DATE2HDATE_HEB">
+      <refmeta>
+        <refentrytitle>
+          <function>DATE2HDATE_HEB</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>DATE2HDATE_HEB</function>
+        </refname>
+        <refpurpose>
+        Hebrew date in Hebrew
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        <synopsis><function>DATE2HDATE_HEB</function>(<parameter>date</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>date</parameter>: Gregorian date, defaults to today</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-DATE2HDATE"><function>DATE2HDATE</function></link>,
+        <link linkend="gnumeric-HDATE_HEB"><function>HDATE_HEB</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
+    <refentry id="gnumeric-DATE2JULIAN">
+      <refmeta>
+        <refentrytitle>
+          <function>DATE2JULIAN</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>DATE2JULIAN</function>
+        </refname>
+        <refpurpose>
+        Julian day number for given Gregorian date
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        <synopsis><function>DATE2JULIAN</function>(<parameter>date</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>date</parameter>: Gregorian date, defaults to today</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-HDATE_JULIAN"><function>HDATE_JULIAN</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-DATE2UNIX">
       <refmeta>
         <refentrytitle>
@@ -2198,7 +2281,7 @@
           <function>DATE2UNIX</function>
         </refname>
         <refpurpose>
-        translate a date serial value to a Unix timestamp
+        the Unix timestamp corresponding to a date <parameter>d</parameter>
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
@@ -2206,11 +2289,11 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>d</parameter>: date serial value</para>
+        <para><parameter>d</parameter>: date</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>The <function>DATE2UNIX</function> function translates a date serial values into a Unix timestamp.</para>
+        <para>The <function>DATE2UNIX</function> function translates a date into a Unix timestamp. A Unix timestamp is the number of seconds since midnight (0:00) of January 1st, 1970 GMT.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2567,9 +2650,9 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>year</parameter>: year of date</para>
-        <para><parameter>month</parameter>: month of year</para>
-        <para><parameter>day</parameter>: day of month</para>
+        <para><parameter>year</parameter>: Gregorian year of date, defaults to the current year</para>
+        <para><parameter>month</parameter>: Gregorian month of year, defaults to the current month</para>
+        <para><parameter>day</parameter>: Gregorian day of month, defaults to the current day</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2597,9 +2680,9 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>year</parameter>: Gregorian year of date</para>
-        <para><parameter>month</parameter>: Gregorian month of year</para>
-        <para><parameter>day</parameter>: Gregorian day of month</para>
+        <para><parameter>year</parameter>: Gregorian year of date, defaults to the current year</para>
+        <para><parameter>month</parameter>: Gregorian month of year, defaults to the current month</para>
+        <para><parameter>day</parameter>: Gregorian day of month, defaults to the current day</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2626,9 +2709,9 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>year</parameter>: year of date</para>
-        <para><parameter>month</parameter>: month of year</para>
-        <para><parameter>day</parameter>: day of month</para>
+        <para><parameter>year</parameter>: Gregorian year of date, defaults to the current year</para>
+        <para><parameter>month</parameter>: Gregorian month of year, defaults to the current month</para>
+        <para><parameter>day</parameter>: Gregorian day of month, defaults to the current day</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2656,9 +2739,9 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>year</parameter>: Gregorian year of date</para>
-        <para><parameter>month</parameter>: Gregorian month of year</para>
-        <para><parameter>day</parameter>: Gregorian day of month</para>
+        <para><parameter>year</parameter>: Gregorian year of date, defaults to the current year</para>
+        <para><parameter>month</parameter>: Gregorian month of year, defaults to the current month</para>
+        <para><parameter>day</parameter>: Gregorian day of month, defaults to the current day</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2685,9 +2768,9 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>year</parameter>: Gregorian year of date</para>
-        <para><parameter>month</parameter>: Gregorian month of year</para>
-        <para><parameter>day</parameter>: Gregorian day of month</para>
+        <para><parameter>year</parameter>: Gregorian year of date, defaults to the current year</para>
+        <para><parameter>month</parameter>: Gregorian month of year, defaults to the current month</para>
+        <para><parameter>day</parameter>: Gregorian day of month, defaults to the current day</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2714,9 +2797,9 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>year</parameter>: Gregorian year of date</para>
-        <para><parameter>month</parameter>: Gregorian month of year</para>
-        <para><parameter>day</parameter>: Gregorian day of month</para>
+        <para><parameter>year</parameter>: Gregorian year of date, defaults to the current year</para>
+        <para><parameter>month</parameter>: Gregorian month of year, defaults to the current month</para>
+        <para><parameter>day</parameter>: Gregorian day of month, defaults to the current day</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -2929,7 +3012,7 @@
         <para><parameter>start_date</parameter>: starting date serial value</para>
         <para><parameter>end_date</parameter>: ending date serial value</para>
         <para><parameter>holidays</parameter>: array of holidays</para>
-        <para><parameter>weekend</parameter>: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}.</para>
+        <para><parameter>weekend</parameter>: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
@@ -3165,7 +3248,7 @@
           <function>UNIX2DATE</function>
         </refname>
         <refpurpose>
-        create a date value from a Unix timestamp
+        date value corresponding to the Unix timestamp <parameter>t</parameter>
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
@@ -3177,7 +3260,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>The UNIT2DATE function translates Unix timestamps into date serial values.  Unix timestamps are number of seconds since Midnight 1-Jan-1900.</para>
+        <para>The <function>UNIX2DATE</function> function translates Unix timestamps into the corresponding date.  A Unix timestamp is the number of seconds since midnight (0:00) of January 1st, 1970 GMT.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -3206,11 +3289,11 @@
       <refsect1>
         <title>Arguments</title>
         <para><parameter>date</parameter>: date serial value</para>
-        <para><parameter>method</parameter>: numbering system</para>
+        <para><parameter>method</parameter>: numbering system, defaults to 1</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>The <function>WEEKDAY</function> function returns the day-of-week of <parameter>date</parameter>.  The value of <parameter>method</parameter> determines how days are numbered.</para>
+        <para>The <function>WEEKDAY</function> function returns the day-of-week of <parameter>date</parameter>.  The value of <parameter>method</parameter> determines how days are numbered; it defaults to 1. </para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -3247,7 +3330,7 @@
       <refsect1>
         <title>Arguments</title>
         <para><parameter>date</parameter>: date serial value</para>
-        <para><parameter>method</parameter>: numbering system</para>
+        <para><parameter>method</parameter>: numbering system, defaults to 1</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
@@ -3285,7 +3368,7 @@
         <para><parameter>date</parameter>: date serial value</para>
         <para><parameter>days</parameter>: number of days to add</para>
         <para><parameter>holidays</parameter>: array of holidays</para>
-        <para><parameter>weekend</parameter>: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}.</para>
+        <para><parameter>weekend</parameter>: array indicating whether a weekday (S, M, T, W, T, F, S) is on the weekend, defaults to {TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE}</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
@@ -4681,36 +4764,6 @@
       </para>
       </refsect1>
     </refentry>
-    <refentry id="gnumeric-ATL_LAST">
-      <refmeta>
-        <refentrytitle>
-          <function>ATL_LAST</function>
-        </refentrytitle>
-      </refmeta>
-      <refnamediv>
-        <refname>
-          <function>ATL_LAST</function>
-        </refname>
-        <refpurpose>
-        sample real-time data source
-      </refpurpose>
-      </refnamediv>
-      <refsynopsisdiv>
-        <synopsis><function>ATL_LAST</function>(<parameter>tag</parameter>)</synopsis>
-      </refsynopsisdiv>
-      <refsect1>
-        <title>Arguments</title>
-        <para><parameter>tag</parameter>: tag to watch</para>
-      </refsect1>
-      <refsect1>
-        <title>Description</title>
-        <para><function>ATL_LAST</function> is a sample implementation of a real time data source.  It takes a string tag and monitors the named pipe ~/atl for changes to the value of that tag.</para>
-      </refsect1>
-      <refsect1>
-        <title>Note</title>
-        <para>This is not intended to be generally enabled and is OFF by default.</para>
-      </refsect1>
-    </refentry>
     <refentry id="gnumeric-COUPDAYBS">
       <refmeta>
         <refentrytitle>
@@ -4999,7 +5052,7 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>rate</parameter>: effective annual interest rate</para>
+        <para><parameter>rate</parameter>: interest rate per period</para>
         <para><parameter>nper</parameter>: number of periods</para>
         <para><parameter>pv</parameter>: present value</para>
         <para><parameter>start_period</parameter>: first period to accumulate for</para>
@@ -5039,7 +5092,7 @@
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
-        <para><parameter>rate</parameter>: effective annual interest rate</para>
+        <para><parameter>rate</parameter>: interest rate per period</para>
         <para><parameter>nper</parameter>: number of periods</para>
         <para><parameter>pv</parameter>: present value</para>
         <para><parameter>start_period</parameter>: first period to accumulate for</para>
@@ -6009,7 +6062,7 @@
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        <synopsis><function>OPT_2_ASSET_CORRELATION</function>(<parameter>call_put_flag</parameter>,<parameter>spot1</parameter>,<parameter>spot2</parameter>,<parameter>strike1</parameter>,<parameter>strike1</parameter>,<parameter>time</parameter>,<parameter>cost_of_carry1</parameter>,<parameter>cost_of_carry2</parameter>,<parameter>rate</parameter>,<parameter>volatility1</parameter>,<parameter>volatility2</parameter>,<parameter>rho</parameter>)</synopsis>
+        <synopsis><function>OPT_2_ASSET_CORRELATION</function>(<parameter>call_put_flag</parameter>,<parameter>spot1</parameter>,<parameter>spot2</parameter>,<parameter>strike1</parameter>,<parameter>strike2</parameter>,<parameter>time</parameter>,<parameter>cost_of_carry1</parameter>,<parameter>cost_of_carry2</parameter>,<parameter>rate</parameter>,<parameter>volatility1</parameter>,<parameter>volatility2</parameter>,<parameter>rho</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
@@ -6017,7 +6070,7 @@
         <para><parameter>spot1</parameter>: spot price of the underlying asset of the first option</para>
         <para><parameter>spot2</parameter>: spot price of the underlying asset of the second option</para>
         <para><parameter>strike1</parameter>: strike prices of the first option</para>
-        <para><parameter>strike1</parameter>: strike prices of the second option</para>
+        <para><parameter>strike2</parameter>: strike prices of the second option</para>
         <para><parameter>time</parameter>: time to maturity in years</para>
         <para><parameter>cost_of_carry1</parameter>: net cost of holding the underlying asset of the first option (for common stocks, the risk free rate less the dividend yield)</para>
         <para><parameter>cost_of_carry2</parameter>: net cost of holding the underlying asset of the second option (for common stocks, the risk free rate less the dividend yield)</para>
@@ -6366,7 +6419,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>OPT_BS_DELTA uses the Black-Scholes model to calculate the 'gamma' of a European option struck at <parameter>strike</parameter> on an asset with spot price <parameter>spot</parameter>. The gamma of an option is the second derivative of its price with respect to the price of the underlying asset.</para>
+        <para><function>OPT_BS_GAMMA</function> uses the Black-Scholes model to calculate the 'gamma' of a European option struck at <parameter>strike</parameter> on an asset with spot price <parameter>spot</parameter>. The gamma of an option is the second derivative of its price with respect to the price of the underlying asset.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -6411,7 +6464,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>OPT_BS_DELTA uses the Black-Scholes model to calculate the 'rho' of a European option struck at <parameter>strike</parameter> on an asset with spot price <parameter>spot</parameter>. The rho of an option is the rate of change of its price with respect to the risk free interest rate.</para>
+        <para><function>OPT_BS_RHO</function> uses the Black-Scholes model to calculate the 'rho' of a European option struck at <parameter>strike</parameter> on an asset with spot price <parameter>spot</parameter>. The rho of an option is the rate of change of its price with respect to the risk free interest rate.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -6500,7 +6553,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para>OPT_BS_DELTA uses the Black-Scholes model to calculate the 'vega' of a European option struck at <parameter>strike</parameter> on an asset with spot price <parameter>spot</parameter>. The vega of an option is the rate of change of its price with respect to volatility.</para>
+        <para><function>OPT_BS_VEGA</function> uses the Black-Scholes model to calculate the 'vega' of a European option struck at <parameter>strike</parameter> on an asset with spot price <parameter>spot</parameter>. The vega of an option is the rate of change of its price with respect to volatility.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -7745,7 +7798,7 @@
       </refsect1>
       <refsect1>
         <title>Description</title>
-        <para><function>VDB</function> calculates the depreciation of an asset for a given period range using the double-declining balance method.</para>
+        <para><function>VDB</function> calculates the depreciation of an asset for a given period range using the variable-rate declining balance method.</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -8086,7 +8139,7 @@
           <function>ERROR</function>
         </refname>
         <refpurpose>
-        the error with name <parameter>text</parameter>
+        the error with the given <parameter>name</parameter>
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
@@ -9170,6 +9223,33 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-ARRAY">
+      <refmeta>
+        <refentrytitle>
+          <function>ARRAY</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>ARRAY</function>
+        </refname>
+        <refpurpose>
+        vertical array of the arguments
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        <synopsis><function>ARRAY</function>(<parameter>v</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>v</parameter>: value</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-TRANSPOSE"><function>TRANSPOSE</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-CHOOSE">
       <refmeta>
         <refentrytitle>
@@ -9653,7 +9733,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>reference</parameter> is neither a reference nor a literal sheet name, SHEETS returns #VALUE!</para>
+        <para>If <parameter>reference</parameter> is neither a reference nor a literal sheet name, <function>SHEET</function> returns #VALUE!</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -9695,6 +9775,38 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-SORT">
+      <refmeta>
+        <refentrytitle>
+          <function>SORT</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>SORT</function>
+        </refname>
+        <refpurpose>
+        sorted list of numbers as vertical array
+      </refpurpose>
+      </refnamediv>
+      <refsynopsisdiv>
+        <synopsis><function>SORT</function>(<parameter>ref</parameter>,<parameter>order</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Arguments</title>
+        <para><parameter>ref</parameter>: list of numbers</para>
+        <para><parameter>order</parameter>: 0 (descending order) or 1 (ascending order); defaults to 0</para>
+      </refsect1>
+      <refsect1>
+        <title>Note</title>
+        <para>Strings, booleans, and empty cells are ignored.</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-ARRAY"><function>ARRAY</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-TRANSPOSE">
       <refmeta>
         <refentrytitle>
@@ -12734,12 +12846,12 @@
       </refpurpose>
       </refnamediv>
       <refsynopsisdiv>
-        <synopsis><function>TRUNC</function>(<parameter>x</parameter>,<parameter>x</parameter>)</synopsis>
+        <synopsis><function>TRUNC</function>(<parameter>x</parameter>,<parameter>d</parameter>)</synopsis>
       </refsynopsisdiv>
       <refsect1>
         <title>Arguments</title>
         <para><parameter>x</parameter>: number</para>
-        <para><parameter>x</parameter>: non-negative integer, defaults to 0</para>
+        <para><parameter>d</parameter>: non-negative integer, defaults to 0</para>
       </refsect1>
       <refsect1>
         <title>Note</title>
@@ -19670,7 +19782,7 @@
         <para><function>CHAR</function>(<parameter>x</parameter>) returns the CP1252 (Windows-1252) character with code <parameter>x</parameter>.</para>
         <para><parameter>x</parameter> must be in the range 1 to 255.</para>
         <para>CP1252 (Windows-1252) is also known as the "ANSI code page", but it is not an ANSI standard.</para>
-        <para>CP1252 (Windows-1252) is based on an early draft of ISO-8859-1, and contains all of its printable characters (but partially at different positions.)</para>
+        <para>CP1252 (Windows-1252) is based on an early draft of ISO-8859-1, and contains all of its printable characters. It also contains all of ISO-8859-15's printable characters (but partially at different positions.)</para>
         <para>This function is Excel compatible.</para>
       </refsect1>
       <refsect1>
@@ -20643,7 +20755,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>This search is not case sensitive. If <parameter>search</parameter> is not found, SEARCH returns #VALUE! If <parameter>start</parameter> is less than one or it is greater than the byte length of <parameter>text</parameter>, SEARCH returns #VALUE! The semantics of this function is subject to change as various applications implement it.</para>
+        <para>This search is not case sensitive. If <parameter>search</parameter> is not found, <function>SEARCHB</function> returns #VALUE! If <parameter>start</parameter> is less than one or it is greater than the byte length of <parameter>text</parameter>, <function>SEARCHB</function> returns #VALUE! The semantics of this function is subject to change as various applications implement it.</para>
       </refsect1>
       <refsect1>
         <title>Microsoft Excel Compatibility</title>
@@ -20937,7 +21049,7 @@
       <refsect1>
         <title>Arguments</title>
         <para><parameter>Sequence</parameter>: the data sequence to be transformed</para>
-        <para><parameter>Inverse</parameter>: if false, the inverse Fourier transform is calculated. Defaults to false</para>
+        <para><parameter>Inverse</parameter>: if true, the inverse Fourier transform is calculated, defaults to false</para>
       </refsect1>
       <refsect1>
         <title>Description</title>
diff --git a/doc/ChangeLog b/doc/ChangeLog
index e516363..044aa41 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/doc/de/ChangeLog b/doc/de/ChangeLog
index 16b5e70..52283fd 100644
--- a/doc/de/ChangeLog
+++ b/doc/de/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/applix/ChangeLog b/plugins/applix/ChangeLog
index ffaf611..f06d337 100644
--- a/plugins/applix/ChangeLog
+++ b/plugins/applix/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/corba/ChangeLog b/plugins/corba/ChangeLog
index 9aefdcd..c4d0f18 100644
--- a/plugins/corba/ChangeLog
+++ b/plugins/corba/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/dif/ChangeLog b/plugins/dif/ChangeLog
index 1ef35f9..6d03477 100644
--- a/plugins/dif/ChangeLog
+++ b/plugins/dif/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 2df4e08..f16aef9 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-28  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* excel-xml-read.c (xl_xml_font): add UNDERLINE_*_LOW
diff --git a/plugins/excelplugins/ChangeLog b/plugins/excelplugins/ChangeLog
index 64e44c5..bfa87f8 100644
--- a/plugins/excelplugins/ChangeLog
+++ b/plugins/excelplugins/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-26  Morten Welinder  <terra gnome org>
 
 	* excelplugins.c (gnm_value_type_name): Remove references to
diff --git a/plugins/fn-christian-date/ChangeLog b/plugins/fn-christian-date/ChangeLog
index f9e1645..d6eb077 100644
--- a/plugins/fn-christian-date/ChangeLog
+++ b/plugins/fn-christian-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-complex/ChangeLog b/plugins/fn-complex/ChangeLog
index de6b477..fdeafc0 100644
--- a/plugins/fn-complex/ChangeLog
+++ b/plugins/fn-complex/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-database/ChangeLog b/plugins/fn-database/ChangeLog
index 498703c..6a83eb8 100644
--- a/plugins/fn-database/ChangeLog
+++ b/plugins/fn-database/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-date/ChangeLog b/plugins/fn-date/ChangeLog
index 728db38..815934a 100644
--- a/plugins/fn-date/ChangeLog
+++ b/plugins/fn-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-07  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_networkdays): fix argument description
diff --git a/plugins/fn-derivatives/ChangeLog b/plugins/fn-derivatives/ChangeLog
index d40765f..57f9e61 100644
--- a/plugins/fn-derivatives/ChangeLog
+++ b/plugins/fn-derivatives/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-23  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* options.c (help_opt_bs_gamma): fix description
diff --git a/plugins/fn-eng/ChangeLog b/plugins/fn-eng/ChangeLog
index 6b1848c..582e49a 100644
--- a/plugins/fn-eng/ChangeLog
+++ b/plugins/fn-eng/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-29 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_convert): adjust
diff --git a/plugins/fn-erlang/ChangeLog b/plugins/fn-erlang/ChangeLog
index 9de7019..ffb9934 100644
--- a/plugins/fn-erlang/ChangeLog
+++ b/plugins/fn-erlang/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-financial/ChangeLog b/plugins/fn-financial/ChangeLog
index 4888952..d3aeacb 100644
--- a/plugins/fn-financial/ChangeLog
+++ b/plugins/fn-financial/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-28  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_cumipmt): fix argument description
diff --git a/plugins/fn-hebrew-date/ChangeLog b/plugins/fn-hebrew-date/ChangeLog
index 278c01c..f380b12 100644
--- a/plugins/fn-hebrew-date/ChangeLog
+++ b/plugins/fn-hebrew-date/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-25  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (build_hdate): new
diff --git a/plugins/fn-info/ChangeLog b/plugins/fn-info/ChangeLog
index 1d86a34..bedb958 100644
--- a/plugins/fn-info/ChangeLog
+++ b/plugins/fn-info/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-01 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_error): fix description
diff --git a/plugins/fn-logical/ChangeLog b/plugins/fn-logical/ChangeLog
index 91fe45a..edba889 100644
--- a/plugins/fn-logical/ChangeLog
+++ b/plugins/fn-logical/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-lookup/ChangeLog b/plugins/fn-lookup/ChangeLog
index e4fe6e5..0ed80e8 100644
--- a/plugins/fn-lookup/ChangeLog
+++ b/plugins/fn-lookup/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-23  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* plugins/fn-lookup/functions.c (help_sheet): fix description
diff --git a/plugins/fn-math/ChangeLog b/plugins/fn-math/ChangeLog
index 8b4dc13..bb4796c 100644
--- a/plugins/fn-math/ChangeLog
+++ b/plugins/fn-math/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-23 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_trunc): fix argument description
diff --git a/plugins/fn-numtheory/ChangeLog b/plugins/fn-numtheory/ChangeLog
index e161864..7f60466 100644
--- a/plugins/fn-numtheory/ChangeLog
+++ b/plugins/fn-numtheory/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-numtheory/doc/ChangeLog b/plugins/fn-numtheory/doc/ChangeLog
index b3c2fa0..e9af788 100644
--- a/plugins/fn-numtheory/doc/ChangeLog
+++ b/plugins/fn-numtheory/doc/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-r/ChangeLog b/plugins/fn-r/ChangeLog
index bfb19a2..b93542e 100644
--- a/plugins/fn-r/ChangeLog
+++ b/plugins/fn-r/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-random/ChangeLog b/plugins/fn-random/ChangeLog
index 5f1f0b2..a07703a 100644
--- a/plugins/fn-random/ChangeLog
+++ b/plugins/fn-random/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/fn-stat/ChangeLog b/plugins/fn-stat/ChangeLog
index 0048578..7c18845 100644
--- a/plugins/fn-stat/ChangeLog
+++ b/plugins/fn-stat/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-28  Morten Welinder  <terra gnome org>
 
 	* functions.c: Prune includes.
diff --git a/plugins/fn-string/ChangeLog b/plugins/fn-string/ChangeLog
index 3c9db11..04bfc8b 100644
--- a/plugins/fn-string/ChangeLog
+++ b/plugins/fn-string/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-23 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_searchb): fix description
diff --git a/plugins/fn-tsa/ChangeLog b/plugins/fn-tsa/ChangeLog
index f782e2a..f2ca50b 100644
--- a/plugins/fn-tsa/ChangeLog
+++ b/plugins/fn-tsa/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-14 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* functions.c (help_fourier): correct the argument description
diff --git a/plugins/gda/ChangeLog b/plugins/gda/ChangeLog
index 7e8d205..67b228e 100644
--- a/plugins/gda/ChangeLog
+++ b/plugins/gda/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/glpk/ChangeLog b/plugins/glpk/ChangeLog
index 34eac37..851fea0 100644
--- a/plugins/glpk/ChangeLog
+++ b/plugins/glpk/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/gnome-db/ChangeLog b/plugins/gnome-db/ChangeLog
index 43d2be1..cf5f0f6 100644
--- a/plugins/gnome-db/ChangeLog
+++ b/plugins/gnome-db/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/gnome-glossary/ChangeLog b/plugins/gnome-glossary/ChangeLog
index 226b39f..2a1107d 100644
--- a/plugins/gnome-glossary/ChangeLog
+++ b/plugins/gnome-glossary/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/guile/ChangeLog b/plugins/guile/ChangeLog
index b228f96..db30fdb 100644
--- a/plugins/guile/ChangeLog
+++ b/plugins/guile/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/html/ChangeLog b/plugins/html/ChangeLog
index e72f23b..329fa82 100644
--- a/plugins/html/ChangeLog
+++ b/plugins/html/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/lotus-123/ChangeLog b/plugins/lotus-123/ChangeLog
index e14a997..13eda1c 100644
--- a/plugins/lotus-123/ChangeLog
+++ b/plugins/lotus-123/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/lpsolve/ChangeLog b/plugins/lpsolve/ChangeLog
index e723a3b..3484ee2 100644
--- a/plugins/lpsolve/ChangeLog
+++ b/plugins/lpsolve/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/mps/ChangeLog b/plugins/mps/ChangeLog
index 51eacf2..bd4574b 100644
--- a/plugins/mps/ChangeLog
+++ b/plugins/mps/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/nlsolve/ChangeLog b/plugins/nlsolve/ChangeLog
index e4e3413..0dfcb27 100644
--- a/plugins/nlsolve/ChangeLog
+++ b/plugins/nlsolve/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/oleo/ChangeLog b/plugins/oleo/ChangeLog
index bd3b0e9..c96f282 100644
--- a/plugins/oleo/ChangeLog
+++ b/plugins/oleo/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 34dca85..b2fd691 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-28  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* openoffice-read.c (oo_style_prop_cell): handle 
diff --git a/plugins/paradox/ChangeLog b/plugins/paradox/ChangeLog
index e40860f..a88b434 100644
--- a/plugins/paradox/ChangeLog
+++ b/plugins/paradox/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/perl-func/ChangeLog b/plugins/perl-func/ChangeLog
index 4100c3b..26b5bb1 100644
--- a/plugins/perl-func/ChangeLog
+++ b/plugins/perl-func/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/perl-loader/ChangeLog b/plugins/perl-loader/ChangeLog
index 42fea3c..b37a03b 100644
--- a/plugins/perl-loader/ChangeLog
+++ b/plugins/perl-loader/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/plan-perfect/ChangeLog b/plugins/plan-perfect/ChangeLog
index f824de3..853e634 100644
--- a/plugins/plan-perfect/ChangeLog
+++ b/plugins/plan-perfect/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/psiconv/ChangeLog b/plugins/psiconv/ChangeLog
index 5bbe685..38a5c2d 100644
--- a/plugins/psiconv/ChangeLog
+++ b/plugins/psiconv/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/py-func/ChangeLog b/plugins/py-func/ChangeLog
index 7a3897a..ac3f906 100644
--- a/plugins/py-func/ChangeLog
+++ b/plugins/py-func/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/python-loader/ChangeLog b/plugins/python-loader/ChangeLog
index 5ec86e7..a539e15 100644
--- a/plugins/python-loader/ChangeLog
+++ b/plugins/python-loader/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/qpro/ChangeLog b/plugins/qpro/ChangeLog
index b35c7a4..024351f 100644
--- a/plugins/qpro/ChangeLog
+++ b/plugins/qpro/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/sample_datasource/ChangeLog b/plugins/sample_datasource/ChangeLog
index 5287db0..f664b67 100644
--- a/plugins/sample_datasource/ChangeLog
+++ b/plugins/sample_datasource/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/sc/ChangeLog b/plugins/sc/ChangeLog
index 52f7106..f4f22b2 100644
--- a/plugins/sc/ChangeLog
+++ b/plugins/sc/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/sylk/ChangeLog b/plugins/sylk/ChangeLog
index f8a611c..ebb8a31 100644
--- a/plugins/sylk/ChangeLog
+++ b/plugins/sylk/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/uihello/ChangeLog b/plugins/uihello/ChangeLog
index f069be1..672f7fb 100644
--- a/plugins/uihello/ChangeLog
+++ b/plugins/uihello/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/plugins/xbase/ChangeLog b/plugins/xbase/ChangeLog
index 3cc1f1a..d1c0484 100644
--- a/plugins/xbase/ChangeLog
+++ b/plugins/xbase/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/po-functions/ChangeLog b/po-functions/ChangeLog
index 9b6c9ec..2dfb2cc 100644
--- a/po-functions/ChangeLog
+++ b/po-functions/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/po/ChangeLog b/po/ChangeLog
index 2e3489f..7afbcbd 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-04  Valek Filippov  <frob gnome org>
 
 	* ru.po: Russian translation update from K.Tokarev
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 3296ac6..233eb08 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-30  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* dialog-autofilter.c (cb_autofilter_ok): use 
diff --git a/src/tools/ChangeLog b/src/tools/ChangeLog
index affbcb0..18607a8 100644
--- a/src/tools/ChangeLog
+++ b/src/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-19 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* dao.c: delete HAVE_G_DATE_SET_TIME_T throughout 
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index 865b96b..5a1a8b8 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-30  Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* gnm-filter-combo-view.c (cb_fcombo_count): deleted
diff --git a/test/ChangeLog b/test/ChangeLog
index 33b297e..e2dce5b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-06-28  Morten Welinder <terra gnome org>
 
 	* Release 1.10.7
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 483a5ac..ac7f1f1 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-30  Morten Welinder <terra gnome org>
+
+	* Release 1.10.8
+
 2010-07-26  Morten Welinder <terra gnome org>
 
 	* win32/Makefile.am: Don't delete "debug" and "release" and a



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