============ Version 1.3.92

2006-02-28  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 1.3.92

2006-02-27  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	  Require GLib-2.8 or newer for the GStreamer-0.10 backend (earlier
	  GLib versions do not do object refcounting atomically, which is
	  a sine qua non in heavily multi-threaded environments) (e.g. #327093).

2006-02-23  Christian Schaller <uraeus at gnome dot org>

	* COPYING: update exception text with spelling and language 
	  fixes. I guess the text in all the source files should ideally 
	  be updated too.

2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>

	* src/backend/bacon-video-widget-gst-0.10.c:
	(bvw_signal_eos_delayed), (bvw_bus_message_cb),
	(bacon_video_widget_finalize), (bacon_video_widget_play),
	(bvw_stop_play_pipeline):
	  Don't emit EOS signal from within the bus callback,
	  otherwise we'll wait forever in poll_for_state_change()
	  whilst trying to stop playbin when totem calls _close();
	  some more debug messages.

2006-02-19  Bastien Nocera  <hadess@hadess.net>

	* src/totem-playlist.c: (totem_playlist_is_media),
	(totem_playlist_init): also handle the legacy cd:, fixes a critical
	warning (Closes: #331429)

2006-02-19  Bastien Nocera  <hadess@hadess.net>

	* src/totem.c: (on_got_metadata_event): always update the window title
	when we get new metadata, fixes a problem with the window title not
	changing

2006-02-19  Julien MOUTTE  <julien@moutte.net>

	* src/backend/bacon-video-widget-gst-0.10.c: (get_list_of_type):
	Fix languages and subtitles listing.

2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>

	* src/backend/bacon-video-widget-gst-0.10.c: (get_media_size),
	(bacon_video_widget_set_aspect_ratio):
	  Fix some compiler warnings (#331517).

2006-02-16  Bastien Nocera  <hadess@hadess.net>

	* src/backend/bacon-video-widget-xine.c: (xine_try_error):
	Fix compilation with glib < 2.9.1 and > 2.8.0, patch by
	Kazuki Shimura <kazuki@ma.ccnw.ne.jp> (Closes: #331426)

2006-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>

	* src/backend/bacon-video-widget-gst.c:
	(bacon_video_widget_open_with_subtitle):
	  Prevent warning on open.

2006-02-15  Bastien Nocera  <hadess@hadess.net>

	* src/bacon-message-connection.h: remove dupe declaration
	* src/egg-recent-view-gtk.c: (egg_recent_view_gtk_add_to_menu):
	Fix critical warning when starting up (Closes: #330997)