12003-06-30  Russell Marks  <russell.marks@ntlworld.com>
2
3	* Version 1.4.
4
5	* rexima.c (usage_help): corrected slight misalignment of usage
6	lines.
7
8	* rexima.c (getoptn): added an old getopt() replacement of
9	mine, so that we avoid glibc's one treating level decrements
10	as unrecognised options. Thanks to Alexandra Walford for
11	spotting the bug.
12
132003-04-07  Russell Marks  <russell.marks@ntlworld.com>
14
15	* Version 1.3.
16
172002-07-03  Russell Marks  <russell.marks@ntlworld.com>
18
19	* rexima.c: now allows mixer device file to be specified, so you
20	can work with something other than /dev/mixer. Thanks to Ivan
21	Kalvatchev for (indirectly) suggesting this.
22
232002-03-15  Russell Marks  <russell.marks@ntlworld.com>
24
25	* Version 1.2.
26
27	* Makefile (install): now uses Debian-ish file permissions.
28
29	* rexima.c (usage_help): removed embedded LFs.
30
31	* rexima.c (cmdline_main): you can now specify an offset for a
32	device's level on the command line (e.g. `-3' or `+12'). Plain `-'
33	or `+' change the level by 2. Thanks to Joost Kremers for this
34	idea (or something similar, at least :-)).
35
362001-08-16  Russell Marks  <russell.marks@ntlworld.com>
37
38	* NEWS: errr, it's rexima not zgsmplay. :-)
39
402000-10-08  Russell Marks  <russell.marks@ntlworld.com>
41
42	* Version 1.1.
43
44	* rexima.c: tweaked indentation a little.
45
462000-09-28  Russell Marks  <russell.marks@ntlworld.com>
47
48	* rexima.c: there were too many devices to fit in an 80x24 rexima
49	layout, and retaining the `non-existent devices are shown but have
50	no level indicator' behaviour would have been painful. So it no
51	longer shows non-existent device names. Thanks to Pablo Averbuj
52	for the fix.
53
542000-09-26  Russell Marks  <russell.marks@ntlworld.com>
55
56	* rexima.c: device names seem to have a maximum of eight chars,
57	rather than the old six (even though the old ones were padded with
58	spaces and everything - and still are, to six chars!); fiddled
59	layout somewhat to try and compensate.
60
61	* rexima.1: tidied up minor brokenness.
62
63	* Makefile: added installdirs target to install, using the usual
64	mkinstalldirs script (by Noah Friedman), and changed install to
65	match my usual approach. Also added uninstall target.
66
67	* Updated various stuff - current contact address, fixed lack of
68	licence in README, added COPYING file.
69
70Sun Nov 24 18:02:13 1996  Russell Marks  <rus@lifeson>
71
72	* Version 1.0.
73
74	* Added cmdline support.
75