summaryrefslogtreecommitdiffstats
path: root/src/undo.c
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-03-11 12:37:17 -0300
committerandmarti1424 <andmarti@gmail.com>2017-03-11 12:37:17 -0300
commit41ee6f7d9e77007a1f079e56358c93b5b6c4ca73 (patch)
tree7734bc8e111e4cfdfb934a89f4215a11f7b8357f /src/undo.c
parent5f8dbad33d5edbe7cc7c5afbaf689ea54772110c (diff)
add comment to undo support
Diffstat (limited to 'src/undo.c')
-rw-r--r--src/undo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/undo.c b/src/undo.c
index d9a6036..3ce7df2 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -63,9 +63,11 @@ Implemented actions for UNDO/REDO:
17. Change in format of a column as a result of auto_jus
18. Change format of columns as a result of ic dc
19. fill command
+20. unformat
NOT implemented:
1. Recover equations after redo of changes over ents that have equations on them.
+2. undo of freeze / unfreeze command
----------------------------------------------------------------------------------------
*/