============ Version 1.4.4

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

	* NEWS: upd
	* configure.in: 1.4.4
	* data/Makefile.am: make distcheck fixes
	* src/Makefile.am: move the plugins to $(libdir)/mozilla/plugins
	to pass make distcheck and make the plugin available to all
	mozilla-based browsers (Closes: #350077)

2006-08-03  Bastien Nocera  <hadess@hadess.net>

	* src/backend/bacon-video-widget-xine.c:
	(bacon_video_widget_finalize), (frame_output_cb),
	(bacon_video_widget_expose), (show_vfx_update),
	(bacon_video_widget_set_logo_mode),
	(bacon_video_widget_set_scale_ratio),
	(bacon_video_widget_get_metadata_bool):
	* src/totem.c: (totem_action_set_mrl_with_warning), (main):
	* src/vanity.c: (video_widget_create):
	Backport logo related fixes from HEAD (Closes: #348184, among others)

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

	* src/totem-skipto.c: (totem_skipto_response_cb),
	(totem_skipto_init), (totem_skipto_finalize), (totem_skipto_new),
	(totem_skipto_class_init):
	  Force update of spin button value on activate and dialog
	  response; makes the 'Seek To' dialog easier to use when using
	  keys only (#313739).
	  Also remove superfluous parent_class variable, G_DEFINE_TYPE
	  already does this for us.
	  
2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>

	* src/backend/bacon-video-widget-gst-0.10.c:
	(bvw_reconfigure_tick_timeout), (bvw_bus_message_cb):
	  Do keep emitting tick timeouts with the current position
	  and duration of the file even in PAUSED state, totem
	  needs this for things like the 'Skip To' dialog (#313739).

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

	* configure.in: patch from Loïc Minier <lool+gnome@via.ecp.fr> to
	avoid linking the plugin directly against the Mozilla libs, and let
	the dependencies be resolved when the plugin is loaded. Should allow
	build-time and run-time engines to be different (Closes: #347390)