update Changelog - gramscii - A simple editor for ASCII box-and-arrow charts | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit dd06a37db1d4471ca9c3e84173939b22c0f7b8a5 | |
parent 7f6e62f77bca73e49dfa260ff7ac75770d1363c8 | |
Author: KatolaZ <[email protected]> | |
Date: Wed, 31 Jul 2019 11:57:39 +0100 | |
update Changelog | |
Diffstat: | |
M Changelog | 15 +++++++++++++++ | |
1 file changed, 15 insertions(+), 0 deletions(-) | |
--- | |
diff --git 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) |