============ Version 2.19.3

2007-05-21  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd
	* configure.in: 2.19.3

	* browser-plugin/Makefile.am:
	* src/Makefile.am:
	* src/bacon-video-widget-properties.c:
	* src/bacon-video-widget-properties.h:
	* src/plugins/properties/Makefile.am: Move the
	bacon-video-widget-properties.[ch] to the properties
	plugin directory to avoid cyclic builds, and fix make distcheck

	* src/plugins/sidebar-test/Makefile.am:
	* src/plugins/properties/Makefile.am: Fix distclean

2007-05-18  Bastien Nocera  <hadess@hadess.net>

	* configure.in:
	* src/Makefile.am:
	* src/bacon-video-widget-properties.c:
	(bacon_video_widget_properties_update):
	* src/bacon-video-widget-properties.h:
	* src/plugins/properties/Makefile.am:
	* src/plugins/properties/movie-properties.totem-plugin.in:
	* src/plugins/properties/totem-movie-properties.c:
	(totem_movie_properties_plugin_class_init),
	(totem_movie_properties_plugin_init),
	(totem_movie_properties_plugin_finalize),
	(stream_length_notify_cb),
	(totem_movie_properties_plugin_file_opened),
	(totem_movie_properties_plugin_file_closed),
	(totem_movie_properties_plugin_metadata_updated), (impl_activate),
	(impl_deactivate):
	* src/plugins/skipto/totem-skipto.c: (totem_skipto_new):
	* src/totem-object.c: (totem_object_class_init),
	(totem_object_get_property), (totem_get_video_widget),
	(totem_get_current_time), (totem_file_opened), (totem_file_closed),
	(totem_metadata_updated):
	* src/totem-private.h:
	* src/totem-properties-view.c: (on_got_metadata_event):
	* src/totem-sidebar.c: (totem_sidebar_setup):
	* src/totem.c: (totem_action_set_mrl_with_warning),
	(on_got_redirect), (on_channels_change_event),
	(on_playlist_change_name), (on_got_metadata_event),
	(update_current_time), (totem_action_open_files_list), (main):
	* src/totem.h:
	* src/totemobject-marshal.list:
	Add a properties plugin (Closes: #428291)

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

	* src/plparse/totem-pl-parser-lines.c:
	(totem_pl_parser_parse_ram_url), (totem_pl_parser_add_ram):
	* src/plparse/totem-pl-parser.c: (totem_pl_parser_init):
	* src/plparse/totem-pl-parser.h: Remove known
	arguments from pnm and rtsp lines found in RAM files, so
	that servers aren't confused by arguments they don't know about,
	Adds RAM parameters support (Closes: #439160)

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

	* configure.in: Clean up the configure output

2007-05-15  Bastien Nocera  <hadess@hadess.net>

	* src/plugins/galago/Makefile.am:
	* src/plugins/media-player-keys/Makefile.am:
	* src/plugins/ontop/Makefile.am:
	* src/plugins/screensaver/Makefile.am:
	* src/plugins/sidebar-test/Makefile.am:
	* src/plugins/skipto/Makefile.am: Fix more .totem-plugin
	files mentioning ".desktop" as a prefix, fixes some plugins
	not showing up in the UI, or being available

2007-05-14  Philip Withnall  <pwithnall@svn.gnome.org>

	* configure.in:
	* data/Makefile.am:
	* data/skip_to.glade:
	* data/totem-ui.xml:
	* src/Makefile.am:
	* src/plugins/skipto/Makefile.am:
	* src/plugins/skipto/skip_to.glade:
	* src/plugins/skipto/skipto.totem-plugin.in:
	* src/plugins/skipto/totem-skipto-plugin.c:
	(totem_skipto_plugin_class_init), (totem_skipto_plugin_init),
	(destroy_dialog), (totem_skipto_plugin_finalize),
	(totem_skipto_update_from_state), (property_notify_cb),
	(skip_to_response_callback), (run_skip_to_dialog),
	(skip_to_action_callback), (on_window_key_press_event),
	(impl_activate), (impl_deactivate):
	* src/plugins/skipto/totem-skipto.c: (totem_skipto_class_init),
	(totem_skipto_response_cb), (totem_skipto_init),
	(totem_skipto_finalize), (totem_skipto_update_range),
	(totem_skipto_get_range), (totem_skipto_set_seekable),
	(totem_skipto_set_current), (spin_button_activate_cb),
	(spin_button_value_changed_cb), (totem_skipto_new):
	* src/plugins/skipto/totem-skipto.h:
	* src/plugins/totem-plugin.h:
	* src/totem-menu.c:
	* src/totem-object.c: (totem_object_class_init),
	(totem_object_get_property), (totem_get_ui_manager),
	(totem_get_current_time), (totem_remove_sidebar_page):
	* src/totem-private.h:
	* src/totem-skipto.c:
	* src/totem-skipto.h:
	* src/totem.c: (update_mrl_label), (totem_action_seek_relative),
	(totem_action_seek_time), (update_seekable), (update_current_time),
	(totem_is_fullscreen), (totem_is_playing), (totem_is_seekable),
	(totem_action_handle_key_press), (totem_callback_connect):
	* src/totem.h: Move the skipto dialog into a
	new plugin. (Closes #428293)

2007-05-14  Bastien Nocera  <hadess@hadess.net>

	* src/bacon-volume.c: (bacon_volume_button_new): Fix the ATK
	names being the wrong way around