summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-12-01 09:30:04 -0300
committerAndrés <andmarti@gmail.com>2021-12-01 09:30:04 -0300
commiteae119e565e39f3c59d464e1d658047db6205aba (patch)
tree838039b77377a6a5e165268f585e54aab8be3e5b
parentef1dfed05b1f9e0267c1eb7d8aa379425dc89cdc (diff)
Updated CHANGES file
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1c68900..5d7738f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -45,6 +45,9 @@ Simplify clipboard code
xlsx.c: Convert to uppercase before replacing functions
Added D command on EDIT mode.
ESC in EDIT_MODE also confirm changes.
+Reeval when pasting from clipboard and autocalc is set
+Adjust Makefile to have logic for clipboard commands on MacOS
+
Fixes
-----
@@ -64,6 +67,8 @@ fix a bug when refreshing grid when autowrap operates. Issue 578.
Avoid segfault in autobackup when no current file is set.
fix in cw dw c$ d$ commands of EDIT_MODE
fix leak in del_selected_cells
+fix when using C-r in INSERT_MODE
+fix arguments reversed on sc.colrow2a
Pending to make v0.8.3 release