Add AlsaMixer.app to repository
[dockapps.git] / AlsaMixer.app / olddoc / ChangeLog.Mixer.app
blobb2ae9f1c804e25add4a2cb502634d55f3df17798
1 Version         Description
2 --------------------------------------------------------------------------------
3 1.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>).
10 1.7.0           - Released 2001-06-25
11                 - Fixed compilation problems.
13 1.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.
19 1.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.
27 1.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.
31 1.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.
36 1.3.3           - Released 1999-05-02.
37                 - Fixed problem that caused Mixer.app to die.
39 1.3.2           - Released 1999-04-18.
40                 - Fixed exit bug. Mixer.app will now exit properly when 
41                   the windowmanager terminates.
43 1.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.
48 1.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/.
54 1.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.
61 1.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         
68 1.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.
74 1.0.5           - Released 1998-09-05.
75                 - Fixed the "Alarm Clock" problem.
76                 - Fixed problem when using WindowPlacement = manual
77                   in WindowMaker.
79 1.0.4           - Released 1998-03-19.
80                 - Just some minor internal changes.
82 1.0.3           - Released 1998-02-24.
83                 - Changed default timerinterval.
84                 - Minor changes to eventhandling code.
86 1.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.
90 1.0.1           - Released 1998-02-23.
91                 - Changed classname to "mixer_app.Mixer_app".
93 1.0.0           - Released 1998-02-22.
94                 - First official version.