summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-25 15:56:20 -0300
committerAndrés <andmarti@gmail.com>2021-05-25 15:56:20 -0300
commitccece1f38d0906163a848d96b6a4411a18252db4 (patch)
tree229853c974de8641b44cb9c33c6f241af6e98b2c /CHANGES
parent324c0d648b5be2481d52ca7db38d67e6d36cb088 (diff)
Consider sheet in dep graph
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 17 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES
index 274449a..dbdef4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-v0.8.3
+working on v0.8.3
Changes
-------
@@ -17,16 +17,26 @@ saving xlsx with multiple sheets
add :renamesheet command
reference cells from different sheets in formulas: ={Sheet2}!A2
removed --sheet and --filename_with_mode configuration variables
+** fix in calc_mobile_cols()
+created movetosheet command in gram.y, to be used when saving and loading files
+reeval in multiple sheets: graph now should keep track of the different sheets
-For v0.8.3 release
+Pending to make v0.8.3 release
-------------------
-+ 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
++ 1. add sheet parameter to:
+ any_locked_cells
+ let
+ slet
+ yank_area
+ shift_range
+ look_cell
+ fill
-rearrange file loading and saving functions
++ 2. UNDO should save reference to the sheet where the action took place.
++ 3. ents_that_depends_on_list SHOULD take ent_ptr rather than struct ent * as parameter!
+
++ rearrange file loading and saving functions
+ Show range detail in inputwin as A0:C3
+ Add GETENT in seval
+ Reeval of @lastrow @lastcol: check cells that uses @lastrow / @lastcol gets updated everytime it change