add Changelog - gramscii - A simple editor for ASCII box-and-arrow charts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5c8bc8b3eb1043e6029a240289b2ce97334b0b45
 (DIR) parent f0200b8cc94cd6859ee91b7b47d1d89b41b195ed
 (HTM) Author: KatolaZ <katolaz@freaknet.org>
       Date:   Fri, 26 Jul 2019 11:05:55 +0100
       
       add Changelog
       
       Diffstat:
         A Changelog                           |      37 +++++++++++++++++++++++++++++++
       
       1 file changed, 37 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Changelog b/Changelog
       @@ -0,0 +1,37 @@
       +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)
       +54eae92 2019-07-24 (Quentin Rameau) Rework the Makefile a little
       +a74b46c 2019-07-24 (KatolaZ) first steps towards script-mode
       +1aa7efd 2019-07-24 (KatolaZ) force flush on ANSI commands
       +5cfc453 2019-07-24 (Christoph Lohmann) Add install target to Makefile. Fix manpath.
       +77cefcf 2019-07-24 (Christoph Lohmann) Fix markdown formatting in README.md.
       +11bc654 2019-07-24 (KatolaZ) replace  in README.md
       +00b8406 2019-07-24 (KatolaZ) amend README and rename to README.md
       +6cda441 2019-07-24 (KatolaZ) add license
       +8f2b307 2019-07-24 (KatolaZ) amend manpage to mention screen size limitation
       +1be4c30 2019-07-24 (KatolaZ) add config.h
       +3a8eeff 2019-07-23 (KatolaZ) add makefile
       +a64ca9d 2019-07-22 (KatolaZ) fix bug in screen init
       +c9a6b0f 2019-07-22 (KatolaZ) initial commit of dynamic screen size
       +0325743 2019-07-22 (KatolaZ) allow [ENTER] in box, arrow, erase, and visual mode
       +0c22945 2019-07-22 (KatolaZ) update manpage to reflect the new g-commands
       +557124a 2019-07-22 (KatolaZ) change global movement commands -- g+[gGmhjkl]
       +f73faa7 2019-07-21 (KatolaZ) add README
       +4cb5948 2019-07-21 (KatolaZ) style change in box and arrow modes + fix manpage
       +2e1d9e5 2019-07-20 (KatolaZ) fix typos in manpage
       +8d84f59 2019-07-20 (KatolaZ) add visual in status bar
       +130977d 2019-07-20 (KatolaZ) add '.' command (reset line styles)
       +591777d 2019-07-20 (KatolaZ) add manpage
       +8dd9290 2019-07-20 (KatolaZ) add comment in fallthrough cases
       +d87cf8e 2019-07-20 (KatolaZ) visual mode (erase and fill)
       +c851282 2019-07-20 (KatolaZ) add global movements (g, G. m)
       +ad0b403 2019-07-20 (KatolaZ) small changes to status bar + remove trailing blanks
       +2f5d0a4 2019-07-20 (KatolaZ) reorganise code and new file
       +a4c6053 2019-07-19 (KatolaZ) check if modified before exit, and save
       +575703d 2019-07-19 (KatolaZ) delete and default write file
       +52a48d7 2019-07-19 (KatolaZ) save to file works
       +a2bf854 2019-07-19 (KatolaZ) fix arrow pointer -- toggle start and end markers
       +34a0ec9 2019-07-19 (KatolaZ) initial arrow implementation
       +5dd00ea 2019-07-18 (KatolaZ) different line styles
       +478c03a 2019-07-18 (KatolaZ) initial commit