summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-sheet/ChangeLog
Unidiff
Diffstat (limited to 'noncore/apps/opie-sheet/ChangeLog') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-sheet/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-sheet/ChangeLog b/noncore/apps/opie-sheet/ChangeLog
index 06b2878..56887c5 100644
--- a/noncore/apps/opie-sheet/ChangeLog
+++ b/noncore/apps/opie-sheet/ChangeLog
@@ -7,5 +7,5 @@ January 7, 2004
7 -Maintained compatibility with the opie-fileformat. 7 -Maintained compatibility with the opie-fileformat.
8 -New icons. 8 -New icons.
9 -Found that the DataParser was not a real RPN compiler of the expressions. In fact it was returning faulty results in calculations, in both binary or unary operations. A1-A2-A3 was parsed as A1-(A2-A3). A1 was parsed as A1. 9 -Found that the DataParser was not a real RPN compiler of the expressions. In fact it was returning faulty results in calculations, in both binary or unary operations. A1-A2-A3 was parsed as A1-(A2-A3). -A1 was parsed as A1.
10 -Added new class "Expression" a general Parser for spreadsheet-expression. Imported from an old C# project of mine. 10 -Added new class "Expression" a general Parser for spreadsheet-expression. Imported from an old C# project of mine.
11 -Now can also parse <>=!%&^|"" in expressions. 11 -Now can also parse <>=!%&^|"" in expressions.