 1993-10-23 - version 0.1

 1993-11-28 - version 0.2
 - doesn't assume existence of any device (volume, bass, etc)
 - some minor bug fixes
 - some bug fixes to work correctly with SB Pro
 - should now work correctly when multiple copies are run simutaneously

 1993-11-28 - version 0.2

 1996-08-23 - version 1.0
 - added command-line interface

 1996-09-02 - version 1.1
 - fewer colors and no border to simplify full-screen interface
 - knobs are highlighted as you move to them, then brighten and
 leave a trail behind when you adjust them
 - horizontal knobs drawn with same characters as vertical ones
 - vertical controls spaced more closely so they fit in 80 columns
 - use of "<" and ">" for cursor motion, and "q" to quit program
 - use of tab, "+" and "-" keys shown on help line
 - added "h" option for command line

 1996-09-07 - version 1.2
 - two banks of horizontal controls, no special treatment of
 volume, bass, and treble (layout idea borrowed from CAM), so
 labels don't have to be jammed together
 - record/play indicators now show the letters "R" and "P"
 rather than just a red or green square, so they should be
 more self-explanatory and more monochrome-friendly
 - added use of "[" and "]" keys to set controls to 0% or 100%

 1996-09-13 - version 1.3
 - added gpm mouse support by incorporating code from rmev.c by
 Alessandro Rubini (packaged with gpm)
 - added Quit button for use with mouse
 - changed color of controls from white to cyan/green so the gpm
 cursor would be more visible
 - added keys "Q" and ctrl-D to quit from program
 - removed use of two different graphic characters to show controls in use
 or not in use

 1996-12-02 - version 1.4
 - added -b, -t, -s, and -m options (K.H. and D.F.)
 - moved printf statements after the ioctl call, since this makes more
 sense if the ioctl fails (K.H.)
 - changed layout to allow for balance controls, and added them (T.J.)
 - eliminated "level" array: levels are now read by ioctl so changes by other
 processes system-wide will be properly reflected (T.J.)
 - conditional compilation: GPM now optional, and interactive mode can be
 disabled entirely (T.J.)

 1996-12-06 - version 1.5
 - "q" options for command line to print settings without changing (J.S.)
 - command-line section modularized for compactness (T.J.)
 - widened controls in interactive mode for greater precision in setting and
 reading (T.J.)
 - balance controls get redrawn after levels adjusted (T.J.)
 - added command-line options for imix, PCM2, reclev, igain, ogain, line1,
 line2 and line3 (T.J.)

 1996-12-15 - version 1.6
 - ability to save settings to a file and load them in again
 - option to use a restricted character set in interactive mode, when IBM
 graphic characters are not available
 - support for second mixer
 - changed meaning of "<" and ">" keys (now same as Tab or Enter)
 - "," and "." function synonymously with "<" and ">" so users need not shift
 when using US keyboard
 - prettified device names removed, to save space and to allow for future
 changes to the sound driver
 - added labels for banks of level and balance controls
 - record/play information updated more often
 - record/play information gets printed on query

 1996-12-17 - version 1.6.1
 - fixed problem with conditional compilation

 1997-05-30 - version 1.7
 - more efficient code for handling options (J.S.)
 - in full-screen mode, balance/level legend no longer so dim (H.S.)
 - try to load settings from alternate file if ~/.aumixrc can't be opened
 (T.J.)
 - continue gracefully if settings file refers to nonexistent devices (T.J.)
 - don't set balance controls to center when adjusting levels from the
 keyboard (work is still needed here) (T.J.)

 1997-09-24
 - use ACS_ macros for special characters (R.C.)
 - don't use A_ALTCHARSET (R.C.) 
 - build with GNU autoconf (from example by A.R.)
 - use fputs() in Usage() (T.J.)
 - use bold attribute less (T.J.)
 - don't leave cursor on balance controls when adjusting levels (T.J.)

 1997-09-28
 - reorganize documentation to be more GNUish (T.J.)
 - use automake (T.J.)
 - change layout for new sound driver (T.J.)
 - change LoadSettings for new sound driver (T.J.)

 1997-10-07
 - About menu item for diagnostic info (T.J.)
 - Keys menu item to save space on main screen (T.J.)
 - position cursor better for xterm (T.J.)
 - change routines for loading and saving settings, for new sound driver (T.J.)
 - don't use ACS_ macros, just use ASCII characters (T.J.)

 1997-10-11
 - added muting function (T.J.)
 - move cursor back by a space when setting record/play, levels or balance
 (T.J.) 

 1997-10-12 - version 1.8
 - update man page and README (T.J.)
