12014-08-01  Hayaki Saito <user@zuse.jp>
2
3  * README.md, images/sixel.gif, images/sl.gif, tests/data/sixel.tty: Add a
4  test record for sixel
5
62014-07-31  Hayaki Saito <user@zuse.jp>
7
8  * .coveralls.yml, .travis.yml, Makefile.am, Makefile.in, main.c: Add an error
9  checking code
10
11  * Makefile.am, Makefile.in, configure, configure.ac: Add --enable-gcov
12  configure option
13
14  * dcs.c, pseudo.c: Strip inline keywords
15
16  * Makefile.am, Makefile.in: Check memory violation errors with valgrind
17
18  * Makefile.am, Makefile.in: Add "valgrind" makefile target
19
20  * configure, configure.ac, main.c, package.json: Fix memory access violation
21
22  * ChangeLog, configure, configure.ac, package.json: Update minor version
23
24  * tests/data/ls.tty, tests/data/sl.tty: Add test data
25
26  * config.h.in, configure, configure.ac, yaft.h: Add --with-fontdata configure
27  option
28
29  * configure, configure.ac, package.json: Bump version
30
31  * package.json, package.json.in: Add missing files
32
33  * Makefile.in, main.c: Add --repeat option
34
35  * Makefile.in, configure, configure.ac: Add clib integration
36
37  * README.md, main.c: Minor fix
38
39  * configure, configure.ac: Update minor version
40
41  * README.md, main.c, terminal.c, terminal.h, yaft.h: Add --cjkwidth option
42
432014-07-30  Hayaki Saito <user@zuse.jp>
44
45  * configure, configure.ac, main.c: Update micro version
46
47  * config.h.in, configure, configure.ac, main.c: Minor fix
48
49  * config.h.in, configure, configure.ac, main.c: Fix for mingw environment
50
51  * configure, configure.ac: Update version
52
53  * Makefile.am, Makefile.in, malloc_stub.c, malloc_stub.h, terminal.c,
54  wcwidth.h, yaft.h: Minor fix
55
562014-07-29  Hayaki Saito <user@zuse.jp>
57
58  * config.h.in, configure, configure.ac, util.c: Checks calloc availability
59
60  * README.md, dcs.c: Strip a needless strlen
61
62  * README.md, configure, configure.ac: Update README
63
64  * README.md, main.c: Update README and output of --help option
65
662014-07-28  Hayaki Saito <user@zuse.jp>
67
68  * config.h.in, configure, configure.ac, dcs.c, gifsave89.c, main.c, osc.c,
69  parse.c, util.c: Update configure script
70
71  * configure, configure.ac: Bump minor version
72
73  * conf.h, dcs.c, function.c, main.c, osc.c, parse.c, pseudo.c, terminal.c,
74  util.c, yaft.h: Drop conf.h
75
76  * conf.h, main.c, terminal.c, terminal.h, yaft.h: Add tabstop option
77
78  * conf.h, main.c, pseudo.c, terminal.c, terminal.h, yaft.h: Add
79  --cursor-color option
80
81  * configure, configure.ac: Bump micro version
82
83  * main.c, parse.c, parse.h: Support sixel animation
84
85  * configure, configure.ac: Bump version
86
87  * README.md, conf.h, function.c, main.c, pseudo.c, terminal.c, terminal.h,
88  yaft.h: Add --foreground-color/--background-color option
89
90  * configure, configure.ac: Bump version
91
92  * README.md, main.c: Add --last-frame-delay option
93
942014-07-27  Hayaki Saito <user@zuse.jp>
95
96  * config.h.in, configure, configure.ac, dcs.c, function.c, gifsave89.h,
97  main.c, osc.c, parse.c, pseudo.c, terminal.c, util.c, wcwidth.h, yaft.h:
98  Include config.h in each source files
99
100  * COPYING, INSTALL: Add proper COPYING and INSTALL file
101
102  * Makefile.in, aclocal.m4, configure, configure.ac: Update minor version
103
1042014-07-27  saitoha <user@zuse.jp>
105
106  * Makefile.am, Makefile.in, aclocal.m4, config.h.in, configure, configure.ac,
107  main.c, malloc_stub.c, malloc_stub.h, osc.c, terminal.c, wcwidth.c,
108  wcwidth.h, yaft.h: Add malloc stub and wcwidth function
109
1102014-07-27  Hayaki Saito <user@zuse.jp>
111
112  * configure, configure.ac: Add a hack against that git does not preverve file
113  timestamp
114
115  * configure, configure.ac: Bump micro version
116
117  * README.md, main.c: Update default width and height value
118
119  * configure, configure.ac: Bump micro version
120
121  * config.h.in, configure, configure.ac, main.c: Check getopt_long
122  availability
123
124  * configure, configure.ac, gifsave89.h, main.c: Add --width, --height,
125  --version option
126
127  * main.c, parse.c, pseudo.c, terminal.c, terminal.h, util.c, util.h, yaft.h:
128  Delete unused functions and definitions
129
130  * color.h, conf.h, dcs.c, dcs.h, function.c, function.h, main.c, osc.c,
131  osc.h, parse.c, parse.h, pseudo.c, pseudo.h, terminal.c, terminal.h, util.c,
132  util.h: Add mode lines
133
134  * color.h, conf.h, dcs.c, dcs.h, function.c, function.h, gifsave89.c,
135  gifsave89.h, glyph.h, glyph/milkjf.h, glyph/mplus.h, images/gplv3.png,
136  main.c, osc.c, osc.h, parse.c, parse.h, pseudo.c, pseudo.h, sample/256.gif,
137  sample/man.gif, sample/netlab.gif, sample/peco.gif, sample/sl.gif,
138  terminal.c, terminal.h, util.c, util.h, yaft.h: Add license blocks
139
1402014-07-26  Hayaki Saito <user@zuse.jp>
141
142  * COPYING, INSTALL, LICENSE, Makefile.am, Makefile.in, aclocal.m4, compile,
143  config.h.in, configure, configure.ac, depcomp, install-sh, main.c, makefile,
144  missing: Generate configure script using autotools
145
1462014-07-25  Hayaki Saito <user@zuse.jp>
147
148  * dcs.c, function.c, gifsave89.c, gifsave89.h, glyph.h, main.c, osc.c,
149  parse.c, pseudo.c, terminal.c, util.c, yaft.h: Add missing files
150
151  * color.h, conf.h, gifsave89.h, util.h: Style fix
152
153  * README.md, color.h, conf.h, dcs.h, draw.h, function.h, gifsave89.h,
154  makefile, osc.h, parse.h, pseudo.h, recterm.c, recterm.h, terminal.h, util.h:
155  Strip pseudo terminal and read stdin as output sequences
156
157  * README.md, conf.h: Forked by Hayaki Saito
158
1592014-07-25  uobikiemukot <uobikiemukot@gmail.com>
160
161  * README.md, color.h, conf.h, dcs.h, draw.h, function.h, gifsave89.h,
162  glyph/milkjf.h, glyph/mplus.h, makefile, osc.h, parse.h, pseudo.h, recterm.c,
163  recterm.h, sample/256.gif, sample/man.gif, sample/netlab.gif,
164  sample/peco.gif, sample/sl.gif, terminal.h, util.h: first version
165