summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2022-10-19 14:38:56 -0300
committerAndrés <andmarti@gmail.com>2022-10-19 14:38:56 -0300
commit55e29e7da0ab8313988a755dd9e21d8bdf79c01c (patch)
tree05f683a27dafad74afceb0a980c07e76af3ef633
parentda0a49bbf66f9657e0cb727fe38679388024a602 (diff)
update CHANGES file
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 41c4cf4..2ab40a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -32,6 +32,7 @@ PR 725: added 'default_open_file_under_cursor_cmd' configuration value that can
Changes:
--------
++ added more detailed error in gram.y:yyerror
+ Adapt string and number search for multisheet
+ marks now considers sheet. We could have mark A in Sheet 1, and mark B on Sheet 2..
modified tick() and fix_marks()
@@ -60,6 +61,7 @@ Adjust Makefile to have logic for clipboard commands on MacOS
Fixes
-----
+** fixed building warnings
** fix in calc_mobile_cols()
** fix not updating graph correctly after yanking cells with references -> Pc -> undo.
It could also segfault on ocassions as well. Added test5 and test6 for this.