=== release 2.23.91 === 2008-09-01 Marc-André Lureau * NEWS: Prepare release. 2008-09-01 Marc-André Lureau * configure.in: Add automatic stow support. 2008-09-01 Marc-André Lureau * configure.in: Bump version number to 2.23.91 2008-08-29 Bastien Nocera * configure.in: Remove last bit of gnome-vfs from the configure (Closes: #516090) 2008-08-29 Bastien Nocera * configure.in: Port gnome-sound-recorder to GIO (Helps: #516090) 2008-08-29 Bastien Nocera * configure.in: * profiles/audio-profile-choose.c (gm_audio_profile_choose_new): Patch from Gustavo Noronha to port the media profiles to use GIO (Helps: #516090) 2008-08-29 Bastien Nocera * configure.in: Remove recent-files sub-directory 2008-07-30 Sebastien Bacher * 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 * gst-mixer/src/track.c: Remove non-existing include to fix build. 2008-06-21 Kjartan Maraas * 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 * 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.