[gnumeric] Improve xls import of Excel 2010 functions.



commit 2ddb99ec124dd0c830c30d65a049d1e480e02d2a
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Thu Jun 27 13:11:49 2013 -0600

    Improve xls import of Excel 2010 functions.
    
    2013-06-27  Andreas J. Guelzow <aguelzow pyrshep ca>
    
        * ms-formula-read.c (ms-formula-read.c): add another
        synonym

 NEWS                            |    1 +
 plugins/excel/ChangeLog         |    5 +++++
 plugins/excel/ms-formula-read.c |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 68c1201..5aede03 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ Gnumeric 1.12.4
 Andreas:
        * Improve xlsx export of Gnumeric functions.
        * Improve xlsx import of Excel 2010 functions.
+       * Improve xls import of Excel 2010 functions.
        * Fix documentation of r.q*.
        * Add Excel 2010's BETA.DIST.
 
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index a4f3287..c4e12a6 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,5 +1,10 @@
 2013-06-27  Andreas J. Guelzow <aguelzow pyrshep ca>
 
+       * ms-formula-read.c (ms-formula-read.c): add another
+       synonym
+
+2013-06-27  Andreas J. Guelzow <aguelzow pyrshep ca>
+
        * xlsx-utils.c (xlsx_func_betadist_handler): delete again
        (xlsx_func_dist_handler): remove density scaling argument,
        change all callers
diff --git a/plugins/excel/ms-formula-read.c b/plugins/excel/ms-formula-read.c
index 824db31..ec44de5 100644
--- a/plugins/excel/ms-formula-read.c
+++ b/plugins/excel/ms-formula-read.c
@@ -493,6 +493,7 @@ xl2010_synonyms (const char *name)
                { "f.test", "ftest" },
                { "gamma.dist", "gammadist" },
                { "gamma.inv", "gammainv" },
+               { "hypgeom.dist", "hypgeomdist" },
                { "lognorm.inv", "loginv" },
                { "mode.sngl", "mode" },
                { "norm.dist", "normdist" },


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