summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-31 11:57:39 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-31 11:57:39 +0100
commitdd06a37db1d4471ca9c3e84173939b22c0f7b8a5 (patch)
tree7596b0f75c70363dd8d299813c9857f74fae943a
parent7f6e62f77bca73e49dfa260ff7ac75770d1363c8 (diff)
update Changelog
-rw-r--r--Changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index bcf8855..54f5a39 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,18 @@
+7f6e62f 2019-07-31 (KatolaZ) support line-by-line undo in text mode
+f3100dd 2019-07-31 (KatolaZ) add undo support for box, visual, cut/paste
+526ce3a 2019-07-31 (KatolaZ) preliminary support for undo
+6da2f3f 2019-07-30 (KatolaZ) fix bug in paste at point
+eebc645 2019-07-30 (KatolaZ) yank buffer and initial copy/cut/paste support
+a997593 2019-07-27 (KatolaZ) add crop-to-visible function (C)
+b38ed13 2019-07-27 (KatolaZ) first step towards crop + some fixes to erase
+f678684 2019-07-27 (KatolaZ) Merge branch 'devel' into master
+8e3d23b 2019-07-27 (KatolaZ) reorganise code
+8b67bd6 2019-07-26 (KatolaZ) Merge branch 'devel' into master
+3d53fce 2019-07-26 (KatolaZ) change screen management -- dynamic array of lines
+f68467d 2019-07-26 (KatolaZ) amended Makefile
+0adbc2a 2019-07-26 (KatolaZ) towards dynamic screen management
+8f25f7b 2019-07-26 (KatolaZ) small change to the manpage
+5c8bc8b 2019-07-26 (KatolaZ) add Changelog
f0200b8 2019-07-26 (KatolaZ) add auto-arrow, multipliers, -s, -h
cbfdf55 2019-07-24 (KatolaZ) Merge branch 'master' into devel
21ab361 2019-07-24 (KatolaZ) add CC option to config.mk (commented)