1* Changes between versions   -*- mode:indented-text; mode:outline-minor -*-
2
3This file (NEWS) documents the significant changes in all versions of
4rexima since 1.1, with the newest changes first.
5
6
7* Changes in rexima 1.4
8
9Fixed a bug in command-line parsing which caused level decrements to
10be treated as options. Thanks to Alexandra Walford for spotting this
11one.
12
13
14* Changes in rexima 1.3
15
16Now allows mixer device file to be specified, so you can work with
17something other than /dev/mixer. Thanks to Ivan Kalvatchev for
18(indirectly) suggesting this.
19
20
21* Changes in rexima 1.2
22
23You can now specify an offset for a device's level on the command line
24(e.g. `-3' or `+12'). Plain `-' or `+' change the level by 2. Thanks
25to Joost Kremers for this idea (or something similar, at least :-)).
26
27
28* Changes in rexima 1.1
29
30There were too many devices to fit in an 80x24 rexima layout, and
31retaining the `non-existent devices are shown but have no level
32indicator' behaviour would have been painful. So it no longer shows
33non-existent device names. Thanks to Pablo Averbuj for the fix.
34
35Changed layout slightly to cope with longer device names (eight chars
36rather than the old six).
37
38Made `make install' a little less fragile, and added uninstall target.
39