summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-24 18:00:17 -0300
committerAndrés <andmarti@gmail.com>2021-05-24 18:00:17 -0300
commit163a32a621efda165f492e552b0e1a450704b316 (patch)
treeb186726e046ed4b14f379c8076b819fcd5886ef5 /CHANGES
parentf77adf13d877c76211526378a0b0a3c8e7617ef3 (diff)
Added function.c and reordered some stuff
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 6430771..7702eed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,10 +20,12 @@ removed --sheet and --filename_with_mode configuration variables
For v0.8.3 release
-------------------
-calc_mobile_cols/rows invalid read with l1.csv and l2.csv examples
-+ reeval in multiple sheets: graph should keep track of the different sheets
++ reeval in multiple sheets: graph should keep track of the different sheets -> GraphIsReachable()
++ fix circular references in eval/seval (for instance it shows circular when
+ referencing sheet!A2 from current_sheet!A2) -> would be done doing the previous item.
+ UNDO should save reference to the sheet where the action took place
-fix circular references in eval/seval (for instance it shows circular when referencing sheet!A2 from current_sheet!A2)
+
+calc_mobile_cols/rows invalid read with l1.csv and l2.csv examples
rearrange file loading and saving functions
+ Show range detail in inputwin as A0:C3