[Xfce4-commits] <xfce4-calculator-plugin:master> Updated TODO list.
Erik Edelmann
noreply at xfce.org
Tue Jun 29 22:50:07 CEST 2010
Updating branch refs/heads/master
to 4e422ce81c0024462165e973e7466b02c71bac2f (commit)
from 68e89290e8cfad1b3035f80d8bcda7c9e08e8886 (commit)
commit 4e422ce81c0024462165e973e7466b02c71bac2f
Author: Erik Edelmann <erik_e at iki.fi>
Date: Wed Mar 17 01:07:42 2010 +0200
Updated TODO list.
ChangeLog | 4 ++++
TODO | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f57ec32..864a234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,3 +2,7 @@
* panel-plugin/calculator.c (calc_construct): Set LC_NUMERIC locale
to "C".
+
+2010-03-17: Erik Edelmann <erik.edelmann at iki.fi>
+
+ * TODO: Updated TODO list.
diff --git a/TODO b/TODO
index a94e64c..044f44a 100644
--- a/TODO
+++ b/TODO
@@ -13,8 +13,8 @@ TODO before 1.0
- Take a look at the localisation/translation stuff.
-- Write some documentation.
-
+- Add support for multi argument functions
+ - Then add support for pow(x,y) and atan2(x,y)
Beyond 1.0:
@@ -23,5 +23,5 @@ Beyond 1.0:
- Better precision (e.g. using mpfr)
- More functions? (Hyperbolics? Gamma?)
- - "R → R" functions are easy to add, as long as they are implemented
+ - "R^n → R" functions are easy to add, as long as they are implemented
in the C math library.
More information about the Xfce4-commits
mailing list