Tue Sep  9 2003 Dennis J Houy <djhouy@paw.za.org>

    * src/gam-slider.c, src/gam-slider-dual.c, src/gam-prefs-dlg.c:
      Added option to change slider toggles to checkboxes instead of buttons.
      Set this as the application default.

    * src/gam-slider-dual.c: fixed refresh bug.

    * src/gam-props-dlg.c: HIG'ified dialog.

Mon Sep  8 2003 Dennis J Houy <djhouy@paw.za.org>

    * Changelog: changed format.

    * acconfig.h: removed.

    * configure.ac: added --enable-debug option, and other defines to disable
      checks when debug option is not used - results in much smaller binary.
      Bumped up version number to 0.9.6.

    * gnome-alsamixer.desktop: removed.

    * Makefile.am: removed references to gnome-alsamixer.desktop.

    * gnome-alsamixer.spec.in: added creation and installation of
      gnome-alsamixer.desktop here.
      Changed co.za addresses to za.org.
      Added extra BuildRequires.
      Added -q -n gnome-alsamixer-%{version} to %setup.

* Mon Sep  8 2003 Dennis J Houy <djhouy@paw.za.org> - 0.9.5
- Added new optional dual slider with lock button
- Added slider style option to preferences dialog
- HIG'ified preferences dialog

* 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