12011-08-26  Oohara Yuuma  <oohara@libra.interq.or.jp>
2
3	* version 0.5
4	* configure.ac: use AC_DEFINE after AC_ARG_WITH, not in it
5	* configure.ac, Makefile.am, libtenm/Makefile.am, spqr/Makefile.am:
6	  add the return value of sdl-config --libs (which usually
7	  contains a -l flag) to LIBS, not AM_LDFLAGS
8	* record/Makefile.am, spqr/image/Makefile.am: fixed comment
9	  so that Makefile doesn't say "process this file with automake"
10	* record/record_lexical.h, record/record_lexical.l,
11	  record/record_parser.y, record/record_io.c: use
12	  %option yylineno instead of counting the line number manually
13	* record/record_lexical.h: added yylex_destroy declaration
14	* record/record_lexical.l: added %option no* to fix the
15	  -Wunused-function warning
16	* spqr/fragment.c: removed size_fragment from count[]
17	* spqr/net-can-howl.c: a_x, a_y, b_x, b_y in
18	  net_can_howl_core_draw() are double, not int
19	* spqr/afterdeath.c, spqr/cat-tail-grep.c, spqr/cat-tail.c,
20	  spqr/empty-wind.c, spqr/gosanpachi.c, spqr/hugin.c,
21	  spqr/insane-hand.c, spqr/p-can.c, spqr/plan-19.c,
22	  spqr/seiron-fake.c, spqr/seiron.c, spqr/stage-title.c,
23	  spqr/tenmado.c, spqr/theorem-weapon.c, spqr/w-ko.c,
24	  spqr/wall-0.c, spqr/wall-4.c, spqr/wall-13.c:
25	  fixed -Wunused-but-set-variable warnings
26	* Makefile.am, libtenm/Makefile.am, record/Makefile.am,
27	  spqr/Makefile.am: removed -Wconversion because it is too noisy
28	* Makefile.am, configure.ac: use the tar-ustar option of automake
29	  instead of setting AMTAR
30
312009-11-11  Oohara Yuuma  <oohara@libra.interq.or.jp>
32
33	* version 0.4
34	* libtenm/tenm_timer.c: uses an empty loop for maximum accuracy
35	* README, README-ja-utf8, dangen.6, loop.c, main.c: the "slow"
36	  cheating key is changed from CAPS to s (CAPS doesn't work well
37	  with my new keyboard)
38	* slow.c, slow.h: new files, supports the new slow key (the s key)
39
402005-08-14  Oohara Yuuma  <oohara@libra.interq.or.jp>
41
42	* version 0.3
43	* spqr/image/font-mikachan.png: removed because it is derived from
44	  the mikachan font, which is not free
45	* Makefile.am: added a note about the version of automake
46
472005-07-22  Oohara Yuuma  <oohara@libra.interq.or.jp>
48
49	* version 0.2
50	* record/record_data.c: when you beat the high total score,
51	  clears old stage score data before updating the play record
52
532005-07-14  Oohara Yuuma  <oohara@libra.interq.or.jp>
54
55	* version 0.1
56	* initial release
57