gnumeric r16265 - in branches/gnumeric-1-8: . plugins/fn-financial



Author: mortenw
Date: Thu Jan 10 17:41:33 2008
New Revision: 16265
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16265&view=rev

Log:
* Fix NPV doc problem.  [#506160]



Modified:
   branches/gnumeric-1-8/NEWS
   branches/gnumeric-1-8/plugins/fn-financial/ChangeLog
   branches/gnumeric-1-8/plugins/fn-financial/functions.c

Modified: branches/gnumeric-1-8/NEWS
==============================================================================
--- branches/gnumeric-1-8/NEWS	(original)
+++ branches/gnumeric-1-8/NEWS	Thu Jan 10 17:41:33 2008
@@ -1,4 +1,11 @@
-Gnumeric 1.7.92 (rc3)
+--------------------------------------------------------------------------
+Gnumeric 1.8.1
+
+Morten:
+	* Fix NPV doc problem.  [#506160]
+
+--------------------------------------------------------------------------
+Gnumeric 1.8.0
 
 Andreas:
 	* Fix print area bug [#502206]

Modified: branches/gnumeric-1-8/plugins/fn-financial/functions.c
==============================================================================
--- branches/gnumeric-1-8/plugins/fn-financial/functions.c	(original)
+++ branches/gnumeric-1-8/plugins/fn-financial/functions.c	Thu Jan 10 17:41:33 2008
@@ -4089,7 +4089,7 @@
 	{ "nper", "fff|ff", "rate,pmt,pv,fv,type",
 	  help_nper,	  gnumeric_nper, NULL, NULL, NULL, NULL,
 	  GNM_FUNC_SIMPLE, GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },
-	{ "npv", NULL, "",
+	{ "npv", NULL, N_("rate,values"),
 	  help_npv,	  NULL, gnumeric_npv, NULL, NULL, NULL,
 	  GNM_FUNC_SIMPLE + GNM_FUNC_AUTO_MONETARY,
 	  GNM_FUNC_IMPL_STATUS_COMPLETE, GNM_FUNC_TEST_STATUS_BASIC },



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