summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2015-08-05 13:31:08 -0300
committerandmarti1424 <andmarti@gmail.com>2015-08-05 13:31:08 -0300
commit3355efef21fa42d19a882d39112e5204326b4336 (patch)
tree071936dfa582258aa3f0664e5c0e481555440107
parent921479666555c8f0304386a744bbed8722632a61 (diff)
Updated BUGS and KNOWN_ISSUES file
-rw-r--r--BUGS4
-rw-r--r--KNOWN_ISSUES4
2 files changed, 7 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index afac75d..c5cb146 100644
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,5 @@
-To report bugs please fill the following items:
+To report bugs please first check the KNOWN_ISSUES file.
+If you detect a bug, please fill the following items:
COMPILER USED AND OPTIONS (although Makefile would be welcome):
@@ -12,3 +13,4 @@ and send them to scim.spreadsheet@gmail.com
Thanks!!
+
diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES
index b96ab98..b832395 100644
--- a/KNOWN_ISSUES
+++ b/KNOWN_ISSUES
@@ -3,3 +3,7 @@ One example is when you try to read a non xls file, ex. xlsx file.
Problem: functions that calls to "seval" causes memory leaks.
This also happens in SC and has to be solved.
+
+Problem: Some cell equations gets messy after undo/redos.
+This fix requires implementation of Calc Chain. This will allow
+to fix this problem when UNDOing actions that change cells equations.