=== release 2.7.92 === 2004-08-31 Ronald S. Bultje * NEWS: * configure.in: Set version number for release. 2004-08-31 Ronald S. Bultje * gst-mixer/src/mixer.c: (create_options_widget): Unbreak string freeze. Accidently had intltool mark an #if 0'ed string (in new code) for translation, unmarked for now. 2004-08-31 Ronald S. Bultje * configure.in: * gst-mixer/src/mixer.c: (cb_opt_changed), (create_track_header), (create_track_widget), (create_options_widget), (create_switch_widget), (create_mixer_widget), (cb_about): Add switches (ALSA uses those, and is unusable on several sound cards without). Add options, but #ifdef'ed out because the UI is so severely uglified by it that it doesn't belong in there at all. Also up GStreamer requirement to 0.8.2 because that's when the required API was added to the mixer interface. 2004-08-29 Ronald S. Bultje > * cddb-slave2/cddb-parser.c: (cddb_entry_new_from_file): * cddb-slave2/cddb-slave.h: * cddb-slave2/tcp.c: (gnet_tcp_socket_connect_inetaddr_cb): * gnome-cd/access/cddisplayaccessiblefactory.c: (cddisplay_accessible_factory_get_type), (cddisplay_accessible_factory_new): * gnome-cd/access/cddisplayaccessiblefactory.h: * gnome-cd/access/pangoaccessiblefactory.h: * gnome-cd/callbacks.c: * gnome-cd/cdrom.c: (cdrom_set_device): * gnome-cd/eggtrayicon.c: (egg_tray_icon_init), (egg_tray_icon_class_init), (egg_tray_icon_get_property), (egg_tray_icon_get_orientation_property), (egg_tray_icon_manager_filter), (egg_tray_icon_unrealize), (egg_tray_icon_send_manager_message), (egg_tray_icon_update_manager_window), (egg_tray_icon_realize), (egg_tray_icon_new_for_screen), (egg_tray_icon_new), (egg_tray_icon_send_message), (egg_tray_icon_cancel_message), (egg_tray_icon_get_orientation): * gnome-cd/eggtrayicon.h: * gnome-cd/gnome-cd.c: (client_die): * gnome-cd/gst-cdparanoia-cdrom.c: (eos), (build_pipeline), (gst_cdparanoia_cdrom_play), (gst_cdparanoia_cdrom_pause), (gst_cdparanoia_cdrom_stop), (gst_cdparanoia_cdrom_get_status): * gnome-cd/linux-cdrom.c: (linux_cdrom_update_cd): * grecord/src/gnome-recorder.c: (main): * grecord/src/gsr-window.c: (file_close): * gst-mixer/src/mixer.c: * gstreamer-properties/gstreamer-properties.c: (create_dialog), (main): * profiles/audio-profile-choose.c: (gm_audio_profile_choose_new), (gm_audio_profile_choose_get_active), (gm_audio_profile_choose_set_active): * profiles/audio-profile-choose.h: * profiles/audio-profile-edit.c: (gm_audio_profile_edit_init): * profiles/audio-profile-private.h: * profiles/audio-profile.c: (gm_audio_profile_create): * profiles/audio-profile.h: * profiles/audio-profiles-edit.c: (profile_activated_callback), (on_profile_changed), (edit_button_clicked), (gm_audio_profiles_edit_new), (new_profile_response_callback): * profiles/gnome-audio-profiles-properties.c: (main): * profiles/gnome-audio-profiles-test.c: (edit_cb), (test_cb), (main): * profiles/gnome-media-profiles.c: * vu-meter/gtkled.c: (gtk_led_new): * vu-meter/main.c: (main): Compile using -Wall -Werror and fix all. Also includes the cleanup patch from bug #151306 (thanks to Kjartan Maraas ) and updates the egg widgets to their latest version. 2004-08-29 Ronald S. Bultje * grecord/src/gsr-window.c: (seek_to): Remove unused variable, always return a boolean (fix #151305). 2004-08-28 Akagic Amila * configure.in: Added 'bs' to ALL_LINGUAS. 2004-08-17 Thomas Vander Stichele patch by: Sylvain.Pasche@switzerland.org * gnome-cd/cdrom.c: fix unitialized GError. Fixes #148353. 2004-08-16 Kjartan Maraas * configure.in: Add nb to ALL_LINGUAS. 2004-06-16 Ronald Bultje * grecord/src/gsr-window.c: (make_record_pipeline): Don't g_error() when common problems occur like a non-found element. Don't ever even use g_error() at all, basically. Also add a graphical error dialog instead and use this also if no audio source could be loaded (which appears to happen a lot on recent FC2/JDS installs...). 2004-06-15 Ronald Bultje * cddb-slave2/gnet-private.h: Define socklen_t properly, and only if needed. Fixes #142828. 2004-06-15 Balamurali Viswanathan reviewed by: Ronald Bultje * grecord/src/gsr-window.c: (record_start): Also update the record status slider the second time. Fixes #123937. 2004-06-15 Padraig O'Briain reviewed by: Ronald Bultje * gnome-cd/preferences.c: (preferences_dialog_show): Give proper accessibility name to themes widget. Fixes #143327. 2004-06-15 Padraig O'Briain reviewed by: Ronald Bultje * gnome-cd/callbacks.c: (status_ok): Don't fire name-change events unless we change name, because otherwise we confuse accessibility tools. Fixes #140082. 2004-06-15 Balamurali Viswanathan reviewed by: Ronald Bultje * gnome-cd/solaris-cdrom.c: (set_audio_port), (solaris_cdrom_get_status): Set audio port on Solaris so that audio actually works. 2004-06-15 Ronald Bultje * configure.in: * gnome-cd/Makefile.am: * gnome-cd/gnome-cd.c: (main): * gnome-cd/gst-cdparanoia-cdrom.c: *: * gnome-cd/gst-cdparanoia-cdrom.h: Add GStreamer-based (cdparanoia) option. Based on work from Iain Holmes . Fixes bug #51152. 2004-06-14 Fernando Herrera Reviewed by: Ronald Bultje * gnome-cd/cddb.c: (cddb_get_query): don't free discid and free offsets. Fixes #144341. 2004-06-15 Ronald Bultje * gnome-cd/cdrom.c: (timeout_update_cd): Fix memleak. 2004-06-02 Mariano Suárez-Alvarez * autogen.sh: do not overwrite ACLOCAL_FLAGS, but append to it.