summaryrefslogtreecommitdiff
path: root/Changelog
blob: 31ba0decf74334dc26c84a86be7ca44b14333e05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
1ad3249 2019-08-09 (KatolaZ) bump version to 0.3
bc374cf 2019-08-09 (KatolaZ) update TODO
0c0e806 2019-08-09 (KatolaZ) small change to manpage
a9200ba 2019-08-09 (KatolaZ) fix bug in crop-to-visualbox
205161a 2019-08-09 (KatolaZ) document read-at-point and re-organise options in manpage
62267b8 2019-08-09 (KatolaZ) add read-at-point function
3ba1786 2019-08-09 (KatolaZ) Use target-specific vars for debug target
c5e8207 2019-08-09 (KatolaZ) add debug target in Makefile
c16e740 2019-08-08 (KatolaZ) fix bug with global movements in arrow mode
9127db5 2019-08-05 (KatolaZ) remove atexit and replace exit() with cleanup()
6bf74b8 2019-08-05 (KatolaZ) replace isblank
f813572 2019-08-05 (KatolaZ) move _i declaration up in arg.h
203aa53 2019-08-05 (KatolaZ) use std=c99
6042c9f 2019-08-05 (Quentin Rameau) Makefile: take advantage of having separate build units
8c68f21 2019-07-24 (Quentin Rameau) Make sure step is 1 at startup
24ef5b3 2019-08-05 (Quentin Rameau) Improve Makefile
2e329d4 2019-08-02 (KatolaZ) fix ANSI code in update_current() - thanks mwmsl!
82a7c12 2019-08-01 (KatolaZ) remove trailing blank lines in write_file - change check_bound
62713aa 2019-08-01 (KatolaZ) fix bug in undo list allocation
08485aa 2019-08-01 (KatolaZ) add undo in erase mode
f660595 2019-08-01 (KatolaZ) add undo in arrow mode
47996e7 2019-08-01 (KatolaZ) add crop-to-region in visual mode
6d34f88 2019-08-01 (KatolaZ) add undo support for crop-to-visible
d6b3606 2019-07-31 (KatolaZ) update Changelog -- release 0.2
12fbd88 2019-07-31 (KatolaZ) bump version number to 0.2
12031ab 2019-07-31 (KatolaZ) add target dist to Makefile
dd06a37 2019-07-31 (KatolaZ) update Changelog
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)
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