============ Version 1.2.2

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

	* NEWS: upd
	* configure.in: 1.2.2

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

	* src/backend/bacon-video-widget-xine.c:
	(bacon_video_widget_queue_sort), (xine_try_error):
	update to be able to compile with older glibs

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

	* src/totem-playlist.c: (totem_playlist_move_files):
	Don't reverse items when moving them down (Closes: #330399)

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

	* src/backend/bacon-video-widget-xine.c:
	(bacon_video_widget_sort_queue), (xine_try_error),
	(bacon_video_widget_get_subtitles): sort the queue before parsing it
	to avoid non-messages, and non-errors to be dropped from the queue
	(Closes: #316836), MAX_SPU at 1 means that we have one subtitle

2006-01-21  Bastien Nocera  <hadess@hadess.net>

	* data/totem.desktop.in.in.in:
	* data/vanity.desktop.in.in: Make sure GNOME;GTK; are in the
	categories (Closes: #328023)

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

	* data/schemas.sh: allow for mime-types with a '+' in their names
	to be thumbnailed (Closes: #326639)

2006-01-14  William Jon McCann  <mccann@jhu.edu>

	* src/totem-scrsaver.c: Use DBUS glib bindings.
	Fallback to trying the old gnome-screensaver
	interface name.  (Closes: #326495)

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

	* data/schemas.sh: don't create a schema entry for ogm files
	(work-around #326870)

2006-01-11  Bastien Nocera  <hadess@hadess.net>

	* src/totem-preferences.c: (totem_setup_preferences): set the prefs
	window as transient for the main window (Closes: #324155)

2006-01-11  Bastien Nocera  <hadess@hadess.net>

	* data/mime-type-list.txt: add support for the video/x-ogm+ogg mime-type

2006-01-10  Bastien Nocera  <hadess@hadess.net>

	* src/totem-mozilla-plugin.cpp: use the *right* fix for the Mozilla
	double init problem

2006-01-10  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd

2006-01-09  Bastien Nocera  <hadess@hadess.net>

	* src/backend/video-utils.c:
	(totem_gdk_window_set_invisible_cursor): Fix warning on exit
	when hiding the cursor

2006-01-09  Bastien Nocera  <hadess@hadess.net>

	* data/mime-type-list.txt: add Flash Video support

2006-01-09  Bastien Nocera  <hadess@hadess.net>

	* src/totem-mozilla-plugin.cpp: make the Totem plugin resident in
	memory to avoid re-registering its type via dbus-glib, fixes
	crashes when viewing some videos a second time, with help from
	Christian Persch <chpe@cvs.gnome.org> (Closes: #324352)

2006-01-08  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.in:
	  Print result after checking for NVTV.

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

	* src/egg-recent-model.c: (parse_info_init), (parse_info_free),
	(end_element_handler), (egg_recent_model_filter),
	(egg_recent_model_read), (egg_recent_model_lock_file),
	(egg_recent_model_unlock_file), (egg_recent_model_get_list):
	* src/egg-recent-view-gtk.c: (egg_recent_view_gtk_clear): update
	from CVS libegg

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

	* src/plparse/totem-pl-parser.c:
	(my_gnome_vfs_get_mime_type_with_data): fix parsing of directories

2005-12-22  Bastien Nocera  <hadess@hadess.net>

	* configure.in: exit if xine-lib isn't available, and GStreamer
	is disabled (Closes: #324785)

2005-12-22  Bastien Nocera  <hadess@hadess.net>

	* src/totem-properties-main.c: (nautilus_module_initialize):
	* src/totem-properties-view.c: (totem_properties_view_init),
	(totem_properties_view_finalize),
	(totem_properties_view_set_location): don't assert if we can't init
	the backend, and fix resulting warnings

2005-12-18  Bastien Nocera  <hadess@hadess.net>

	* src/totem-uri.c: (totem_setup_file_filters),
	(totem_destroy_file_filters), (totem_add_files):
	* src/totem-uri.h:
	* src/totem.c: (totem_action_exit): Fix crash when calling the "add
	to playlist" dialogue twice (Closes: #324240)

2005-12-18  Bastien Nocera  <hadess@hadess.net>

	* src/totem-private.h:
	* src/totem-sidebar.c: (cb_resize), (cb_got_size),
	(on_sidebar_button_toggled): patch from Ronald Bultje
	<rbultje@ronald.bitfreak.net> to fix resizing of the sidebar
	(Closes: #324346)

2005-12-18  Bastien Nocera  <hadess@hadess.net>

	* src/plparse/test-parser.c: (push_parser):
	* src/plparse/totem-pl-parser.c: (totem_pl_parser_set_method),
	(totem_pl_parser_add_m3u), (parse_asx_entry), (parse_asx_entries),
	(parse_smil_entry), (parse_smil_entries),
	(totem_pl_parser_add_smil), (totem_pl_parser_add_asf),
	(totem_pl_parser_parse_internal):
	Fix for remote ASX files with broken mime-type, lower-case asx header,
	return values from the sub-parsers, s/mms/mmsh/ (Closes: #323683)

2005-12-18  Christian Persch  <chpe@cvs.gnome.org>

	* data/Makefile.am:
	* src/Makefile.am:
	* src/plparse/Makefile.am: Fixes for builddir != srcdir.

2005-12-17  Bastien Nocera  <hadess@hadess.net>

	* data/popup.glade: add image for the Play/Pause popup menu item

2005-12-17  Bastien Nocera  <hadess@hadess.net>

	* data/popup.glade: Remove keyboard shortcuts from the popup menu
	(Closes: #323855)

2005-12-17  Bastien Nocera  <hadess@hadess.net>

	* src/totem-menu.c: (add_device_to_menu): Fix warning when there's
	no activation URI for a device