* Wed Aug 27 2003 Dennis J Houy <djhouy@paw.za.org> - 0.9.4
- Moved various gam_app data to private structure
- Replaced gam_app_destroy with gam_app_finalize
- Added gam_app_ prefix to functions that were missing it
- Removed prog argument from gam_app_new

- Moved various gam_mixer data to private structure
- Removed gam_mixer_set_card_id function
- Added app property to gam_mixer->priv, to reference parent application

- Moved various gam_slider data to private structure
- Moved gam_slider_set_elem to private function
- In gam_slider_refresh, changed mask property from unsigned int to guint,
  and changed return value from int to gint
- Added g_object_notify for mixer property to gam_slider_set_property
- Removed gam_slider_get_elem function
- Added gam_slider_ prefix to functions that were missing it
- Cleaned up some untidy code

- Moved various gam_toggle data to private structure
- Moved gam_toggle_set_elem to private function
- In gam_toggle_refresh, changed mask property from unsigned int to guint,
  and changed return value from int to gint
- Added g_object_notify for mixer property to gam_toggle_set_property
- Removed gam_toggle_get_elem function
- Added gam_toggle_ prefix to functions that were missing it
- Cleaned up some untidy code

- Added option to set mnemonics for sliders and toggles by using an underscore
  in the controls display name

- Removed app property from gam_mixer

* Wed Dec 18 2002 Dennis J Houy <djhouy@paw.za.org> - 0.9.3
- Improved toggle layout
- Improved state updating
- Improved toggle state handling

* Tue Dec 10 2002 Dennis J Houy <djhouy@paw.za.org> - 0.9.2
- Added state update capability

* Fri Nov 22 2002 Dennis J Houy <djhouy@paw.za.org> - 0.9.1
- Added support for multiple sound cards
- Added program preferences dialog
- Started mixer properties dailog

* Fri Nov 15 2002 Dennis J Houy <djhouy@paw.za.org> - 0.9.0
- Re-coded for GNOME2

* Fri Sep 22 2002 Dennis J Houy <djhouy@paw.co.za> - 0.1.2beta
- Fixed preferences dialog crash
- Fixed exclusive mode record buttons
- Changed call back for capture mode switches

* Thu Sep 22 2002 Dennis J Houy <djhouy@paw.co.za> - 0.1.1beta
- Added preferences dialog to change visibility and named of controls
- Added scollable region for sliders, so mixer does not go wider than screen
- Added save and restore of application window size
- Hopefully fixed startup issues with SBLive and Ensoniq cards
- Lots of bug fixes