1Version		Description
2--------------------------------------------------------------------------------
31.8.0		- Released 2002-09-15
4		- Now supports all mixer sources. NOTE! The source names have
5		  been changed. See "Mixer.app -h".
6		- Added alternative skin submitted by Hans D. <barross@web.de>.
7		- Fixed warnings when compiling with GCC 3.2.
8		- Added OpenBSD support (thanks to ptiJo <ptiJo@noos.fr>).
9
101.7.0		- Released 2001-06-25
11		- Fixed compilation problems.
12
131.6.0		- Released 2001-03-17
14		- Mixer.app is now devfs friendly, which means it will try to
15		  use /dev/sound/mixer or /dev/sound/mixer1 first and fall back
16		  to /dev/mixer if that didn't work.
17		- New Makefile.
18
191.5.0		- Released 2000-02-21.
20		- Added command line options -s and -S <file>, which cause
21		  Mixer.app to load/save volume settings when starting/exiting.
22		  When the option -s is used, settings are loaded from/saved in
23		  ~/GNUstep/Defaults/Mixer. Use -S <file> if you want Mixer.app
24		  to use a different file.
25		- Fixed potential bug in command line parsing.
26
271.4.1		- Released 1999-05-28.
28		- Added command line option -l <text> that can be used to
29		  add a text label in the corner of the mixer.
30
311.4.0		- Released 1999-05-09.
32		- Added support for wheel mice. One of the sliders (use -w to
33		  specify which one) will react on wheel movement.
34		- Misc. code clean up.
35
361.3.3		- Released 1999-05-02.
37		- Fixed problem that caused Mixer.app to die.
38
391.3.2		- Released 1999-04-18.
40		- Fixed exit bug. Mixer.app will now exit properly when
41		  the windowmanager terminates.
42
431.3.1		- Released 1999-02-09.
44		- Added new mute function (right click).
45		- Rewrote command-line parsing, not using getopt anymore.
46		- Minor code clean up.
47
481.3.0		- Released 1999-02-04.
49		- New design.
50		- I didn't find the mute function very usefull so I removed it.
51		- Doing 'make install' will now install it in
52                  /usr/local/GNUstep/Apps/Mixer.app/.
53
541.2.0		- Released 1998-12-01.
55		- Moved back to old design. The design of version 1.1.1 made
56		  Mixer.app (and Window Maker) unstable due to some strange
57                  race condition at startup. It worked on some machines and
58		  some not, so I desided to go back to the old design.
59		- Increased idle interval to reduce CPU usage.
60
611.1.1		- Released 1998-11-14.
62		- Fixed XGetImage errors, (slow machines may still have this
63		  problem, please report any errors).
64		- Added command line option -m <dev> to set mixer device.
65		- Added command line option -n <name> to set instance name.
66		- Compiling under FreeBSD now works fine.
67
681.1.0		- Released 1998-11-14.
69		- Alarm singals are no longer used so now the "Alarm Clock"
70		  problem is solved for sure!
71		- Mute function.
72		- New design.
73
741.0.5		- Released 1998-09-05.
75		- Fixed the "Alarm Clock" problem.
76		- Fixed problem when using WindowPlacement = manual
77		  in WindowMaker.
78
791.0.4		- Released 1998-03-19.
80		- Just some minor internal changes.
81
821.0.3		- Released 1998-02-24.
83		- Changed default timerinterval.
84		- Minor changes to eventhandling code.
85
861.0.2		- Released 1998-02-23.
87		- If the red led goes on (an error has occured) the control
88		  buttons are set to volume 0.
89
901.0.1		- Released 1998-02-23.
91		- Changed classname to "mixer_app.Mixer_app".
92
931.0.0		- Released 1998-02-22.
94		- First official version.
95
96