============ Version 1.4.2

2006-06-13  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 1.4.2

2006-06-19  Tim-Philipp Müller  <tim at centricular dot net>

	* src/backend/bacon-video-widget-gst-0.10.c: (cb_gconf),
	(bacon_video_widget_new):
	* src/backend/bacon-video-widget-gst.c: (cb_gconf),
	(bacon_video_widget_new):
	  Fix crash on 64-bit systems when gconf values for buffering are
	  set to non-default values. Misplaced cast made compiler pass a
	  float instead of a guint64 to g_object_set vararg function
	  (Fixes: #342699)

2006-06-18  Bastien Nocera  <hadess@hadess.net>

	* src/totem-private.h:
	* src/totem-sidebar.c: (cb_resize), (on_sidebar_button_toggled),
	(totem_sidebar_setup):
	Patch from Eric Anderson <ejona86@gmail.com> to make showing
	and hiding the sidebar not resize the video window
	(Closes: #324346)

2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>

	* src/backend/bacon-video-widget-gst-0.10.c: (get_media_size):
	  Avoid integer overflows when doing aspect ratio calculations.

	* configure.in:
	  Require gst-plugins-base >= 0.10.7 for the GStreamer backend
	  for the recently added gst_video_calculate_display_ratio()
	  function used above.

2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>

	* src/totem-menu.c: (totem_languages_update),
	(totem_subtitles_update):
	  Pop down language/subtitle menus before replacing them
	  with a different one, otherwise the session might lock
	  up hard if a menu is replaced while being open (#342411).

2006-06-11  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "mg" to ALL_LINGUAS.

2006-06-07  Bastien Nocera  <hadess@hadess.net>

	* src/plparse/totem-pl-parser.c: Add audio/vnd.rn-realaudio as a
	possible mime-type for Real Audio playlists (Closes: #344020)

2006-06-06  Bastien Nocera  <hadess@hadess.net>

	* configure.in:
	* src/plparse/totem-pl-parser.c:
	(totem_pl_parser_read_entire_file), (totem_pl_parser_add_ram),
	(totem_pl_parser_add_asf_reference_parser),
	(totem_pl_parser_add_asf_parser), (totem_pl_parser_add_pls),
	(totem_pl_parser_add_m3u), (totem_pl_parser_add_asx),
	(totem_pl_parser_add_smil),
	(totem_pl_parser_add_quicktime_metalink),
	(totem_pl_parser_add_desktop): use totem_pl_parser_read_entire_file
	to make sure that gnome_vfs_read_entire_file null-terminates the
	strings

2006-06-05  Bastien Nocera  <hadess@hadess.net>

	* data/mime-type-list.txt: add Impulse Tracker and MOD files
	to the supported types (Closes: #343605)

2006-06-05  Bastien Nocera  <hadess@hadess.net>

	* src/totem-mozilla-plugin.cpp: Patch from Sjoerd Simons
        <sjoerd@luon.net> to use NPBool instead of PRBool, fixes running
	the plugin on PPC (Closes: #343851)

2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	  Add the 'goom' plugin from gst-plugins-good to the list of
	  required plugins for the GStreamer-0.10 backend.

	* src/backend/bacon-video-widget-gst-0.10.c:
	(bvw_stop_play_pipeline), (setup_vis_find_factory), (setup_vis):
	  Fix visualisation factory lookup: check for short name if we
	  don't find a match with the long name (necessary because the
	  schema defaults to 'goom'). Use 'goom' as fallback if we can't
	  find the visualisation originally configured. Fixes #340506.

2006-05-22  Bastien Nocera  <hadess@hadess.net>

	* src/Makefile.am: Fix build

2006-05-22  Bastien Nocera  <hadess@hadess.net>

	* src/plparse/totem-disc.c: (cd_cache_open_mountpoint):
	* src/plparse/totem-pl-parser.c:
	(my_gnome_vfs_get_mime_type_with_data),
	(totem_pl_parser_add_block):
	Re-add support for "parsing" block devices, look for mountpoints
	when we don't have any (Closes: #337506)

2006-05-17  Bastien Nocera  <hadess@hadess.net>

	* src/Makefile.am: patch from Josh Nichols <nichoj@gentoo.org> to
	allow building with LDFLAGS="-Wl,--as-needed" (Closes: #341486)

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

	* src/plparse/totem-pl-parser.c: (totem_pl_parser_write_m3u),
	(totem_pl_parser_add_pls_with_contents): Fix use of the wrong
	buffer when writing m3u playlists, and the wrong URI being added
	when parsing a PLS file with relative paths