=== release 2.23.91 ===

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* NEWS: Prepare release.

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: Add automatic stow support.

2008-09-01  Marc-André Lureau  <marcandre.lureau@gmail.com>

	* configure.in: Bump version number to 2.23.91

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Remove last bit of gnome-vfs from the configure
	(Closes: #516090)

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Port gnome-sound-recorder to GIO (Helps: #516090)

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in:
	* profiles/audio-profile-choose.c (gm_audio_profile_choose_new):
	Patch from Gustavo Noronha <gns@gnome.org> to port the media profiles
	to use GIO (Helps: #516090)

2008-08-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: Remove recent-files sub-directory

2008-07-30  Sebastien Bacher  <seb128@ubuntu.com>

	* profiles/gnome-audio-profiles.schemas.in.in:use oga naming
          rather than ogg for the ogg vorbis audio profile (bug #543306)

2008-06-21  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/src/track.c: Remove non-existing include to fix build.

2008-06-21  Kjartan Maraas  <kmaraas@gnome.org>

	* gst-mixer/src/element.c: (gnome_volume_control_element_change):
	* gst-mixer/src/preferences.c: (cb_toggle):
	* gst-mixer/src/track.c: (gnome_volume_control_track_add_playback):
	* gst-mixer/src/volume.c: (gnome_volume_control_volume_size_req),
	(gnome_volume_control_volume_size_alloc):
	* profiles/audio-profiles-edit.c: (gm_audio_profiles_edit_init):
	* profiles/gmp-util.c: (gmp_util_run_error_dialog):
	* profiles/gnome-audio-profiles-test.c: (main):

2008-06-16  Brian Cameron  <brian.cameron@sun.com>

	* volume.[ch], track.c: Remove call to gnome_volume_control_volume_sync
	  in cb_mute_toggled.  This causes problems for the SunAudio mixer.  It
	  is better for the mixer plugin itself to update state as needed.
	  Also remove the gnome_volume_control_volume_sync function itself
	  since nothing more calls it.  Fixes bug #537028.