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
|
2003-06-30 Russell Marks <russell.marks@ntlworld.com>
* Version 1.4.
* rexima.c (usage_help): corrected slight misalignment of usage
lines.
* rexima.c (getoptn): added an old getopt() replacement of
mine, so that we avoid glibc's one treating level decrements
as unrecognised options. Thanks to Alexandra Walford for
spotting the bug.
2003-04-07 Russell Marks <russell.marks@ntlworld.com>
* Version 1.3.
2002-07-03 Russell Marks <russell.marks@ntlworld.com>
* rexima.c: now allows mixer device file to be specified, so you
can work with something other than /dev/mixer. Thanks to Ivan
Kalvatchev for (indirectly) suggesting this.
2002-03-15 Russell Marks <russell.marks@ntlworld.com>
* Version 1.2.
* Makefile (install): now uses Debian-ish file permissions.
* rexima.c (usage_help): removed embedded LFs.
* rexima.c (cmdline_main): you can now specify an offset for a
device's level on the command line (e.g. `-3' or `+12'). Plain `-'
or `+' change the level by 2. Thanks to Joost Kremers for this
idea (or something similar, at least :-)).
2001-08-16 Russell Marks <russell.marks@ntlworld.com>
* NEWS: errr, it's rexima not zgsmplay. :-)
2000-10-08 Russell Marks <russell.marks@ntlworld.com>
* Version 1.1.
* rexima.c: tweaked indentation a little.
2000-09-28 Russell Marks <russell.marks@ntlworld.com>
* rexima.c: there were too many devices to fit in an 80x24 rexima
layout, and retaining the `non-existent devices are shown but have
no level indicator' behaviour would have been painful. So it no
longer shows non-existent device names. Thanks to Pablo Averbuj
for the fix.
2000-09-26 Russell Marks <russell.marks@ntlworld.com>
* rexima.c: device names seem to have a maximum of eight chars,
rather than the old six (even though the old ones were padded with
spaces and everything - and still are, to six chars!); fiddled
layout somewhat to try and compensate.
* rexima.1: tidied up minor brokenness.
* Makefile: added installdirs target to install, using the usual
mkinstalldirs script (by Noah Friedman), and changed install to
match my usual approach. Also added uninstall target.
* Updated various stuff - current contact address, fixed lack of
licence in README, added COPYING file.
Sun Nov 24 18:02:13 1996 Russell Marks <rus@lifeson>
* Version 1.0.
* Added cmdline support.
|