============ Version 0.9.0

2005-08-10  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: 0.9.0, whee!
	* NEWS: badly updated
	* remote/bonobo/Makefile.am:
	* remote/bonobo/rb-remote-bonobo.h:
	* shell/Makefile.am:
	* shell/main.c: make distcheck fixes

2005-08-10  Bastien Nocera  <hadess@hadess.net>

	* metadata/rb-metadata-gst.c: (rb_metadata_load):
	Use filesrc for local files, instead of gnomevfssrc (with
	brain-surgery performed by Jonathan Matthew <jonathan@kaolin.hn.org>)
	(Closes: #313088)
	Should fix some infinite loops importing files as in #313084
	* metadata/rb-metadata-mm.c: removed, it's unused

2005-08-09  Colin Walters  <walters@verbum.org>

	* data/rhythmbox.desktop.in (MimeType): Remove x-directory from
	  list; we shouldn't advertise as a generic directory processor
	  since Rhythmbox is only useful for particular directories.

2005-08-10  James Livingston  <jrl@ids.org.au>

	* INSTALL.quick: updated for the first time since 0.5.0. Now lists the
	requirements to build cvs/0.9 - a Gnome 2.10 platform, a recent
	GStreamer 0.8 and totem-plparser >= 1.1.3

2005-08-05  James Livingston  <jrl@ids.org.au>

	* sources/rb-iradio-source.c: (rb_iradio_source_do_query): fix a
	slight error in the iradio patch.

2005-08-04  James Livingston  <jrl@ids.org.au>

	* shell/rb-shell.c: (rb_shell_construct),
	(rb_shell_window_state_cb), (rb_shell_window_delete_cb),
	(rb_shell_set_visibility_impl): Patch from Jaap A. Haitsma
	<jaap@haitsma.org> to make the tracy icon work better. It now shows
	the window whenever it is not user-visible (including minimised or on
	another workspace).

2005-08-04  James Livingston  <jrl@ids.org.au>

	* sources/rb-iradio-source.c: (rb_iradio_source_dispose),
	(rb_iradio_source_do_query): Patch from Jonathan Matthew
	<jonathan@kaolin.hn.org> that stops the iradio source attempting to
	use a query before the database it fully loaded. (Closes 145217)

	Also removed unused fields from RBIRadioSourcePrivate.

2005-08-03  James Livingston  <jrl@ids.org.au>

	* iradio/rb-station-properties-dialog.c:
	(rb_station_properties_dialog_sync_entries):
	* widgets/rb-song-info.c: (rb_song_info_sync_entries_multiple),
	(rb_song_info_sync_entry_single): Only write tags if they have
	actually changed. Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
	(Closes 312336)

2005-08-01  Bastien Nocera  <hadess@hadess.net>

	* shell/rb-shell-player.c: (rb_shell_player_init): don't use
	rb_image_new_from_stock (which mirrors icons for RTL languages) when
	the icons are in GTK+ (Closes: #312264)

2005-08-01  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb.c: (emit_entry_changed): fix warning by removing
	unused variable

2005-08-01  James Livingston  <jrl@ids.org.au>

	* widgets/rb-entry-view.c: (rb_entry_view_set_property): patch from
	Jonathan Matthew <jonathan@kaolin.hn.org> to fix a crasher when an
	EntryView kept a cached copy of an iterator.

2005-08-01  James Livingston  <jrl@ids.org.au>

	* player/rb-player-gst.c: (process_tag), (found_tag_cb),
	(rb_player_construct):
	* shell/rb-shell-player.c: (info_available_cb): patch from Jonathan
	Matthew <jonathan@kaolin.hn.org> to use iradio station metadata if the
	user hasn't provided them (Closes 307899)

2005-07-31  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_entry_deleted_cb): fix crasher where entry
	remove signal was wrongly emitted.

2005-07-31  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb.c: (rhythmdb_process_metadata_load): don't reset
	the rating and last-played time when reloading track metadata (if the
	file has changed).

2005-07-30  James Livingston  <jrl@ids.org.au>

	* sources/rb-iradio-source.c: (rb_iradio_source_constructor),
	(genre_selected_cb), (genre_selection_reset_cb): Handle the
	RBPropertyView 'property-selection-reset' signal in iradio source.

	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_entry_changed_cb): correctly emit changed
	signals whether the entry was removed or not.

	* rhythmdb/rhythmdb-marshal.list:
	* rhythmdb/rhythmdb-property-model.c:
	(rhythmdb_property_model_set_property),
	(rhythmdb_property_model_entry_removed_cb):
	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_class_init),
	(rhythmdb_query_model_filter_out_entry),
	(rhythmdb_query_model_remove_entry):
	* rhythmdb/rhythmdb-query-model.h:
	* rhythmdb/rhythmdb.c: (rhythmdb_class_init), (rhythmdb_init),
	(free_entry_changes), (emit_entry_changed),
	(rhythmdb_commit_internal),
	(rhythmdb_process_queued_entry_set_event), (rhythmdb_entry_sync),
	(rhythmdb_entry_set):
	* rhythmdb/rhythmdb.h:
	Emit 'entry-removed' signal from query model, to distinguish between
	removed and filters entried. Emit entry-changed signal for all changed
	properties.
	
	Patches from Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 149799)

2005-07-30  James Livingston  <jrl@ids.org.au>

	* data/glade/station-properties.glade: remove extraneous string that
	was causing translators problems.

2005-07-30  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb.c: (rhythmdb_entry_song_get_type),
	(rhythmdb_entry_iradio_get_type): A small thread safety fix.

2005-07-30  James Livingston  <jrl@ids.org.au>

	* remote/bonobo/rb-remote-bonobo.c:
	(rb_remote_bonobo_player_notify_cb): Patch from Jonathan Matthew
	<jonathan@kaolin.hn.org> to fix an assertion in the bonobo code.

2005-07-30  James Livingston  <jrl@ids.org.au>

	* player/rb-player-gst.c: (rb_player_class_init),
	(rb_player_finalize), (emit_signal_idle), (eos_cb), (error_cb),
	(deep_notify_cb), (buffering_cb), (rb_player_construct):
	* player/rb-player.h:
	* rhythmdb/rhythmdb.c: (rhythmdb_is_busy):
	* rhythmdb/rhythmdb.h:
	* shell/rb-shell-player.c: (rb_shell_player_class_init),
	(rb_shell_player_init), (rb_shell_player_set_property),
	(rb_shell_player_get_property), (rb_shell_player_open_location),
	(info_available_cb), (buffering_cb):
	* shell/rb-shell.c: (rb_shell_construct):
	* shell/rb-statusbar.c: (rb_statusbar_init),
	(rb_statusbar_sync_status), (poll_status),
	(rb_statusbar_set_progress), (rb_statusbar_entry_view_changed_cb):
	* shell/rb-statusbar.h: Patch from Jonathan Matthew
	<jonathan@kaolin.hn.org> to give a buffering indication for iradio
	sources (Closes 309708)

2005-07-29  James Livingston  <jrl@ids.org.au>

	* widgets/rb-song-info.c: (rb_song_info_sync_entry_single): Fix issue
	where editing some tags may corrupt the tarck number. (Closes 305637)

2005-07-29  James Livingston  <jrl@ids.org.au>

	* sources/rb-playlist-source.c: (rb_playlist_source_constructor):
	* sources/rb-sourcelist.c:
	* widgets/Makefile.am:
	* widgets/rb-entry-view.c: (rb_entry_view_append_column),
	(rb_entry_view_constructor): Patch from Nickolay V. Shmyrev
	<nshmyrev@yandex.ru> to use GTK's TreeView rather than our own
	implementation. (Closes 169152)

	Files removed:
	* widgets/gtkrbtree.h:
	* widgets/gtktreeprivate.h:
	* widgets/rb-tree-view-column.c:
	* widgets/rb-tree-view-column.h:
	* widgets/rb-tree-view.c:
	* widgets/rb-tree-view.h:

2005-07-28  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb.c: (rhythmdb_event_free), (rhythmdb_shutdown),
	(rhythmdb_thread_create), (rhythmdb_get_readonly),
	(rhythmdb_read_enter), (rhythmdb_read_leave),
	(rhythmdb_entry_set_internal), (rhythmdb_entry_set): Several rhythmdb
	thread-safety fixes. Patch from Jonathan Matthew
	<jonathan@kaolin.hn.org> (closes 311382)
	
	(rhythmdb_entry_register_type): Another thread-safety fix

2005-07-27  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rb-refstring.h: Fix occasional crasher when a volume is
	umounted.

2005-07-26  James Livingston  <jrl@ids.org.au>

	* data/ui/rhythmbox-ui.xml:
	* shell/rb-shell.c: (rb_shell_construct):
	* sources/rb-iradio-source.c: (rb_iradio_source_class_init),
	(stations_view_drag_data_received_cb), (impl_show_popup):
	* sources/rb-sourcelist.c: (rb_sourcelist_class_init),
	(rb_sourcelist_set_property), (rb_sourcelist_get_property),
	(rb_sourcelist_new), (button_press_cb):
	* sources/rb-sourcelist.h: Make popup menus work correctly in the
	sourcelist and entry view, also have some better popup menu entries.
	Patch from Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 311493)
	
	* widgets/rb-entry-view.c: (rb_entry_view_constructor),
	(rb_entry_view_button_press_cb), (rb_entry_view_popup_menu_cb): Make
	the entryview respond to Shift-F10/Menu with the popup menu. Patch
	from Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 152650)

	* lib/rb-tree-dnd.c: (rb_tree_dnd_button_press_event_cb): Allow
	columns to be resized when the first track is selected. Patch from
	Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 172654)

2005-07-26  James Livingston  <jrl@ids.org.au>

	* shell/rb-shell.c: (rb_shell_db_error_cb),
	(rb_shell_db_entry_added_cb), (idle_handle_load_complete),
	(rb_shell_load_uri_impl): Undo a patch that got accidently commited in
	my last commit. Oops.

2005-07-26  James Livingston  <jrl@ids.org.au>

	* data/glade/create-playlist.glade:
	* shell/rb-shell.c: (rb_shell_db_error_cb),
	(idle_play_added_entry_cb), (rb_shell_db_entry_added_cb),
	(idle_handle_load_complete), (rb_shell_load_uri_impl):
	* widgets/rb-query-creator.c: (rb_query_creator_load_query),
	(rb_query_creator_get_limit): use a spin button, rather than a text
	entry, for the limit in the playlist editor.

2005-07-23  James Livingston  <jrl@ids.org.au>

	* sources/rb-library-source.c: (rb_library_source_free_list_data),
	(rb_library_source_cmd_choose_genre),
	(rb_library_source_cmd_choose_artist),
	(rb_library_source_cmd_choose_album): fix another memory leak

2005-07-22  James Livingston  <jrl@ids.org.au>

	* player/rb-player-gst.c: (rb_player_finalize),
	(rb_player_construct), (rb_player_sync_pipeline), (rb_player_open),
	(rb_player_pause), (rb_player_set_time), (rb_player_get_time):
	* widgets/rb-header.c: (rb_header_class_init), (rb_header_init),
	(rb_header_finalize), (rb_header_set_property),
	(rb_header_get_property), (rb_header_sync_time),
	(rb_header_get_elapsed_string), (rb_header_update_elapsed),
	(rb_header_tick_cb): Query GStreamer, rather than using a timer, to
	determine the current playback position. Patch from Jonathan Matthew
	<jonathan@kaolin.hn.org> (Closes 167364)

2005-07-20  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: update the playlist parser requirements
	* shell/rb-shell-player.c: (rb_shell_player_open_location):
	Avoid creating a newly-allocated string for no reason, use
	totem_pl_parser_add_ignored_mimetype instead of
	totem_pl_parser_add_ignored_scheme as it was meant

2005-07-18  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_entry_changed_cb),
	(rhythmdb_query_model_do_reorder):
	Fix a bug in the query re-ordering code. Patch from Jonathan Matthew
	<jonathan@kaolin.hn.org>

2005-07-16  James Livingston  <jrl@ids.org.au>

	* sources/rb-playlist-source.c: (rb_playlist_source_add_list_uri):
	Add files dragged to a playlist to the library, so they can actually
	be added to the playlist. (Closes: 300391)

2005-07-15  James Livingston  <jrl@ids.org.au>

	* widgets/disclosure-widget.c: (cddb_disclosure_set_labels),
	(expander_callback): Fix the disclosure widget, so that the show/hide
	labels are not reversed.

2005-07-14  Colin Walters  <walters@verbum.org>

	* rhythmdb/rhythmdb.c (rhythmdb_process_events): Kill off warning
	about readonly db.

2005-07-14  Colin Walters  <walters@verbum.org>

	* configure.ac: Remove -Wall since then we lose with -Werror when
	new GCC warnings are introduced.  Instead hardcode a list of warnings
	we want.	

	* widgets/rb-volume.c (rb_volume_new): 
	* widgets/rb-tree-view.c (rb_tree_view_new): 
	* widgets/rb-tree-view-column.c (rb_tree_view_column_new): 
	* widgets/rb-song-display-box.c (rb_song_display_box_new): 
	* widgets/rb-rating.c (rb_rating_new): 
	* widgets/rb-load-failure-dialog.c (rb_load_failure_dialog_new): 
	* shell/rb-shell-preferences.c (rb_shell_preferences_new): 
	* remote/bonobo/rb-remote-bonobo.c (rb_remote_bonobo_new): 
	* remote/bonobo/libmain.c (rhythmbox_shlib_make_object): 
	* player/rb-recorder-gst.c (rb_recorder_new): 
	* player/rb-player-gst.c (rb_player_new): 
	* metadata/rb-metadata-gst.c (rb_metadata_new): 

	Pass extra NULL to g_object_new to silence gcc.

2005-07-12  Colin Walters  <walters@verbum.org>

	* rhythmdb/rhythmdb.c (rhythmdb_commit_internal): Only queue
	stats for RHYTHMDB_ENTRY_TYPE_SONG; it's a bit evil to do
	http requests to all your iradio sites, doesn't really make
	sense from a UI standpoint, and also apparently triggers some
	valgrind errors.

2005-07-11  William Jon McCann  <mccann@jhu.edu>

	* sources/rb-playlist-source-recorder.c (_nautilus_burn_drive_media_type_get_string):
	Fix ambiguous string.  (Closes: #309872)

2005-07-11  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_entry_changed_cb),
	(rhythmdb_query_model_update_limited_entries),
	(rhythmdb_query_model_do_reorder):
	Add support for dynamic re-ordering of the library/playlists when
	metadata the affects the sorting order changes. This also fixes a bug
	where it would stop playing when trying to change to the next song.

2005-07-11  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rb-refstring.c: (rb_refstring_unref):
	* rhythmdb/rhythmdb.c: (rhythmdb_finalize):
	More rb-refstring fixes (patch from Jonathan Matthew
	<jonathan@kaolin.hn.org>, Closes: 309983)
	* shell/main.c: (main):
	Fix intermittent crash on exit.

2005-07-10  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_start_element),
	(rhythmdb_tree_parser_end_element), (rhythmdb_tree_load):
	Remove some pointless memory reallocations in rhythmdb-tree

2005-07-10  James Livingston  <jrl@ids.org.au>

	* shell/rb-source-header.c: (rb_source_header_init),
	(rb_source_header_disclosure_toggled_cb),
	(rb_source_header_sync_control_state):
	* widgets/disclosure-widget.c: (finalize), (class_init), (init),
	(cddb_disclosure_get_type), (cddb_disclosure_new),
	(cddb_disclosure_set_labels), (expander_callback):
	* widgets/disclosure-widget.h:
	Make the disclosure widget use GtkExpander, rather than having our own
	custom widget. Closes bug 306824.

2005-07-10  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rb-refstring.c: (rb_refstring_system_init),
	(rb_refstring_new_full), (rb_refstring_unref),
	(rb_refstring_system_shutdown):
	* rhythmdb/rb-refstring.h:
	Make rb-refstrings thread safe, which should fix some intermittent
	crashes on SMP/SMT systems.

2005-07-09  Paolo Borelli  <pborelli@katamail.com>

	* sources/rb-sourcelist.c: popup the menu on keyboard shortcuts,
	bug 309695.

2005-07-08  William Jon McCann  <mccann@jhu.edu>

	* player/rb-recorder-gst.c (rb_recorder_finalize) 
	(rb_recorder_burn_cancel, rb_recorder_burn): Add proper
	cancellation of burning process.

	* data/glade/recorder.glade: Updated to use single progress
	bar and speed selection.

	* sources/rb-playlist-source-recorder.c (get_speed_selection)
	(update_speed_combobox)
	(rb_playlist_source_recorder_device_changed_cb): Allow user to
	change writing speed.  This is unfortunate but necessary when
	combinations of factors prevent us from writing at maximum speed.
	(time_to_string_text): Stolen from totem.
	(progress_set_time, progress_set_fraction, burn_cd, eos_cb)
	(track_progress_changed_cb): Use only one progress bar to show
	overall progress, indicate the current task in italics below bar,
	and show overall time remaining as progress bar text.
	(response_cb): Don't show title on alert dialogs.
	(insert_media_request_cb): Be specific about media types since it
	only makes sense to write audio to media in the CD family.  Use
	cancel button instead of close.  Don't show title on alert
	dialogs.  Make dialog modal so it can be used to set the return value
	for a signal handler.
	(burn_action_changed_cb): Update strings.
	(ask_rewrite_disc, warn_data_loss_cb): Warn the user if the action
	will cause data to be lost.
	(setup_speed_combobox): New function for speed selection.
	(rb_playlist_source_recorder_init): Use single progress bar.  Add
	speed selection.  Handle n-c-b warn-data-loss signal.

	* player/rb-recorder-gst.c: Fix order of includes.
	Add warn-data-loss signal.  Update to new n-c-b API
	to support reporting time remaining.

	* configure.ac: Allow n-c-b > 2.10.

2005-07-08  James Livingston  <jrl@ids.org.au>

	* shell/rb-shell-player.c: (eos_cb):
	Fix intermittent crash caused if change notification changes the
	source

2005-07-08  James Livingston  <jrl@ids.org.au>

	* iradio/rb-station-properties-dialog.c:
	(rb_station_properties_dialog_rated_cb),
	(rb_station_properties_dialog_sync_entries):
	* rhythmdb/rhythmdb-query-model.c: (rhythmdb_query_model_init),
	(rhythmdb_query_model_finalize),
	(rhythmdb_query_model_entry_changed_cb),
	(rhythmdb_query_model_insert_into_main_list),
	(rhythmdb_query_model_insert_into_limited_list),
	(rhythmdb_query_model_remove_from_main_list),
	(rhythmdb_query_model_remove_from_limited_list),
	(rhythmdb_query_model_update_limited_entries),
	(rhythmdb_query_model_do_insert),
	(rhythmdb_query_model_remove_entry):
	* shell/rb-shell-player.c: (rb_shell_player_auto_adjust_rating):
	* sources/rb-source.c: (rb_source_update_play_statistics):
	* widgets/rb-entry-view.c: (rb_entry_view_rated_cb):
	* widgets/rb-song-info.c: (rb_song_info_set_entry_auto_rate),
	(rb_song_info_set_entry_rating):
	Fix query and EntryView change notification, so that automatic playlists are updated
	when an entry in them changes

2005-07-07  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb.c: (rhythmdb_shutdown), (read_queue),
	(action_thread_main): reduce the default read_queue timeout, to try
	and exit slightly faster

2005-07-07  Bastien Nocera  <hadess@hadess.net>

	* widgets/rb-entry-view.c: (rb_entry_view_sync_sorting),
	(rb_entry_view_get_sorting_type), (rb_entry_view_set_sorting_type),
	(rb_entry_view_get_sorting_order),
	(rb_entry_view_set_sorting_order),
	(rb_entry_view_column_clicked_cb), (rb_entry_view_constructor),
	(rb_entry_view_sort_key_changed_cb):
	* widgets/rb-entry-view.h: fix a number of bugs with the RBEntryView
	sort-order (patch from James Livingston <jrl@ids.org.au>)
	(Closes: #306775)

2005-07-07  Bastien Nocera  <hadess@hadess.net>

	* metadata/rb-metadata-gst.c: (rb_metadata_init): support wave files
	in the library (Closes: #158356)

2005-07-07  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_start_element),
	(rhythmdb_tree_parser_end_element):
	Fix a memory leak, and stop some pointless string reallocation in the tree
	parser.

2005-07-07  James Livingston  <jrl@ids.org.au>

	* sources/rb-library-source.c: (rb_library_source_finalize),
	(rb_library_source_constructor):
	Remove GConf notifications when a RBLibrarySource is destroyed

2005-07-07  James Livingston  <jrl@ids.org.au>

	* shell/rb-remote.c: (rb_remote_finalize), (rb_remote_class_init):
	* sources/rb-ipod-source.c: (rb_ipod_source_class_init),
	(rb_ipod_source_finalize):
	Make rb-remote and rb-ipod-source chain the finalizers up to their
	parent classes

2005-07-06  James Livingston  <jrl@ids.org.au>

	* rhythmdb/rb-refstring.h: (rb_refstring_unref):
	Avoid a crash if NULL is passed

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

	* metadata/rb-metadata-gst.c: (rb_metadata_load):
	* metadata/rb-metadata.h:
	* rhythmdb/rhythmdb.c: (rhythmdb_process_metadata_load):
	Don't complain about text/* and image/* types being non-audio
	files (patch from James Livingston <jrl@ids.org.au>) (Closes: #309334)

2005-07-05  Bastien Nocera  <hadess@hadess.net>

	* widgets/rb-song-info.c: (rb_song_info_update_playback_error):
	Avoid a crash in the properties window when no song is selected
	(Patch by jonathan@kaolin.hn.org) (Closes: #307993)

2005-07-05  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_end_element),
	(save_entry):
	* rhythmdb/rhythmdb.c: (rhythmdb_entry_set_internal):
	* rhythmdb/rhythmdb.h:
	Make the mountpoint struct entry use an RbRefString
	(patch by James Livingston <jrl@ids.org.au>)

2005-07-05  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rb-refstring.c: (rb_refstring_new_full): make
	RbRefString work by actually pushing it to the hash table
	* lib/rb-file-helpers.c: (rb_uri_resolve_symlink):
	* rhythmdb/rhythmdb.c: (rhythmdb_event_free), (add_thread_main):
	Plug memory leaks in (very) often called functions
	Both patches from James Livingston <jrl@ids.org.au> (Closes: #309444)

2005-06-26  Dennis Cranston <dennis_cranston@yahoo.com>

	* sources/rb-library-source.c:  Use header capitalization for
	popup menu items, and add mnemonics.
	* widgets/rb-header.c: (rb_header_sync): Use header capitalization.
	* data/glade/library-prefs.glade:  Add mnemonics and ident 
	contents of browser view category.
	* data/glade/general-prefs.glade:  Indent contents of visible
	columns category. 

2005-06-26  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb-tree.c: Fix a glibc/gcc warning about the
	return value of fwrite_unlocked being ignored (Closes: #307649)

2005-06-25  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.ac: Added 'gl' to ALL_LINGUAS.

2005-06-19  Bastien Nocera  <hadess@hadess.net>

	* lib/rb-util.c: (_rb_threads_lock), (_rb_threads_unlock),
	(rb_threads_init):
	* remote/bonobo/Rhythmbox.idl:
	* remote/bonobo/rb-remote-bonobo.c: (rb_remote_bonobo_class_init),
	(rb_remote_bonobo_remote_client_proxy_init),
	(rb_remote_bonobo_corba_quit),
	(rb_remote_bonobo_corba_handle_file),
	(rb_remote_bonobo_corba_add_to_library),
	(rb_remote_bonobo_corba_next), (rb_remote_bonobo_corba_previous),
	(rb_remote_bonobo_corba_skip), (rb_remote_bonobo_corba_set_rating),
	(rb_remote_bonobo_corba_toggle_mute),
	(convert_from_rb_remote_song), (get_song_info_from_player),
	(bonobo_pb_get_prop), (bonobo_pb_set_prop),
	(rb_remote_bonobo_add_player_property),
	(rb_remote_bonobo_corba_get_player_properties),
	(rb_remote_bonobo_song_changed_cb),
	(rb_remote_bonobo_visibility_changed_cb),
	(rb_remote_bonobo_player_notify_cb), (rb_remote_bonobo_acquire),
	(rb_remote_bonobo_client_get_playing_song_impl),
	(_rb_remote_bonobo_client_toggle_property),
	(_rb_remote_bonobo_client_get_boolean_property),
	(_rb_remote_bonobo_client_set_boolean_property),
	(rb_remote_bonobo_client_toggle_visibility_impl),
	(rb_remote_bonobo_client_get_visibility_impl),
	(rb_remote_bonobo_client_set_visibility_impl),
	(rb_remote_bonobo_client_toggle_shuffle_impl),
	(rb_remote_bonobo_client_get_shuffle_impl),
	(rb_remote_bonobo_client_set_shuffle_impl),
	(rb_remote_bonobo_client_toggle_repeat_impl),
	(rb_remote_bonobo_client_get_repeat_impl),
	(rb_remote_bonobo_client_set_repeat_impl),
	(_rb_remote_bonobo_client_set_playing),
	(rb_remote_bonobo_client_play_impl),
	(rb_remote_bonobo_client_pause_impl),
	(rb_remote_bonobo_client_jump_next_impl),
	(rb_remote_bonobo_client_jump_previous_impl),
	(rb_remote_bonobo_client_quit_impl),
	(rb_remote_bonobo_client_set_rating_impl),
	(rb_remote_bonobo_client_seek_impl),
	(rb_remote_bonobo_client_set_volume_impl),
	(rb_remote_bonobo_client_get_volume_impl),
	(rb_remote_bonobo_client_toggle_mute_impl):
	* remote/bonobo/test-corba.c: (main):
	* remote/rb-remote-client-proxy.c:
	(rb_remote_client_proxy_add_to_library),
	(rb_remote_client_proxy_play_uri),
	(rb_remote_client_proxy_toggle_visibility),
	(rb_remote_client_proxy_set_visibility),
	(rb_remote_client_proxy_get_visibility),
	(rb_remote_client_proxy_toggle_repeat),
	(rb_remote_client_proxy_play), (rb_remote_client_proxy_pause),
	(rb_remote_client_proxy_set_playing_time),
	(rb_remote_client_proxy_seek), (rb_remote_client_proxy_set_rating),
	(rb_remote_client_proxy_jump_next),
	(rb_remote_client_proxy_jump_previous),
	(rb_remote_client_proxy_quit), (rb_remote_client_proxy_set_volume),
	(rb_remote_client_proxy_get_volume),
	(rb_remote_client_proxy_toggle_mute):
	* remote/rb-remote-client-proxy.h:
	* remote/rb-remote-common.h:
	* remote/rb-remote-proxy.c: (rb_remote_proxy_base_init),
	(rb_remote_proxy_load_uri), (rb_remote_proxy_set_visibility),
	(rb_remote_proxy_get_visibility),
	(rb_remote_proxy_set_playing_time), (rb_remote_proxy_seek),
	(rb_remote_proxy_get_playing_uri), (rb_remote_proxy_get_song_info),
	(rb_remote_proxy_set_rating), (rb_remote_proxy_jump_next),
	(rb_remote_proxy_jump_previous), (rb_remote_proxy_quit),
	(rb_remote_proxy_toggle_mute),
	(rb_remote_proxy_find_player_property),
	(rb_remote_proxy_player_notify_handler),
	(rb_remote_proxy_set_player_property),
	(rb_remote_proxy_get_player_property),
	(rb_remote_proxy_get_playing_source):
	* remote/rb-remote-proxy.h:
	* shell/Makefile.am:
	* shell/main.c: (main), (handle_cmdline):
	* shell/rb-shell-player.c: (rb_shell_player_class_init),
	(rb_shell_player_init), (rb_shell_player_set_property),
	(rb_shell_player_get_property),
	(rb_shell_player_set_playing_entry), (rb_shell_player_cmd_play),
	(rb_shell_player_playpause_button), (rb_shell_player_playpause),
	(rb_shell_player_cmd_pause), (rb_shell_player_toggle_mute),
	(rb_shell_player_seek), (filter_mmkeys):
	* shell/rb-shell-player.h:
	* shell/rb-shell.c: (rb_shell_remote_proxy_init),
	(rb_shell_construct), (source_activated_cb),
	(rb_shell_db_error_cb), (rb_shell_db_entry_added_cb),
	(rb_shell_playing_entry_changed_cb), (tray_destroy_cb),
	(rb_shell_load_uri_impl), (rb_shell_select_uri_impl),
	(rb_shell_play_uri_impl), (rb_shell_grab_focus_impl),
	(rb_shell_get_visibility_impl), (rb_shell_set_visibility_impl),
	(rb_shell_get_shuffle_impl), (rb_shell_set_shuffle_impl),
	(rb_shell_get_repeat_impl), (rb_shell_set_repeat_impl),
	(rb_shell_play_impl), (rb_shell_pause_impl),
	(rb_shell_playing_impl), (rb_shell_get_playing_time_impl),
	(rb_shell_set_playing_time_impl), (rb_shell_get_playing_uri_impl),
	(rb_shell_get_song_info_impl), (rb_shell_jump_next_impl),
	(rb_shell_jump_previous_impl), (rb_shell_remote_quit_impl),
	(rb_shell_find_player_property_impl),
	(rb_shell_player_notify_handler_impl),
	(rb_shell_set_player_property_impl),
	(rb_shell_get_player_property_impl),
	(rb_shell_get_playing_source_impl), (rb_shell_seek_impl),
	(rb_shell_set_rating_impl), (rb_shell_toggle_mute_impl):
	* shell/rb-statusbar.c: (rb_statusbar_shell_play_order_changed_cb):
	* shell/rb-tray-icon.c: (rb_tray_icon_class_init),
	(rb_tray_icon_init), (rb_tray_icon_constructor),
	(rb_tray_icon_sync_action), (rb_tray_icon_set_property),
	(rb_tray_icon_get_property), (rb_tray_icon_new),
	(rb_tray_icon_button_press_event_cb), (rb_tray_icon_drop_cb),
	(rb_tray_icon_show_window_changed_cb):
	* shell/rb-tray-icon.h:

	Huge patch from jonathan@kaolin.hn.org to bring the Bonobo interface
	back from the dark ages (Closes: #306384)

2005-06-18  Dennis Cranston <dennis_cranston@yahoo.com>

	* shell/rb-playlist-manager.c:  Use header capitalization 
	for menu item labels.
	
	* shell/rb-shell.c:  Use header capitalization for menu 
	item labels and window titles.

	(Closes: #308246)

2005-06-18  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac: Added 'th' (Thai) to ALL_LINGUAS.

2005-06-15  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: patch from Ed Catmur <ed@catmur.co.uk> to
	fix the use of --disable-dashboard/--enable-dashboard
	(Closes: #307749)

2005-06-15  Bastien Nocera  <hadess@hadess.net>

	* configure.ac: patch from Ed Catmur <ed@catmur.co.uk> to
	work-around AC_PATH_X returning an empty $x_libraries (Closes: #307748)

2005-06-14  Sebastien Bacher  <seb128@debian.org>

	* remote/bonobo/Makefile.am: list the server file for the tarball.

2005-06-14  Christophe Fergeau  <teuf@gnome.org>

	* metadata/rb-metadata-gst.c: (rb_metadata_gst_new_decoded_pad_cb):
	* rhythmdb/rhythmdb.c: (rhythmdb_process_metadata_load): fix gcc 4
	(and 2.95) compilation

2005-06-14  Christophe Fergeau  <teuf@gnome.org>

	* metadata/rb-metadata-gst.c: (rb_metadata_init),
	(rb_metadata_finalize), (rb_metadata_gst_error_cb),
	(rb_metadata_gst_load_tag), (rb_metadata_gst_fakesink_handoff_cb),
	(rb_metadata_gst_new_decoded_pad_cb),
	(rb_metadata_gst_unknown_type_cb), (make_pipeline_element),
	(rb_metadata_load):
	* metadata/rb-metadata.h:
	* player/rb-player-gst.c: (rb_player_class_init):
	* rhythmdb/rhythmdb.c: (rhythmdb_event_free), (emit_error_idle),
	(rhythmdb_process_metadata_load), (rhythmdb_execute_stat):
	* shell/rb-shell-player.c: (rb_shell_player_init),
	(info_available_cb): use decodebin for metadata reading instead of
	spider, patch from jonathan@kaolin.hn.org. If you don't have
	gst-plugins 0.8.9, you may get GStreamer-Critical warnings in your
	console (this is bug #169400).


2005-06-13  Christophe Fergeau  <teuf@gnome.org>

	* configure.ac: don't enable dbus or hal if newer (api incompatible)
	versions are detected
	* player/Makefile.am: attempt at fixing make dist
	* rhythmdb/rhythmdb-gda.c: 
	* rhythmdb/rhythmdb-gda.h: added missing files (maybe libgda support
	should just be killed?)

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

	* widgets/Makefile.am:
	* widgets/rb-ellipsizing-label.c:
	* widgets/rb-ellipsizing-label.h:
	* widgets/rb-header.c: (rb_header_init), (rb_header_sync):
	* widgets/rb-song-info.c: Patch from Paolo Borelli
	<pborelli@katamail.com> to remove the RBEllipsizing label, and use
	GTK+'s instead (Closes: #307386)

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* rhythmdb/rhythmdb.h:
	* widgets/rb-property-view.c: (query_model_cb),
	(rb_property_view_drag_data_get), (rb_property_view_constructor):
	committ patch from  Gabriel de Perthuis to add a text/uri-list target
	when dragging an artist/album/genre. This allows dragging a whole
	album/artist/genre to a playlist or to the desktop. Fixes #165583

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* shell/rb-playlist-manager.c:
	(rb_playlist_manager_save_thread_main),
	(rb_playlist_manager_save_playlists):
	* sources/rb-playlist-source.c: (rb_playlist_source_class_init),
	(rb_playlist_source_get_property),
	(rb_playlist_source_entry_added_cb),
	(rb_playlist_source_add_location),
	(rb_playlist_source_remove_location),
	(rb_playlist_source_save_to_xml): fixes to playlist saving, fixes bug
	#166340, patch from jonathan@kaolin.hn.org

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* sources/rb-ipod-source.c: (rb_ipod_get_itunesdb_path),
	(rb_ipod_is_volume_ipod): added some sanity checks which can avoid
	crashes in some cases

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* data/ui/rhythmbox-ui.xml: add Quit menu item to the tray icon

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* lib/rb-util.c: (rb_is_main_thread), (rb_threads_init):
	* lib/rb-util.h:
	* rhythmdb/rhythmdb.c: (rhythmdb_event_free), (rhythmdb_shutdown),
	(rhythmdb_read_enter), (rhythmdb_read_leave),
	(timeout_rhythmdb_commit), (set_metadata_string_default_unknown),
	(set_props_from_metadata), (rhythmdb_process_stat_event),
	(rhythmdb_process_metadata_load),
	(rhythmdb_process_queued_entry_set_event),
	(rhythmdb_process_events), (action_thread_main),
	(rhythmdb_entry_sync), (rhythmdb_entry_set_internal),
	(rhythmdb_entry_queue_set), (rhythmdb_entry_set),
	(rhythmdb_prop_get_type), (entry_volume_mounted_or_unmounted),
	(rhythmdb_entry_set_mount_point), (rhythmdb_entry_set_visibility):
	* rhythmdb/rhythmdb.h:
	* shell/main.c: (main):
	* sources/rb-source.c: (rb_source_update_play_statistics):
	* widgets/rb-entry-view.c: (rb_entry_view_rated_cb): reimplement 
	rhythmdb_entry_queue_set, this should fix some crashes when doing
	a rhythmdb_entry_set while the db is read-only

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* configure.ac: check for playbin, and remove the check for all other
	elements

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* widgets/rb-tree-view.c: (rb_tree_view_new):
	* widgets/rb-tree-view.h: remove dead code

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* widgets/rb-entry-view.c: (type_ahead_search_func),
	(rb_entry_view_play_count_cell_data_func),
	(rb_entry_view_constructor), (rb_entry_view_poll_model):
	* widgets/rb-property-view.c: (rb_property_view_constructor):
	* widgets/rb-tree-view.c: (rb_tree_view_new): enable type ahead find
	in the various treeviews in the main UI.

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* player/rb-player-gst.c: (rb_player_class_init), (rb_player_init),
	(rb_player_finalize), (rb_player_gst_free_playbin),
	(rb_player_construct), (rb_player_sync_pipeline), (rb_player_open),
	(rb_player_close), (rb_player_play), (rb_player_pause),
	(rb_player_set_replaygain), (rb_player_set_volume),
	(rb_player_seekable), (rb_player_set_time), (rb_player_get_time):
	* shell/rb-shell-player.c: (rb_shell_player_class_init),
	(rb_shell_player_init), (rb_shell_player_get_property),
	(rb_shell_player_open_location),
	(rb_shell_player_set_playing_source_internal),
	(rb_shell_player_error), (tick_cb):
	* shell/rb-statusbar.c: (rb_statusbar_construct),
	(rb_statusbar_sync_status):
	* sources/rb-iradio-source.c: (rb_iradio_source_class_init):
	* sources/rb-source.c: (rb_source_class_init),
	(rb_source_have_url):
	* sources/rb-source.h: use playbin instead of making up our own
	pipeline

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* player/Makefile.am: make the recorder marshallers conditionnally
	compiled too.

2005-06-12  Christophe Fergeau  <teuf@gnome.org>

	* COPYING:
	* configure.ac:
	* player/Makefile.am:
	* shell/Makefile.am:
	* shell/rb-playlist-manager.c: (rb_playlist_manager_set_property):
	* shell/rb-shell.c: (rb_shell_construct):
	* sources/Makefile.am:
	* sources/rb-iradio-source.c:
	(stations_view_drag_data_received_cb):
	* sources/rb-playlist-source.c: (rb_playlist_source_burn_playlist):
	Patch from jonathan@kaolin.hn.org to make compilation of the cd
	burning code optional. Disable the code if libnautilus-burn is older
	or newer than 2.9 or 2.10.

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb-tree.c: (split_query_by_disjunctions):
	* widgets/rb-query-creator.c: (rb_query_creator_load_query): Patch from
	James Livingston <jrl@ids.org.au> to avoid asserts if a query has
	no criteria

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb-tree.c: (evaluate_conjunctive_subquery):
	* rhythmdb/rhythmdb.c: (rhythmdb_query_get_type):
	* widgets/rb-query-creator.c: Patch from James Livingston
	<jrl@ids.org.au> to change the "less than" and "more than" queries to
	"at most" and "at least"

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* widgets/rb-query-creator.c: (rb_query_creator_get_query):
	Patch from James Livingston <jrl@ids.org.au> to not ignore empty query
	criteria (Closes: #154280)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* data/glade/create-playlist.glade:
	* widgets/rb-query-creator.c: (rb_query_creator_constructor),
	(append_row): Patch from James Livingston <jrl@ids.org.au> to allow
	removing any item in the query dialog not just the all of them but
	the last one (Closes: #154279)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_entry_added_cb),
	(rhythmdb_query_model_add_entries),
	(rhythmdb_query_model_do_insert): Patch from James Livingston
	<jrl@ids.org.au> to fix problems when an automatic playlist has
	limits and uses sorting

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* shell/rb-shell.c: (rb_shell_shutdown): hide the main window
	and tray icon as soon as we're going to shutdown (Closes: #171863)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* shell/main.c: (main):
	* shell/rb-shell.c: (rb_shell_cmd_about): remove dead codepaths
	relative to monkey-media

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* lib/rb-file-helpers.c: (rb_uri_resolve_symlink): patch from
	Paolo Borelli <pborelli@katamail.com> to follow more than one level of
	symlinks (Closes: #163517)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* shell/rb-playlist-manager.c:
	(rb_playlist_manager_save_thread_main): Patch from Loïc Minier
	<lool+gnome@via.ecp.fr> to avoid overwriting the existing library
	if saving the temporary library failed (Closes: #304519)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* shell/rb-statusbar.c: (rb_statusbar_init),
	(rb_statusbar_sync_status): Patch from Paolo Bacchilega
	<paolo.bacchilega@libero.it> to hide the progress bar when there is
	no activity, and left justify the playlist duration (Closes: #153645)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* rhythmdb/rhythmdb.c: (rhythmdb_compute_status_normal): patch from
	James Livingston <jrl@ids.org.au> to avoid mentioning hours or
	minutes if they're '0' (Closes: #157341)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* data/ui/rhythmbox-ui.xml:
	* shell/rb-playlist-manager.c:
	(rb_playlist_manager_cmd_edit_automatic_playlist),
	(rb_playlist_manager_cmd_rename_playlist):
	* sources/rb-sourcelist.c: (rb_sourcelist_edit_source_name),
	(rb_sourcelist_title_cell_data_func), (source_name_edited_cb):
	Patch from Michael Terry <mike@mterry.name> to use the context menu
	to rename playlists (Closes: #133845)

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* player/rb-recorder-gst.c: (rb_recorder_burn): Who didn't test the
	build?

2005-06-11  Bastien Nocera  <hadess@hadess.net>

	* player/rb-recorder-gst.c: (rb_recorder_burn):
	* sources/rb-playlist-source-recorder.c:
	(rb_playlist_source_recorder_start):
	* widgets/rb-header.c: (info_url): Build fixes for 64-bit systems,
	partial fixes from James Henstridge <james@jamesh.id.au>
	(Closes: #168727)

2005-06-08  Bastien Nocera  <hadess@hadess.net>

	* library/.cvsignore: removed
	* player/Makefile.am: cleanup
	* rhythmdb/rhythmdb.c: (action_thread_main),
	(rhythmdb_save_thread_main), (query_thread_main),
	(rhythmdb_do_full_query_async_parsed):
	send a RHYTHMDB_EVENT_DB_SAVED event even if we don't have to save
	the database, otherwise the read counter doesn't get decreased
	* widgets/gst-hig-dialog.c: removed
	* widgets/gst-hig-dialog.h: removed
	* widgets/rb-query-creator.c: added beginning of a support for
	filtering by Path

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

	* shell/rb-shell.c: (rb_shell_sync_window_state): Patch from
	jonathan@kaolin.hn.org to work-around problems with some unforgiving
	window managers while switching to the small mode

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

	* shell/rb-tray-icon.c: (rb_tray_icon_button_press_event_cb): Patch
	from jonathan@kaolin.hn.org to have the tray icon popup menu show
	up on the right screen

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

	* sources/rb-iradio-source.c: (rb_iradio_source_add_station): Patch
	from jonathan@kaolin.hn.org to make the default iRadio genre
	"Unknown" and not an empty string

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

	* sources/rb-sourcelist.c: (rb_sourcelist_init): Patch from
	jonathan@kaolin.hn.org to make the "Playing" icon right aligned
	in the sources list

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

	* iradio/rb-station-properties-dialog.c:
	(rb_station_properties_dialog_update_rating): Patch from
	jonathan@kaolin.hn.org to set the rating correctly in the radio
	station properties dialog

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

	* shell/rb-playlist-manager.c:
	(rb_playlist_manager_cmd_load_playlist),
	(rb_playlist_manager_cmd_save_playlist):
	* shell/rb-shell-player.c: (rb_shell_player_error):
	* shell/rb-shell.c: (rb_shell_cmd_add_folder_to_library),
	(rb_shell_cmd_add_file_to_library):
	* widgets/rb-dialog.c: (rb_file_chooser_new):
	* widgets/rb-dialog.h:
	* widgets/rb-druid.c: (rb_druid_browse_clicked_cb):
	API change from jonathan@kaolin.hn.org to allow some filechoosers
	to be non-local

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

	* widgets/rb-header.c: (info_url), (rb_header_sync): Patch from
	jonathan@kaolin.hn.org to hopefully fix the links to allmusic.com
	in the header widget

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

	* shell/rb-shell.c: Patch from jonathan@kaolin.hn.org to avoid
	the keyboard shortcut collision between "New Internet Radio" and
	"New Playlist"

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

	* shell/rb-shell-player.c: (rb_shell_player_open_location): Patch from
	jonathan@kaolin.hn.org to forget the iradio title from a stream when
	playing a new one (Closes: #143442)

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

	* iradio/rb-station-properties-dialog.c:
	(rb_station_properties_dialog_rated_cb): Patch from
	jonathan@kaolin.hn.org to allow setting the rating of iRadios

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

	* sources/rb-library-source.c: (rb_library_source_constructor),
	(songs_view_drag_data_received_cb): Patch from jonathan@kaolin.hn.org
	to enable drag and drop into the library song view

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

	* rhythmdb/rhythmdb-tree.c: (save_entry): avoid crashes on exit
	when saving iRadio stations upgraded from 0.8 (Closes: #156751)

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

	* widgets/rb-cell-renderer-pixbuf.c:
	(rb_cell_renderer_pixbuf_render):
	* widgets/rb-rating-helper.c: (rb_rating_render_stars): Patch from
	jonathan@kaolin.hn.org to fix lack of contrast with some themes
	in the star cell renderer (Closes: #169168)

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

	* sources/rb-playlist-source-recorder.c:
	(rb_playlist_source_recorder_start): patch from
	jonathan@kaolin.hn.org to avoid split sentences in the translations
	(Closes: #166737)

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

	* sources/rb-iradio-source.c: (rb_iradio_source_constructor),
	(rb_iradio_source_first_time_changed),
	(stations_view_drag_data_received_cb): patch from
	jonathan@kaolin.hn.org to correctly parse _NETSCAPE_URL type of
	drag'n'drop from web browsers (Closes: #158717)

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

	* sources/itunesdb.c: (get4int), (get_pl), (ipod_parse_playlists):
	Patch from jonathan@kaolin.hn.org to fix GCC 4 build with iPod code
	enabled

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

	* iradio/Makefile.am:
	* metadata/Makefile.am:
	* player/Makefile.am:
	* remote/bonobo/Makefile.am:
	* remote/dbus/Makefile.am:
	* rhythmdb/Makefile.am:
	* shell/Makefile.am:
	* sources/Makefile.am:
	* widgets/Makefile.am: Patch from jonathan@kaolin.hn.org to
	sanitise static library linking, and make partial rebuilds faster

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

	* metadata/rb-metadata-gst.c: (rb_metadata_gst_load_tag): Patch from
	jonathan@kaolin.hn.org to remove leading and trailing spaces from
	metadata tags (Closes: #170046)

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

	* configure.ac: don't have the first pkg-config call within an if
	statement to avoid breakage with pkg-config 0.16 (patch adapted
	from jonathan@kaolin.hn.org)

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

	* shell/rb-shell.c: (rb_shell_construct), (tray_destroy_cb):
	Patch by jonathan@kaolin.hn.org to avoid crashes when the
	notification area disappears (Closes: #172224, #172225)

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

	* rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_load):
	Patch from jonathan@kaolin.hn.org to allow loading the database
	from a local path instead of a URI

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

	* widgets/eggtrayicon.c: (egg_tray_icon_manager_filter),
	(egg_tray_icon_update_manager_window),
	(egg_tray_icon_manager_window_destroyed), (egg_tray_icon_realize):
	Fix the 1-pixel wide tray icon by updating from libegg HEAD
	(Closes: #306177)

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

	* rhythmdb/rhythmdb.c: Fix a typo that could lead to an assert
	when automatic playlists are used

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

	* configure.ac:
	* metadata/Makefile.am:
	* metadata/rb-metadata-xine.c:
	* player/Makefile.am:
	* player/rb-player-xine.c:
	* player/rb-recorder-xine.c: remove all mention of the xine backend,
	it was broken and unmaintained

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

	* .cvsignore:
	* metadata/.cvsignore:
	* player/.cvsignore:
	* remote/.cvsignore:
	* remote/bonobo/.cvsignore:
	* remote/dbus/.cvsignore:
	* rhythmdb/.cvsignore: spring-cleaning

2005-06-04  Bastien Nocera  <hadess@hadess.net>

	* autogen.sh:
	* configure.ac:
	* lib/Makefile.am:
	* lib/rb-debug.c: (rb_profiler_dump):
	* lib/totem-pl-parser.c:
	* lib/totem-pl-parser.h:
	* lib/totemplparser-marshal.list:
	* player/rb-recorder-gst.c: (tick_timeout_cb):
	* rhythmdb/rb-refstring.h:
	* rhythmdb/rhythmdb-query-model.c:
	(rhythmdb_query_model_drag_data_get),
	(rhythmdb_query_model_drag_data_received):
	* rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_start_element),
	(write_elt_name_open), (write_elt_name_close), (save_entry_string),
	(save_entry_int), (save_entry_ulong), (save_entry_uint64),
	(save_entry_double), (save_entry):
	* rhythmdb/rhythmdb.c: (extract_nice_name_from_enum_entry),
	(rhythmdb_init), (rhythmdb_nice_elt_name_from_propid),
	(rhythmdb_propid_from_nice_elt_name), (write_encoded_gvalue),
	(read_encoded_property), (rhythmdb_query_serialize),
	(rhythmdb_query_deserialize):
	* rhythmdb/rhythmdb.h:
	* shell/rb-playlist-manager.c:
	(rb_playlist_manager_save_playlists):
	* shell/rb-shell.c: (sourcelist_drag_received_cb):
	* shell/rb-tray-icon.c: (rb_tray_icon_drop_cb):
	* sources/rb-library-source.c: (impl_receive_drag):
	* sources/rb-playlist-source.c: (impl_receive_drag),
	(playlist_iter_func), (rb_playlist_source_save_playlist),
	(rb_playlist_source_new_from_xml),
	(rb_playlist_source_save_to_xml):
	* sources/rb-sourcelist-model.c:
	(rb_sourcelist_model_drag_data_received),
	(rb_sourcelist_model_drag_data_get):
	* widgets/rb-entry-view.c: (rb_entry_view_append_column),
	(rb_entry_view_constructor):
	* widgets/rb-property-view.c: (rb_property_view_drag_data_get):
	* widgets/rb-query-creator.c: (select_criteria_from_value),
	(property_option_menu_changed):

	Port for signed/unsigned char errors with libxml2 functions,
	Remove the internal copy of Totem's playlist parser
	Use the gnome-common autogen.sh rather than maintain it ourselves
	Allow compilation with glib >= 2.6.4 (inline function changes)
	Misc. GCC4 compilation fixes

2005-04-01  Steve Murphy  <murf@e-tools.com>

        * configure.ac: Added "rw" to ALL_LINGUAS.

2005-03-31  Abel Cheung  <maddog@linuxhall.org>

	* configure.ac: Added "mk" "ml" to ALL_LINGUAS.

# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9
#

2005-01-09 17:51:29 GMT	William Jon McCann <mccann@jhu.edu>	patch-159

    Summary:
      Update recorder for n-c-b 2.9 API.  Add error dialog suppression.  Small build fix.
    Revision:
      rhythmbox--main--0.9--patch-159

    
    
    Patches applied:
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-10
       Disallow drop into smart playlists.  Fixes #140232.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-11
       Fix for bug #120974: Skip unplayable songs.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-12
       Fix crasher with rb-dialog.  Move error handling to error callback.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-13
       Make rb-error-dialog non-modal.  Click on error pixbuf column to display playback error.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-14
       Added playback error stock icon.  Display playback error in song info dialog.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-15
       Add playback error icon.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-16
       Fix visibility of playback error box in song info dialog.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-17
       Don't increment auto rating on error.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-18
       Use NO_AUDIO error to indicate BUSY audio subsystem and don't play next track in that case.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-19
       Update to new nautilus-cd-burner 2.9 API.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-20
       One more update for n-c-b 2.9 API.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-21
       Sync with mainline.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-22
       Build fix for inlines.
    

    new files:
     data/art/.arch-ids/rhythmbox-playback-error.png.id
     data/art/rhythmbox-playback-error.png

    modified files:
     ChangeLog configure.ac data/art/Makefile.am
     data/glade/song-info.glade lib/rb-stock-icons.c
     lib/rb-stock-icons.h player/rb-player-gst.c
     player/rb-recorder-gst.c rhythmdb/rb-refstring.c
     rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
     rhythmdb/rhythmdb.h shell/rb-shell-player.c
     sources/rb-playlist-source-recorder.c
     sources/rb-playlist-source.c sources/rb-sourcelist-model.c
     widgets/rb-cell-renderer-pixbuf.c
     widgets/rb-cell-renderer-pixbuf.h widgets/rb-dialog.c
     widgets/rb-entry-view.c widgets/rb-song-info.c

    new patches:
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-10
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-11
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-12
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-13
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-14
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-15
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-16
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-17
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-18
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-19
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-20
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-21
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-22


2004-12-13 22:03:58 GMT	Christophe Fergeau <teuf@gnome.org>	patch-158

    Summary:
      Factorize a bunch of common code between the rating widget used in song properties and the rating cell renderer
    Revision:
      rhythmbox--main--0.9--patch-158


    new files:
     widgets/rb-rating-helper.c widgets/rb-rating-helper.h

    modified files:
     ChangeLog widgets/Makefile.am
     widgets/rb-cell-renderer-rating.c
     widgets/rb-cell-renderer-rating.h widgets/rb-query-creator.c
     widgets/rb-rating.c widgets/rb-song-info.c


2004-12-13 12:51:03 GMT	Christophe Fergeau <teuf@gnome.org>	patch-157

    Summary:
      Scroll genre/artist/album view when using 'Browse this xxx' context menu
    Revision:
      rhythmbox--main--0.9--patch-157


    modified files:
     ChangeLog widgets/rb-property-view.c


2004-12-13 00:10:50 GMT	Christophe Fergeau <teuf@gnome.org>	patch-156

    Summary:
      Make it possible to give a 0 rating
    Revision:
      rhythmbox--main--0.9--patch-156

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-137
       Make it possible to set the rating for a song to 0.
    

    modified files:
     ChangeLog widgets/rb-cell-renderer-rating.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-137


2004-12-13 00:09:13 GMT	Christophe Fergeau <teuf@gnome.org>	patch-155

    Summary:
      Removed obsolete files
    Revision:
      rhythmbox--main--0.9--patch-155


    removed files:
     widgets/rb-tree-model-sort.c widgets/rb-tree-model-sort.h

    modified files:
     ChangeLog


2004-12-02 17:12:50 GMT	Christophe Fergeau <teuf@gnome.org>	patch-154

    Summary:
      Add support for mpc and wma files
    Revision:
      rhythmbox--main--0.9--patch-154

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-136
       Added support for mpc (MusePack) and wma files, wma supports needs testing against a wide range of wma files to check it's not doing anything silly
    

    modified files:
     ChangeLog metadata/rb-metadata-gst.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-136


2004-12-02 10:53:14 GMT	Christophe Fergeau <teuf@gnome.org>	patch-153

    Summary:
      Improve behaviour when handling non-UTF-8 filenames, fixes #157672
    Revision:
      rhythmbox--main--0.9--patch-153


    modified files:
     ChangeLog widgets/rb-song-info.c


2004-12-01 23:53:05 GMT	Christophe Fergeau <teuf@gnome.org>	patch-152

    Summary:
      Added safety check which should prevent rb from crashing if we try to save a NULL property string
    Revision:
      rhythmbox--main--0.9--patch-152


    modified files:
     ChangeLog rhythmdb/rhythmdb-tree.c


2004-12-01 23:21:22 GMT	Christophe Fergeau <teuf@gnome.org>	patch-151

    Summary:
      Attempt to handle more nicely empty ipods
    Revision:
      rhythmbox--main--0.9--patch-151


    modified files:
     ChangeLog sources/rb-ipod-source.c


2004-12-01 23:53:05 GMT	Christophe Fergeau <teuf@gnome.org>	patch-152

    Summary:
      Added safety check which should prevent rb from crashing if we try to save a NULL property string
    Revision:
      rhythmbox--main--0.9--patch-152


    modified files:
     ChangeLog rhythmdb/rhythmdb-tree.c


2004-11-23 05:35:49 GMT	William Jon McCann <mccann@jhu.edu>	patch-150

    Summary:
      Enable drop of genre, artist, album into sourcelist.
    Revision:
      rhythmbox--main--0.9--patch-150

    
    
    Patches applied:
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-9
       Enable drop of genre, artist, album into sourcelist.
    

    modified files:
     ChangeLog sources/rb-sourcelist-model.c

    new patches:
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-9


2004-11-17 16:49:21 GMT	William Jon McCann <mccann@jhu.edu>	patch-149

    Summary:
      Fixes for burn dialog.  Add GTK+-2.5 features.
    Revision:
      rhythmbox--main--0.9--patch-149

    
    
    Patches applied:
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-3
       Merge from mainline
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-4
       Update from mainline
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-5
       Use gtk+ 2.5 HIG dialogs.  Build fix for 64-bit systems.  Add burn to playlist context menu (fixes #153558).  Add track name to progress bar (fixes #153560).  Fix potential crasher in cdtext generation.  Fix mangled number of MiB listed in dialog.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-6
       Bump required version of GTK+ to 2.5.4. 
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-7
       Use GtkAboutDialog.  Add name to AUTHORS.  Remove gst-hig-dialog.  Use G_ format macros for 64-bit types.
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-8
       Use new GTK+ stock icons.
    

    removed files:
     data/art/.arch-ids/rhythmbox-next.png.id
     data/art/.arch-ids/rhythmbox-pause.png.id
     data/art/.arch-ids/rhythmbox-play.png.id
     data/art/.arch-ids/rhythmbox-previous.png.id
     data/art/.arch-ids/rhythmbox-rewind.png.id
     data/art/.arch-ids/rhythmbox-stop.png.id
     data/art/rhythmbox-next.png data/art/rhythmbox-pause.png
     data/art/rhythmbox-play.png data/art/rhythmbox-previous.png
     data/art/rhythmbox-rewind.png data/art/rhythmbox-stop.png
     widgets/.arch-ids/gst-hig-dialog.c.id
     widgets/.arch-ids/gst-hig-dialog.h.id widgets/gst-hig-dialog.c
     widgets/gst-hig-dialog.h

    modified files:
     AUTHORS ChangeLog configure.ac data/art/Makefile.am
     data/ui/rhythmbox-ui.xml lib/rb-stock-icons.c
     lib/rb-stock-icons.h shell/rb-shell-player.c shell/rb-shell.c
     sources/rb-playlist-source-recorder.c widgets/Makefile.am
     widgets/rb-dialog.c

    new patches:
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-3
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-4
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-5
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-6
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-7
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-8


2004-11-05 23:28:31 GMT	Christophe Fergeau <teuf@gnome.org>	patch-148

    Summary:
      Another leak fix
    Revision:
      rhythmbox--main--0.9--patch-148


    modified files:
     ChangeLog shell/rb-shell-player.c


2004-11-05 23:20:13 GMT	Christophe Fergeau <teuf@gnome.org>	patch-147

    Summary:
      Fixed a few small leaks
    Revision:
      rhythmbox--main--0.9--patch-147


    modified files:
     ChangeLog shell/rb-shell.c shell/rb-statusbar.c
     sources/rb-iradio-source.c sources/rb-library-source.c
     sources/rb-playlist-source.c sources/rb-source.c
     sources/rb-source.h


2004-09-29 21:40:56 GMT	Colin Walters <walters@verbum.org>	patch-146

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-146


    modified files:
     ChangeLog po/ChangeLog po/cs.po po/en_CA.po po/nl.po


2004-09-27 19:33:25 GMT	Christophe Fergeau <teuf@gnome.org>	patch-145

    Summary:
      Added first-seen and last-seen properties, update them when necessary, fixed updating of modified files
    Revision:
      rhythmbox--main--0.9--patch-145

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-9
       First go at adding first-seen and last-seen properties
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-10
       Remove entries from the database when they haven't been seen in a long time
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-11
       Fixed clean up of entries when they didn't show up for some time, fix rereading of files when they are modified
    

    modified files:
     ChangeLog data/rhythmbox.schemas lib/rb-preferences.h
     rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
     rhythmdb/rhythmdb.h shell/rb-statusbar.c widgets/Makefile.am

    new patches:
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-9
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-10
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-11


2004-09-27 16:23:41 GMT	Colin Walters <walters@verbum.org>	patch-144

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-144


    modified files:
     ChangeLog po/ChangeLog po/cs.po po/en_CA.po


2004-09-26 14:30:14 GMT	Christophe Fergeau <teuf@gnome.org>	patch-143

    Summary:
      New totem-pl-parser update, hadess should learn to use arch
    Revision:
      rhythmbox--main--0.9--patch-143


    modified files:
     ChangeLog lib/totem-pl-parser.c


2004-09-26 14:06:02 GMT	Christophe Fergeau <teuf@gnome.org>	patch-142

    Summary:
      Sync totem-pl-parser to latest version per hadess's request
    Revision:
      rhythmbox--main--0.9--patch-142


    modified files:
     ChangeLog lib/totem-pl-parser.c lib/totem-pl-parser.h
     sources/rb-playlist-source.c


2004-09-23 17:01:34 GMT	Colin Walters <walters@verbum.org>	patch-141

    Summary:
      show only CD recorders in burn menu, bump required n-c-b version (Bastien Nocera)
    Revision:
      rhythmbox--main--0.9--patch-141


    modified files:
     ChangeLog configure.ac sources/rb-playlist-source-recorder.c


2004-09-23 16:55:42 GMT	Colin Walters <walters@verbum.org>	patch-140

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-140


    modified files:
     ChangeLog po/ChangeLog po/cs.po po/en_CA.po po/es.po po/hu.po
     po/lt.po po/nb.po po/no.po po/pt_BR.po po/sk.po


2004-09-23 14:39:54 GMT	Christophe Fergeau <teuf@gnome.org>	patch-139

    Summary:
      Merged teuf@gnome.org--2004/rhythmbox--removable--0.9, files on transient mount points should be handled better now
    Revision:
      rhythmbox--main--0.9--patch-139

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-1
       Copied and pasted code from the old removable--0.7 branch, #ifdef'ed out for now
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-2
       Finished adding necessary code, removed #ifdef, now let's debug that ;)
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-3
       Attempt at preventing non-song entries from being hidden
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-4
       Fixed importing of songs in the library
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-5
       Start debugging this code ;)
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-6
       Emit a changed signal on the entries we modify so entries are actually hidden
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-7
       Handle songs on mount points not mounted at rb start up, add a mountpoint XML tag to old rhythmdb files if it didn't exist yet
    
     * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-8
       Catch pre-unmount signal to release the file being paused if necessary
    

    modified files:
     ChangeLog lib/rb-util.c lib/rb-util.h
     rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h
     shell/rb-shell-player.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-1
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-2
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-3
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-4
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-5
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-6
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-7
     teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-8


2004-09-23 10:43:04 GMT	Christophe Fergeau <teuf@gnome.org>	patch-138

    Summary:
      Handle songs on mount points not mounted at rb start up, add a mountpoint XML tag to old rhythmdb files if it didn't exist yet
    Revision:
      rhythmbox--main--0.9--patch-138


    modified files:
     ChangeLog


2004-09-23 09:50:30 GMT	Christophe Fergeau <teuf@gnome.org>	patch-137

    Summary:
      Check that files in the library are still available at startup
    Revision:
      rhythmbox--main--0.9--patch-137


    modified files:
     ChangeLog rhythmdb/rhythmdb.c


2004-09-20 17:34:51 GMT	Colin Walters <walters@verbum.org>	patch-136

    Summary:
      many alignment fixes (paolo.bacchilega@libero.it)
    Revision:
      rhythmbox--main--0.9--patch-136


    modified files:
     ChangeLog shell/rb-shell-player.c shell/rb-shell.c
     shell/rb-source-header.c shell/rb-statusbar.c


2004-09-20 17:32:24 GMT	Colin Walters <walters@verbum.org>	patch-135

    Summary:
      add dispose methods, be sure to unref db and other objects
    Revision:
      rhythmbox--main--0.9--patch-135


    modified files:
     ChangeLog sources/rb-ipod-source.c sources/rb-iradio-source.c
     sources/rb-library-source.c sources/rb-playlist-source.c


2004-09-19 22:25:35 GMT	Colin Walters <walters@verbum.org>	patch-134

    Summary:
      rb-recorder-marshal.[ch] are junk
    Revision:
      rhythmbox--main--0.9--patch-134


    modified files:
     ChangeLog player/.arch-inventory


2004-09-19 22:21:15 GMT	Colin Walters <walters@verbum.org>	patch-133

    Summary:
      bump req on libnautilus-burn
    Revision:
      rhythmbox--main--0.9--patch-133


    modified files:
     ChangeLog configure.ac


2004-09-17 20:56:27 GMT	Colin Walters <walters@verbum.org>	patch-132

    Summary:
      add more print-playing options (Jon Oberheide)
    Revision:
      rhythmbox--main--0.9--patch-132


    modified files:
     ChangeLog shell/main.c


2004-09-17 17:31:00 GMT	Christophe Fergeau <teuf@gnome.org>	patch-131

    Summary:
      Remove spurious unref, this was making rhythmbox crashy
    Revision:
      rhythmbox--main--0.9--patch-131


    modified files:
     ChangeLog sources/rb-ipod-source.c


2004-09-16 22:15:22 GMT	Christophe Fergeau <teuf@gnome.org>	patch-130

    Summary:
      Use the gnome-dev-ipod icon from gnome icon theme if it's available
    Revision:
      rhythmbox--main--0.9--patch-130


    modified files:
     ChangeLog sources/rb-ipod-source.c


2004-09-16 20:51:23 GMT	Christophe Fergeau <teuf@gnome.org>	patch-129

    Summary:
      Added support for disc number tags in the iPod source
    Revision:
      rhythmbox--main--0.9--patch-129


    modified files:
     ChangeLog sources/rb-ipod-source.c


2004-09-16 19:38:13 GMT	Colin Walters <walters@verbum.org>	patch-128

    Summary:
      merge from 0.8: updated manual (Jens Schittenhelm)
    Revision:
      rhythmbox--main--0.9--patch-128

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-107
       updated manual (Jens Schittenhelm)
    

    new files:
     help/C/figures/.arch-ids/rb-group-auto.png.id
     help/C/figures/.arch-ids/rb-prefs-general.png.id
     help/C/figures/.arch-ids/rb-prefs-ipod.png.id
     help/C/figures/.arch-ids/rb-prefs-library.png.id
     help/C/figures/.arch-ids/rb-statusbar.png.id
     help/C/figures/.arch-ids/rb-window-small.png.id
     help/C/figures/rb-group-auto.png
     help/C/figures/rb-prefs-general.png
     help/C/figures/rb-prefs-ipod.png
     help/C/figures/rb-prefs-library.png
     help/C/figures/rb-statusbar.png
     help/C/figures/rb-window-small.png

    modified files:
     ChangeLog help/C/figures/rb-asst-finish.png
     help/C/figures/rb-asst-library.png
     help/C/figures/rb-asst-start.png
     help/C/figures/rb-context-menu.png
     help/C/figures/rb-group-create.png
     help/C/figures/rb-iradio-add.png help/C/figures/rb-iradio.png
     help/C/figures/rb-volume-changer.png help/C/user-guide.xml

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-107


2004-09-16 19:18:49 GMT	Colin Walters <walters@verbum.org>	patch-127

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-127


    modified files:
     ChangeLog po/ChangeLog po/cs.po po/en_CA.po


2004-09-16 19:16:34 GMT	Colin Walters <walters@verbum.org>	patch-126

    Summary:
      merge from 0.8: add MimeType to .desktop
    Revision:
      rhythmbox--main--0.9--patch-126

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-105
       add MimeType field to .desktop
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-106
       use ; in MimeType
    

    modified files:
     ChangeLog data/rhythmbox.desktop.in

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-105
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-106


2004-09-15 09:55:18 GMT	Christophe Fergeau <teuf@gnome.org>	patch-125

    Summary:
      Don't use G_GINT64_FORMAT since it makes the translators' job harder
    Revision:
      rhythmbox--main--0.9--patch-125


    modified files:
     ChangeLog player/rb-recorder-gst.c po/POTFILES.in
     po/POTFILES.skip po/fr.po
     sources/rb-playlist-source-recorder.c


2004-09-15 09:38:35 GMT	Christophe Fergeau <teuf@gnome.org>	patch-124

    Summary:
      Switch to -std=gnu89 instead of -std=c89, fix compilation with that flag
    Revision:
      rhythmbox--main--0.9--patch-124


    modified files:
     ChangeLog configure.ac player/rb-recorder-gst.c
     po/POTFILES.skip sources/rb-ipod-source.c
     sources/rb-playlist-source-recorder.c widgets/gst-hig-dialog.h
     widgets/rb-song-info.c


2004-09-14 20:06:51 GMT	William Jon McCann <mccann@jhu.edu>	patch-123

    Summary:
      Explicitly add files with no taglines.
    Revision:
      rhythmbox--main--0.9--patch-123

    
    
    Patches applied:
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-2
       Add files missing from last commit.  Didn't get added because they didn't have ids.
    

    new files:
     data/glade/.arch-ids/recorder.glade.id
     data/glade/recorder.glade
     player/.arch-ids/rb-recorder-marshal.list.id
     player/rb-recorder-marshal.list

    modified files:
     ChangeLog

    new patches:
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-2


2004-09-14 19:35:58 GMT	William Jon McCann <mccann@jhu.edu>	patch-122

    Summary:
      
    Revision:
      rhythmbox--main--0.9--patch-122

    
    
    Patches applied:
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--base-0
       tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9--patch-121
    
     * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-1
       add audio disc recording
    

    new files:
     player/rb-recorder-gst.c player/rb-recorder-xine.c
     player/rb-recorder.h sources/rb-playlist-source-recorder.c
     sources/rb-playlist-source-recorder.h

    modified files:
     ChangeLog configure.ac data/glade/Makefile.am
     data/rhythmbox.schemas data/ui/rhythmbox-ui.xml
     lib/rb-preferences.h player/Makefile.am
     shell/rb-playlist-manager.c sources/Makefile.am
     sources/rb-playlist-source.c sources/rb-playlist-source.h

    new patches:
     mccann@jhu.edu--2004/rhythmbox--main--0.9--base-0
     mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-1


2004-09-10 06:13:00 GMT	Colin Walters <walters@verbum.org>	patch-121

    Summary:
      G_DEFINE_TYPE love, also be sure to call finalize in some objects
    Revision:
      rhythmbox--main--0.9--patch-121


    modified files:
     ChangeLog metadata/rb-metadata-gst.c
     metadata/rb-metadata-xine.c player/rb-player-gst.c
     player/rb-player-xine.c rhythmdb/rhythmdb-property-model.c
     rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb.c


2004-09-10 05:15:36 GMT	Colin Walters <walters@verbum.org>	patch-120

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-120


    modified files:
     ChangeLog po/ChangeLog po/da.po


2004-09-10 05:12:22 GMT	Colin Walters <walters@verbum.org>	patch-119

    Summary:
      only free reverse sort data when model is actually destroyed
    Revision:
      rhythmbox--main--0.9--patch-119


    modified files:
     ChangeLog rhythmdb/rhythmdb-query-model.c
     widgets/rb-entry-view.c


2004-09-10 03:35:10 GMT	Colin Walters <walters@verbum.org>	patch-118

    Summary:
      remove "manually" from druid prompt
    Revision:
      rhythmbox--main--0.9--patch-118


    modified files:
     ChangeLog data/glade/druid.glade


2004-09-09 21:00:03 GMT	Christophe Fergeau <teuf@gnome.org>	patch-117

    Summary:
      Commit metadata writing support, needs to be enabled explicitly in configure since it's really experimental
    Revision:
      rhythmbox--main--0.9--patch-117

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--base-0
       tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-50
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-1
       Huge commit since I stupidly forgot to do a commit right after star merging the stable branch
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-2
       This commit should result in a tree which is identical to the main rhythmbox--main--0.8 branch
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-3
       This patch should be enough to add basic (and ugly code-wise) tagging support to the main stable rhythmbox branch
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-4
       Fixed a string and removed a useless variable
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-5
       Incredibly ugly code, but at least flac and mp3 tag editing works
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-6
       Cleaned up rb-metadata-gst.c so that it can be merged to the main arch repo, but I broke things at the same time :(
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-7
       Fixed a bug in flac tagging, but it still doesn't work properly
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-8
       Worked around strange opt scheduler issues when unreffing the pipeline
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-9
       More tagging work, should be mostly done, only filter out tags that are unknown to GStreamer, made the tag setting function more generic
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-10
       Raised gst-plugins requirement
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-11
       Star merge with rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-12
       Reverted star merge from 0.9 branch
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-13
       Star merge with 0.8 branch
    
     * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-14
       Removed debugging g_print
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-1
       Merged tag support from the 0.8 branch
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-2
       Started to merge the tag saving stuff in rhythmdb.c, compilation not tested...
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-3
       Started to merge the tag saving stuff in rhythmdb.c, compilation not tested...
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-4
       Reimplemented rhythmdb_entry_get
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-9
       Reenabled most of the metadata saving code, added a rhythmdb_entry_sync function which emits the necessary signals and call rhythmdb_entry_set
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-10
       Small fix, and now tag writing seems to workmake
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-1
       Merged changes from the rhythmbox--tags--0.9 branch to the latest rhythmbox--main--0.9 branch, star-merge didn't seem to work properly, hence the new branch...
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-15
       Reimplement context menus
    

    modified files:
     ChangeLog configure.ac metadata/rb-metadata-gst.c
     rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h widgets/rb-song-info.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tag--0.8--base-0
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-1
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-2
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-3
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-4
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-5
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-6
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-7
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-8
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-9
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-10
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-11
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-12
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-13
     teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-14
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-1
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-2
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-3
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-4
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-9
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-10
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-1
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-15


2004-09-09 18:52:56 GMT	Christophe Fergeau <teuf@gnome.org>	patch-116

    Summary:
      Reimplement context menus
    Revision:
      rhythmbox--main--0.9--patch-116

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-9
       RBSource now has a reference to RBShell, this makes it easier to get global resources, like the database or the GtkUIManager
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-10
       Library context menu is back! Woohoo ;)
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-11
       Library source popup menu is now there too.
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-12
       Readded iradio list context menu
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-13
       Propage a RBShell to rb-playlist-source through rb-playlist-manager
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-14
       Finish readding context menus
    

    modified files:
     ChangeLog data/ui/rhythmbox-ui.xml lib/rb-util.c lib/rb-util.h
     shell/rb-play-order.c shell/rb-playlist-manager.c
     shell/rb-playlist-manager.h shell/rb-shell-player.c
     shell/rb-shell-player.h shell/rb-shell.c
     sources/rb-ipod-source.c sources/rb-ipod-source.h
     sources/rb-iradio-source.c sources/rb-iradio-source.h
     sources/rb-library-source.c sources/rb-library-source.h
     sources/rb-playlist-source.c sources/rb-playlist-source.h
     sources/rb-source.c sources/rb-source.h
     widgets/rb-entry-view.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-9
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-10
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-11
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-12
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-13
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-14


2004-09-09 18:50:47 GMT	Christophe Fergeau <teuf@gnome.org>	patch-115

    Summary:
      Call gtk_action_group_set_translation_domain to properly translate menus generated using GTK Action API
    Revision:
      rhythmbox--main--0.9--patch-115

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-8
       Call gtk_action_group_set_translation_domain to properly translate menus generated using GTK Action API
    

    modified files:
     ChangeLog po/fr.po shell/rb-shell-player.c shell/rb-shell.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-8


2004-09-09 18:49:30 GMT	Christophe Fergeau <teuf@gnome.org>	patch-114

    Summary:
      The runtime gstreamer version check is now obsolete since we require a newer one at compile time
    Revision:
      rhythmbox--main--0.9--patch-114

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-4
       The runtime gstreamer version check is now obsolete since we require a newer one at compile time
    

    modified files:
     ChangeLog player/rb-player-gst.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-4


2004-09-09 18:47:54 GMT	Christophe Fergeau <teuf@gnome.org>	patch-113

    Summary:
      Do not add files with no known mime type to the library
    Revision:
      rhythmbox--main--0.9--patch-113

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-3
       Do not add files with unknown mime types to the library
    

    modified files:
     ChangeLog rhythmdb/rhythmdb.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-3


2004-09-09 18:46:50 GMT	Christophe Fergeau <teuf@gnome.org>	patch-112

    Summary:
      Make RbSourceListModel inherit from GtkTreeModelFilter, should fix drag and drop issues
    Revision:
      rhythmbox--main--0.9--patch-112

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-6
       Hide TreeModelFilter in RbSourceListModel instead of explicitly creating it in RbSourceList. The big win is that dnd works out of the box. A small drawback is that Walters will think I'm stubborn to resurrect a patch he didn't like ;)
    
     * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-7
       Fix small typo
    

    modified files:
     ChangeLog sources/rb-sourcelist-model.c
     sources/rb-sourcelist-model.h sources/rb-sourcelist.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-6
     teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-7


2004-09-03 17:51:00 GMT	Christophe Fergeau <teuf@gnome.org>	patch-111

    Summary:
      Added totempl-parser.list to EXTRA_DIST
    Revision:
      rhythmbox--main--0.9--patch-111


    modified files:
     ChangeLog lib/Makefile.am


2004-09-03 03:09:06 GMT	Colin Walters <walters@verbum.org>	patch-110

    Summary:
      merge Japanese docs from 0.8
    Revision:
      rhythmbox--main--0.9--patch-110

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-102
       Japanese help translation (SATOH Satoru)
    

    new files:
     help/ja/.arch-ids/.arch-inventory.id
     help/ja/.arch-ids/.cvsignore.id help/ja/.arch-ids/=id
     help/ja/.arch-inventory help/ja/.cvsignore help/ja/Makefile.am
     help/ja/fdl-appendix.xml help/ja/figures/.arch-ids/=id
     help/ja/figures/.arch-ids/rb-adv.png.id
     help/ja/figures/.arch-ids/rb-basic.png.id
     help/ja/figures/.arch-ids/rb-browser.png.id
     help/ja/figures/.arch-ids/rb-context-menu.png.id
     help/ja/figures/.arch-ids/rb-iradio-add.png.id
     help/ja/figures/.arch-ids/rb-iradio.png.id
     help/ja/figures/.arch-ids/rb-nextprev.png.id
     help/ja/figures/.arch-ids/rb-notification-area-menu.png.id
     help/ja/figures/.arch-ids/rb-notification-area.png.id
     help/ja/figures/.arch-ids/rb-player.png.id
     help/ja/figures/.arch-ids/rb-prefs-general.png.id
     help/ja/figures/.arch-ids/rb-prefs-library.png.id
     help/ja/figures/.arch-ids/rb-repeat.png.id
     help/ja/figures/.arch-ids/rb-search.png.id
     help/ja/figures/.arch-ids/rb-shuffle.png.id
     help/ja/figures/.arch-ids/rb-sidebar.png.id
     help/ja/figures/.arch-ids/rb-stats.png.id
     help/ja/figures/.arch-ids/rb-volume-changer.png.id
     help/ja/figures/.arch-ids/rb-window.png.id
     help/ja/figures/rb-adv.png help/ja/figures/rb-basic.png
     help/ja/figures/rb-browser.png
     help/ja/figures/rb-context-menu.png
     help/ja/figures/rb-iradio-add.png
     help/ja/figures/rb-iradio.png help/ja/figures/rb-nextprev.png
     help/ja/figures/rb-notification-area-menu.png
     help/ja/figures/rb-notification-area.png
     help/ja/figures/rb-player.png
     help/ja/figures/rb-prefs-general.png
     help/ja/figures/rb-prefs-library.png
     help/ja/figures/rb-repeat.png help/ja/figures/rb-search.png
     help/ja/figures/rb-shuffle.png help/ja/figures/rb-sidebar.png
     help/ja/figures/rb-stats.png
     help/ja/figures/rb-volume-changer.png
     help/ja/figures/rb-window.png help/ja/legal.xml
     help/ja/quick-reference.xml help/ja/rhythmbox-ja.omf
     help/ja/rhythmbox.xml help/ja/user-guide.xml

    modified files:
     ChangeLog Makefile.am configure.ac help/Makefile.am
     rhythmbox.spec.in

    new directories:
     help/ja help/ja/.arch-ids help/ja/figures
     help/ja/figures/.arch-ids

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-102


2004-09-03 03:03:59 GMT	Colin Walters <walters@verbum.org>	patch-109

    Summary:
      merge omf fix from 0.8
    Revision:
      rhythmbox--main--0.9--patch-109

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-101
       add DESTDIR support to omf.make
    

    modified files:
     ChangeLog omf.make

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-101


2004-09-03 02:00:53 GMT	Colin Walters <walters@verbum.org>	patch-108

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-108


    modified files:
     ChangeLog po/ChangeLog po/fi.po


2004-09-01 22:58:18 GMT	Christophe Fergeau <teuf@gnome.org>	patch-107

    Summary:
      Fix saving of disc numbers
    Revision:
      rhythmbox--main--0.9--patch-107


    modified files:
     ChangeLog rhythmdb/rhythmdb-tree.c


2004-08-29 04:25:43 GMT	Colin Walters <walters@verbum.org>	patch-106

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-106


    new files:
     po/.arch-ids/nb.po.id po/nb.po

    modified files:
     ChangeLog configure.ac po/ChangeLog po/da.po po/de.po
     po/en_CA.po po/eu.po po/nl.po po/no.po po/pa.po


2004-08-16 06:48:56 GMT	Colin Walters <walters@verbum.org>	patch-105

    Summary:
      experimental dbus interface
    Revision:
      rhythmbox--main--0.9--patch-105


    new files:
     remote/dbus/.arch-ids/.arch-inventory.id
     remote/dbus/.arch-ids/=id remote/dbus/.arch-inventory
     remote/dbus/Makefile.am remote/dbus/rb-remote-dbus.c
     remote/dbus/rb-remote-dbus.h

    modified files:
     ChangeLog configure.ac remote/Makefile.am shell/Makefile.am
     shell/main.c

    new directories:
     remote/dbus remote/dbus/.arch-ids


2004-08-16 04:15:03 GMT	Colin Walters <walters@verbum.org>	patch-104

    Summary:
      initial re-implementation of remote bonobo support 
    Revision:
      rhythmbox--main--0.9--patch-104

    This changeset tries to reimplement support for remote
    control in a more modular way.  Bonobo is isolated
    in the RBRemoteBonobo object.  D-BUS support will
    come soon.

    new files:
     remote/bonobo/rb-remote-bonobo.c
     remote/bonobo/rb-remote-bonobo.h
     remote/rb-remote-client-proxy.c
     remote/rb-remote-client-proxy.h remote/rb-remote-common.c
     remote/rb-remote-common.h remote/rb-remote-proxy.c
     remote/rb-remote-proxy.h

    modified files:
     ChangeLog Makefile.am configure.ac remote/Makefile.am
     remote/bonobo/Makefile.am shell/Makefile.am shell/main.c
     shell/rb-shell.c


2004-08-15 08:34:05 GMT	Christophe Fergeau <teuf@gnome.org>	patch-103

    Summary:
      Fix display of play/pause in the tray icon context menu
    Revision:
      rhythmbox--main--0.9--patch-103


    modified files:
     ChangeLog data/ui/rhythmbox-ui.xml


2004-08-15 06:32:57 GMT	Colin Walters <walters@verbum.org>	patch-102

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-102


    modified files:
     ChangeLog po/ChangeLog po/da.po po/de.po po/en_CA.po
     po/en_GB.po po/es.po po/fi.po po/hu.po po/ko.po po/lt.po
     po/pt.po po/pt_BR.po po/sk.po po/zh_CN.po


2004-08-15 06:29:49 GMT	Colin Walters <walters@verbum.org>	patch-101

    Summary:
      remove deleted macros dir from configure
    Revision:
      rhythmbox--main--0.9--patch-101


    modified files:
     ChangeLog configure.ac


2004-07-23 23:12:38 GMT	Christophe Fergeau <teuf@gnome.org>	patch-100

    Summary:
      Disable ctrl+f in the source list
    Revision:
      rhythmbox--main--0.9--patch-100


    modified files:
     ChangeLog sources/rb-sourcelist.c


2004-07-23 20:45:42 GMT	Christophe Fergeau <teuf@gnome.org>	patch-99

    Summary:
      Don't try to select invisible source otherwise we crash
    Revision:
      rhythmbox--main--0.9--patch-99


    modified files:
     ChangeLog shell/rb-shell.c


2004-07-23 19:23:35 GMT	Christophe Fergeau <teuf@gnome.org>	patch-98

    Summary:
      Fixed gnome-vfs >= 2.7.4 check when determining whether to use HAL
    Revision:
      rhythmbox--main--0.9--patch-98


    modified files:
     ChangeLog configure.ac


2004-07-23 19:03:46 GMT	Christophe Fergeau <teuf@gnome.org>	patch-97

    Summary:
      Cleaned up HAL iPod code, updated README.iPod
    Revision:
      rhythmbox--main--0.9--patch-97


    modified files:
     ChangeLog README.iPod configure.ac sources/rb-ipod-source.c


2004-07-23 01:59:27 GMT	Colin Walters <walters@verbum.org>	patch-96

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-96


    modified files:
     ChangeLog po/ChangeLog po/cs.po po/pt_BR.po


2004-07-23 01:55:56 GMT	Colin Walters <walters@verbum.org>	patch-95

    Summary:
      fix shuffle infloop
    Revision:
      rhythmbox--main--0.9--patch-95


    modified files:
     ChangeLog shell/rb-shell-player.c shell/rb-statusbar.c


2004-07-20 14:14:35 GMT	Colin Walters <walters@verbum.org>	patch-94

    Summary:
      fix aclocal build (William Jon McCann)
    Revision:
      rhythmbox--main--0.9--patch-94


    modified files:
     ChangeLog autogen.sh


2004-07-20 14:12:50 GMT	Colin Walters <walters@verbum.org>	patch-93

    Summary:
      Update from CVS
    Revision:
      rhythmbox--main--0.9--patch-93


    modified files:
     ChangeLog po/ChangeLog po/POTFILES.in po/cs.po po/en_GB.po
     po/fr.po po/pa.po


2004-07-15 03:53:00 GMT	Colin Walters <walters@verbum.org>	patch-92

    Summary:
      view all menu item (Bastien Nocera)
    Revision:
      rhythmbox--main--0.9--patch-92


    modified files:
     ChangeLog data/ui/rhythmbox-ui.xml shell/rb-shell.c
     shell/rb-source-header.c


2004-07-14 21:59:00 GMT	Colin Walters <walters@verbum.org>	patch-91

    Summary:
      kill off monkeymedia
    Revision:
      rhythmbox--main--0.9--patch-91


    removed files:
     macros/.arch-ids/.cvsignore.id macros/.arch-ids/=id
     macros/.cvsignore macros/gst-element-check-0.6.m4
     macros/ogg.m4 macros/vorbis.m4
     metadata/monkey-media/.arch-ids/.arch-inventory.id
     metadata/monkey-media/.arch-ids/.cvsignore.id
     metadata/monkey-media/.arch-ids/=id
     metadata/monkey-media/.arch-ids/monkey-media-marshal.list.id
     metadata/monkey-media/.arch-inventory
     metadata/monkey-media/.cvsignore
     metadata/monkey-media/Makefile.am
     metadata/monkey-media/id3-vfs/.arch-ids/.cvsignore.id
     metadata/monkey-media/id3-vfs/.arch-ids/=id
     metadata/monkey-media/id3-vfs/.cvsignore
     metadata/monkey-media/monkey-media-marshal.list
     metadata/monkey-media/monkey-media-private.h
     metadata/monkey-media/monkey-media-stream-info.c
     metadata/monkey-media/monkey-media-stream-info.h
     metadata/monkey-media/monkey-media.c
     metadata/monkey-media/monkey-media.h
     metadata/monkey-media/stream-info-impl/.arch-ids/.arch-inventory.id
     metadata/monkey-media/stream-info-impl/.arch-ids/.cvsignore.id
     metadata/monkey-media/stream-info-impl/.arch-ids/=id
     metadata/monkey-media/stream-info-impl/.arch-inventory
     metadata/monkey-media/stream-info-impl/.cvsignore
     metadata/monkey-media/stream-info-impl/Makefile.am
     metadata/monkey-media/stream-info-impl/audiocd-stream-info-impl.c
     metadata/monkey-media/stream-info-impl/audiocd-stream-info-impl.h
     metadata/monkey-media/stream-info-impl/flac-stream-info-impl.c
     metadata/monkey-media/stream-info-impl/flac-stream-info-impl.h
     metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids/.arch-inventory.id
     metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids/.cvsignore.id
     metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids/=id
     metadata/monkey-media/stream-info-impl/id3-vfs/.arch-inventory
     metadata/monkey-media/stream-info-impl/id3-vfs/.cvsignore
     metadata/monkey-media/stream-info-impl/id3-vfs/Makefile.am
     metadata/monkey-media/stream-info-impl/id3-vfs/field.h
     metadata/monkey-media/stream-info-impl/id3-vfs/file.h
     metadata/monkey-media/stream-info-impl/id3-vfs/global.h
     metadata/monkey-media/stream-info-impl/id3-vfs/id3-vfs.c
     metadata/monkey-media/stream-info-impl/id3-vfs/id3-vfs.h
     metadata/monkey-media/stream-info-impl/id3-vfs/mp3bitrate.c
     metadata/monkey-media/stream-info-impl/id3-vfs/mp3bitrate.h
     metadata/monkey-media/stream-info-impl/id3-vfs/tag.h
     metadata/monkey-media/stream-info-impl/mp3-stream-info-impl.c
     metadata/monkey-media/stream-info-impl/mp3-stream-info-impl.h
     metadata/monkey-media/stream-info-impl/mp4-stream-info-impl.c
     metadata/monkey-media/stream-info-impl/mp4-stream-info-impl.h
     metadata/monkey-media/stream-info-impl/ogg-helper.c
     metadata/monkey-media/stream-info-impl/ogg-helper.h
     metadata/monkey-media/stream-info-impl/vorbis-stream-info-impl.c
     metadata/monkey-media/stream-info-impl/vorbis-stream-info-impl.h

    modified files:
     ChangeLog configure.ac metadata/Makefile.am shell/Makefile.am

    removed directories:
     macros macros/.arch-ids metadata/monkey-media
     metadata/monkey-media/.arch-ids metadata/monkey-media/id3-vfs
     metadata/monkey-media/id3-vfs/.arch-ids
     metadata/monkey-media/stream-info-impl
     metadata/monkey-media/stream-info-impl/.arch-ids
     metadata/monkey-media/stream-info-impl/id3-vfs
     metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids


2004-07-14 18:39:16 GMT	Colin Walters <walters@verbum.org>	patch-90

    Summary:
      hal linking fix, automake1.8 workaround (Bastien Nocera)
    Revision:
      rhythmbox--main--0.9--patch-90


    modified files:
     ChangeLog configure.ac


2004-07-14 15:50:28 GMT	Colin Walters <walters@verbum.org>	patch-89

    Summary:
      terminate cvs Id tag with extreme prejudice
    Revision:
      rhythmbox--main--0.9--patch-89


    modified files:
     ChangeLog sources/itunesdb.h


2004-07-14 02:29:49 GMT	Colin Walters <walters@verbum.org>	patch-88

    Summary:
      merge from 0.8
    Revision:
      rhythmbox--main--0.9--patch-88

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-84
       PURGE EVIL: don't iterate over pending events in the middle of a random function
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-85
       change small display keybinding to f3, so as not to conflict with accessibility
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-86
       on second thought, use Calum's suggestions for keybindings
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-87
       disable pausing hack for now, and fix up state checks
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-88
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-89
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-90
       revert changes to undo device freeing
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-91
       remote note about device releasing
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-92
       merge xine metadata loading from 0.9
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-93
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-94
       release 0.8.5
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-95
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-96
       sync with CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-97
       backport cmdline args fix from 0.9
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-98
       avoid spurious dep on newer libgnomeui
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-99
       Update from CVS
    

    new files:
     po/.arch-ids/eu.po.id po/.arch-ids/he.po.id
     po/.arch-ids/ru.po.id po/.arch-ids/sk.po.id po/eu.po po/he.po
     po/ru.po po/sk.po

    removed files:
     po/ru.po

    modified files:
     ChangeLog configure.ac player/rb-player-gst.c po/ChangeLog
     po/az.po po/en_CA.po po/es.po po/et.po po/fi.po po/nl.po
     shell/main.c shell/rb-shell.c shell/rb-source-header.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-84
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-85
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-86
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-87
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-88
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-89
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-90
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-91
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-92
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-93
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-94
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-95
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-96
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-97
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-98
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-99


2004-07-14 02:06:16 GMT	Colin Walters <walters@verbum.org>	patch-87

    Summary:
      merge from 0.8
    Revision:
      rhythmbox--main--0.9--patch-87

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-79
       Improved translation for 1 string
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-80
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-81
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-82
       add sk to ALL_LINGUAS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-83
       don't crash on duplicate rhythmdb entries
    

    new files:
     po/.arch-ids/is.po.id po/is.po

    modified files:
     ChangeLog configure.ac po/ChangeLog po/bg.po po/el.po po/it.po

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-79
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-80
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-81
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-82
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-83


2004-07-12 21:28:54 GMT	Christophe Fergeau <teuf@gnome.org>	patch-86

    Summary:
      Don\t
    Revision:
      rhythmbox--main--0.9--patch-86


    modified files:
     ChangeLog sources/rb-ipod-source.c


2004-07-12 21:18:18 GMT	Christophe Fergeau <teuf@gnome.org>	patch-85

    Summary:
      Added iPod code using either HAL or the GnomeVFSVolumeMonitor stuff
    Revision:
      rhythmbox--main--0.9--patch-85


    modified files:
     ChangeLog configure.ac rhythmdb/rhythmdb-tree.c
     sources/itunesdb.c sources/itunesdb.h sources/rb-ipod-source.c
     sources/rb-ipod-source.h sources/rb-source.c


2004-07-12 20:01:23 GMT	Christophe Fergeau <teuf@gnome.org>	patch-84

    Summary:
      Added back some more stuff which was lost during the arch screw up
    Revision:
      rhythmbox--main--0.9--patch-84


    modified files:
     ChangeLog sources/rb-sourcelist.c


2004-07-12 19:34:18 GMT	Christophe Fergeau <teuf@gnome.org>	patch-83

    Summary:
      Readded the 'visibility' property to RBSource to be able to dynamically show/hide sources in the source list. Hopefully I did the merge correctly
    Revision:
      rhythmbox--main--0.9--patch-83


    modified files:
     ChangeLog sources/rb-source.c sources/rb-sourcelist-model.c
     sources/rb-sourcelist-model.h sources/rb-sourcelist.c
     sources/rb-sourcelist.h


2004-07-10 15:04:36 GMT	Colin Walters <walters@verbum.org>	patch-82

    Summary:
      a few amd64 portability fixes (Eskil Heyn Olsen)
    Revision:
      rhythmbox--main--0.9--patch-82


    modified files:
     ChangeLog rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
     shell/rb-shell.c sources/itunesdb.c


2004-07-02 17:39:43 GMT	Christophe Fergeau <teuf@gnome.org>	patch-81

    Summary:
      Properly hide the unecessary browser panes at startup
    Revision:
      rhythmbox--main--0.9--patch-81


    modified files:
     ChangeLog sources/rb-library-source.c


2004-06-30 14:50:02 GMT	Colin Walters <walters@verbum.org>	patch-80

    Summary:
      always set dummy mime type for new entries 
    Revision:
      rhythmbox--main--0.9--patch-80


    modified files:
     ChangeLog rhythmdb/rhythmdb.c


2004-06-30 14:16:59 GMT	Colin Walters <walters@verbum.org>	patch-79

    Summary:
      fix possibly uninitialized variable
    Revision:
      rhythmbox--main--0.9--patch-79


    modified files:
     ChangeLog lib/totem-pl-parser.c


2004-06-30 14:08:17 GMT	Colin Walters <walters@verbum.org>	patch-78

    Summary:
      reimplement playlist parser and related code (merge with totem)
    Revision:
      rhythmbox--main--0.9--patch-78


    new files:
     lib/.arch-ids/totemplparser-marshal.list.id
     lib/totemplparser-marshal.list

    modified files:
     ChangeLog lib/.arch-inventory lib/Makefile.am
     lib/totem-pl-parser.c lib/totem-pl-parser.h
     shell/rb-playlist-manager.c shell/rb-shell-player.c
     shell/rb-shell.c sources/rb-iradio-source.c
     sources/rb-playlist-source.c

    renamed files:
     lib/rb-playlist.c
       ==> lib/totem-pl-parser.c
     lib/rb-playlist.h
       ==> lib/totem-pl-parser.h


2004-06-24 20:41:58 GMT	Christophe Fergeau <teuf@gnome.org>	patch-77

    Summary:
      Fixed setting of the track number in the SongInfo widget
    Revision:
      rhythmbox--main--0.9--patch-77

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-8
       Fixed setting of the track number in the SongInfo widget
    

    modified files:
     ChangeLog widgets/rb-song-info.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-8


2004-06-24 20:37:56 GMT	Christophe Fergeau <teuf@gnome.org>	patch-76

    Summary:
      Use the correct GTypes when syncing metadata changes from the SongInfo widget to disk
    Revision:
      rhythmbox--main--0.9--patch-76

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-7
       Use the correct GTypes when syncing metadata changes from the SongInfo widget to disk
    

    modified files:
     ChangeLog widgets/rb-song-info.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-7


2004-06-24 19:30:38 GMT	Christophe Fergeau <teuf@gnome.org>	patch-75

    Summary:
      Fixed assertion when a duration tag is read
    Revision:
      rhythmbox--main--0.9--patch-75

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-6
       Fixed assertion when a file contains a duration tag
    

    modified files:
     ChangeLog metadata/rb-metadata-gst.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-6


2004-06-24 19:14:14 GMT	Christophe Fergeau <teuf@gnome.org>	patch-74

    Summary:
      Fixed accelerators using Space
    Revision:
      rhythmbox--main--0.9--patch-74

    Patches applied:
    
     * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-5
       Changed Space to space in accelerator definitions
    

    modified files:
     ChangeLog shell/rb-shell-player.c

    new patches:
     teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-5


2004-06-22 20:39:06 GMT	Colin Walters <walters@verbum.org>	patch-73

    Summary:
      comply with latest HIG recommendations on name
    Revision:
      rhythmbox--main--0.9--patch-73


    modified files:
     ChangeLog data/rhythmbox.desktop.in


2004-06-22 14:50:20 GMT	Colin Walters <walters@verbum.org>	patch-72

    Summary:
      xine metadata backend (Bastien Nocera)
    Revision:
      rhythmbox--main--0.9--patch-72


    new files:
     metadata/rb-metadata-xine.c

    modified files:
     ChangeLog configure.ac metadata/Makefile.am


2004-06-22 14:34:03 GMT	Colin Walters <walters@verbum.org>	patch-71

    Summary:
      fix perms on rb dir creation
    Revision:
      rhythmbox--main--0.9--patch-71


    modified files:
     ChangeLog lib/rb-file-helpers.c


2004-06-07 20:53:31 GMT	Christophe Fergeau <teuf@gnome.org>	patch-70

    Summary:
      Made the 2 command lines to test when there are gstreamer issues more readable, change error message in autogen.sh to mention that automake 1.8 doesn't work and that 1.7 is required
    Revision:
      rhythmbox--main--0.9--patch-70


    modified files:
     ChangeLog README autogen.sh


2004-05-26 16:38:51 GMT	Christophe Fergeau <teuf@gnome.org>	patch-69

    Summary:
      Improved translation for 1 string
    Revision:
      rhythmbox--main--0.9--patch-69


    modified files:
     ChangeLog po/ChangeLog po/fr.po


2004-05-19 19:09:30 GMT	Colin Walters <walters@verbum.org>	patch-68

    Summary:
      merge from 0.8
    Revision:
      rhythmbox--main--0.9--patch-68

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-49
       plug a memory leak
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-50
       don't crash on gnome-panel restart (Bastien Nocera)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-51
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-52
       disable authentication callback, it breaks too much stuff
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-53
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-54
       release 0.8.3
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-55
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-56
       fix uninitialized value
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-57
       squash minor memory leak
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-58
       plug a few more relatively minor memory leaks
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-59
       another minor memory leak
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-60
       another memory leak
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-61
       check return values of gst_element_link_many
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-62
       reverse previous changeset, it didn't make sense
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-63
       clean up pipeline unreffing a bit, be sure to unref volume_dparam
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-64
       free bonobo args
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-65
       fix initial sorting
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-66
       really fix initial sorting
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-67
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-68
       restore size queries in editor
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-69
       fix size-limited automatic playlists
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-70
       fix seeking on short tracks (Juergen Kreileder)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-72
       sync buttons after play order change
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-73
       make supported types dynamic, test for faad at runtime and add m4a if available
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-74
       play even 0-rated songs sometimes (Nils Philippsen)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-75
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-76
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-77
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-78
       release 0.8.4
    

    modified files:
     ChangeLog lib/rb-playlist.c metadata/rb-metadata-gst.c
     player/rb-player-gst.c po/ChangeLog po/ca.po po/de.po po/et.po
     po/nl.po po/no.po po/pt.po po/sv.po
     rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb.c
     shell/main.c shell/rb-play-order-random-by-age-and-rating.c
     shell/rb-playlist-manager.c shell/rb-shell-player.c
     shell/rb-shell.c sources/rb-library-source.c
     widgets/rb-entry-view.c widgets/rb-header.c
     widgets/rb-query-creator.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-49
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-50
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-51
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-52
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-53
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-54
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-55
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-56
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-57
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-58
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-59
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-60
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-61
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-62
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-63
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-64
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-65
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-66
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-67
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-68
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-69
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-70
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-72
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-73
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-74
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-75
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-76
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-77
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-78


2004-05-17 18:34:57 GMT	Christophe Fergeau <teuf@gnome.org>	patch-67

    Summary:
      Fixed typo in French translation
    Revision:
      rhythmbox--main--0.9--patch-67

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-71
       Fixed typo in French translation
    

    modified files:
     ChangeLog player/rb-player-gst.c po/fr.po

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-71


2004-05-14 19:04:09 GMT	Colin Walters <walters@verbum.org>	patch-66

    Summary:
      fix another infloop in state change syncing
    Revision:
      rhythmbox--main--0.9--patch-66


    modified files:
     ChangeLog shell/rb-shell-player.c


2004-05-13 21:50:38 GMT	Colin Walters <walters@verbum.org>	patch-65

    Summary:
      really fix infloop in shuffle/repeat change
    Revision:
      rhythmbox--main--0.9--patch-65


    modified files:
     ChangeLog shell/rb-statusbar.c


2004-05-13 21:16:47 GMT	Colin Walters <walters@verbum.org>	patch-64

    Summary:
      change keybinding for shuffle to Ctrl-U
    Revision:
      rhythmbox--main--0.9--patch-64


    modified files:
     ChangeLog shell/rb-shell-player.c shell/rb-statusbar.c


2004-05-13 21:16:00 GMT	Colin Walters <walters@verbum.org>	patch-63

    Summary:
      fix statusbar visibility sync
    Revision:
      rhythmbox--main--0.9--patch-63


    modified files:
     ChangeLog shell/rb-statusbar.c


2004-05-13 03:27:33 GMT	Colin Walters <walters@verbum.org>	patch-62

    Summary:
      restore tray icon popup
    Revision:
      rhythmbox--main--0.9--patch-62


    modified files:
     ChangeLog data/ui/rhythmbox-ui.xml shell/rb-shell.c
     shell/rb-tray-icon.c shell/rb-tray-icon.h


2004-05-13 02:15:53 GMT	Colin Walters <walters@verbum.org>	patch-61

    Summary:
      actually add tray icon icon to its container
    Revision:
      rhythmbox--main--0.9--patch-61


    modified files:
     ChangeLog shell/rb-tray-icon.c


2004-05-13 02:06:42 GMT	Colin Walters <walters@verbum.org>	patch-60

    Summary:
      fix deserialization and display of negative/zero values, fix serialization
    Revision:
      rhythmbox--main--0.9--patch-60


    modified files:
     ChangeLog rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
     widgets/rb-entry-view.c


2004-05-13 01:52:06 GMT	Colin Walters <walters@verbum.org>	patch-59

    Summary:
      don't display track numbers of 0
    Revision:
      rhythmbox--main--0.9--patch-59


    modified files:
     ChangeLog widgets/rb-entry-view.c


2004-05-12 21:09:25 GMT	Christophe Fergeau <teuf@gnome.org>	patch-58

    Summary:
      Updated README to add tips about what to do when one has issues importing a file to the library (this time properly)
    Revision:
      rhythmbox--main--0.9--patch-58


    modified files:
     ChangeLog README


2004-05-12 20:50:25 GMT	Christophe Fergeau <teuf@gnome.org>	patch-57

    Summary:
      Reverted previous patch which contained changes I didn't want to apply
    Revision:
      rhythmbox--main--0.9--patch-57


    modified files:
     ChangeLog README autogen.sh configure.ac


2004-05-12 20:15:24 GMT	Christophe Fergeau <teuf@gnome.org>	patch-56

    Summary:
      Updated README to add tips about what to do when one has issues importing a file to the library
    Revision:
      rhythmbox--main--0.9--patch-56


    modified files:
     ChangeLog README autogen.sh configure.ac


2004-05-10 17:24:44 GMT	Colin Walters <walters@verbum.org>	patch-55

    Summary:
      fix compilation when optimization is enabled
    Revision:
      rhythmbox--main--0.9--patch-55


    modified files:
     ChangeLog rhythmdb/rb-refstring.c rhythmdb/rb-refstring.h


2004-05-08 23:07:23 GMT	Colin Walters <walters@verbum.org>	patch-54

    Summary:
      put inventory ignore in the right place
    Revision:
      rhythmbox--main--0.9--patch-54


    modified files:
     ChangeLog remote/.arch-inventory remote/bonobo/.arch-inventory


2004-05-08 23:06:31 GMT	Colin Walters <walters@verbum.org>	patch-53

    Summary:
      fix build
    Revision:
      rhythmbox--main--0.9--patch-53


    removed files:
     remote/bonobo/component/.arch-ids/.arch-inventory.id
     remote/bonobo/component/.arch-ids/.cvsignore.id
     remote/bonobo/component/.arch-ids/=id
     remote/bonobo/component/.arch-inventory
     remote/bonobo/component/.cvsignore
     remote/bonobo/component/Makefile.am

    modified files:
     ChangeLog configure.ac remote/.arch-inventory
     remote/bonobo/Makefile.am
     remote/bonobo/rb-nautilus-context-menu.c

    renamed files:
     remote/bonobo/component/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
       ==> remote/bonobo/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
     remote/bonobo/component/Rhythmbox_Nautilus_Context_Menu.server.in.in
       ==> remote/bonobo/Rhythmbox_Nautilus_Context_Menu.server.in.in
     remote/bonobo/component/libmain.c
       ==> remote/bonobo/libmain.c
     remote/bonobo/component/rb-nautilus-context-menu.c
       ==> remote/bonobo/rb-nautilus-context-menu.c
     remote/bonobo/component/rb-nautilus-context-menu.h
       ==> remote/bonobo/rb-nautilus-context-menu.h

    removed directories:
     remote/bonobo/component remote/bonobo/component/.arch-ids


2004-05-08 19:43:26 GMT	Colin Walters <walters@verbum.org>	patch-52

    Summary:
      initial port to GtkAction, factor bonobo bits out into remote/bonobo (broken atm)
    Revision:
      rhythmbox--main--0.9--patch-52

    Still to do: popup menus
    
    Patches applied:
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--base-0
       tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9--patch-50
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-1
       digging in
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-2
       convert almost all code to GtkAction, ifdef/purge bonobo bits
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-3
       massive hackery on making it run, still broken
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-4
       remove last bonobo traces for now
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-5
       fix xml and some command names
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-6
       general bonobo purge, pending rewrite
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-7
       move corba stuff into remote/
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-8
       make it actually compile
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-9
       add some inventory ignores
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-10
       remove gconf notifiers
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-11
       remove gconf notifier, don't sync state if it already matches
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-12
       handle delete_event
    
     * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-13
       add accel group (keybindings are good!)
    

    new files:
     remote/.arch-ids/.arch-inventory.id remote/.arch-ids/=id
     remote/.arch-inventory remote/Makefile.am

    removed files:
     lib/rb-bonobo-helpers.c lib/rb-bonobo-helpers.h

    modified files:
     ChangeLog Makefile.am autogen.sh configure.ac
     data/ui/Makefile.am data/ui/rhythmbox-ui.xml lib/Makefile.am
     lib/rb-file-helpers.c remote/bonobo/Makefile.am
     remote/bonobo/component/Makefile.am
     remote/bonobo/component/rb-nautilus-context-menu.c
     shell/Makefile.am shell/main.c shell/rb-playlist-manager.c
     shell/rb-playlist-manager.h shell/rb-shell-clipboard.c
     shell/rb-shell-clipboard.h shell/rb-shell-player.c
     shell/rb-shell-player.h shell/rb-shell.c shell/rb-shell.h
     shell/rb-source-header.c shell/rb-source-header.h
     shell/rb-statusbar.c shell/rb-statusbar.h shell/rb-tray-icon.c
     shell/rb-tray-icon.h sources/rb-iradio-source.c
     sources/rb-iradio-source.h sources/rb-library-source.c
     sources/rb-library-source.h sources/rb-playlist-source.c
     sources/rb-playlist-source.h sources/rb-source.c
     sources/rb-source.h widgets/rb-volume.c

    renamed files:
     component/.arch-ids/.arch-inventory.id
       ==> remote/bonobo/component/.arch-ids/.arch-inventory.id
     component/.arch-ids/.cvsignore.id
       ==> remote/bonobo/component/.arch-ids/.cvsignore.id
     component/.arch-ids/=id
       ==> remote/bonobo/component/.arch-ids/=id
     component/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
       ==> remote/bonobo/component/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
     corba/.arch-ids/.arch-inventory.id
       ==> remote/bonobo/.arch-ids/.arch-inventory.id
     corba/.arch-ids/.cvsignore.id
       ==> remote/bonobo/.arch-ids/.cvsignore.id
     corba/.arch-ids/=id
       ==> remote/bonobo/.arch-ids/=id

    new directories:
     remote remote/.arch-ids remote/bonobo/.arch-ids
     remote/bonobo/component/.arch-ids

    removed directories:
     component/.arch-ids corba/.arch-ids

    renamed directories:
     component
       ==> remote/bonobo/component
     corba
       ==> remote/bonobo

    new patches:
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--base-0
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-7
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-8
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-9
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-10
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-11
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-12
     walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-13


2004-05-06 21:31:19 GMT	Colin Walters <walters@verbum.org>	patch-51

    Summary:
      remove unused update var
    Revision:
      rhythmbox--main--0.9--patch-51


    modified files:
     ChangeLog rhythmdb/rhythmdb-query-model.c


2004-05-04 03:12:23 GMT	Colin Walters <walters@verbum.org>	patch-50

    Summary:
      merge from rhythmdb: use refcounted strings 
    Revision:
      rhythmbox--main--0.9--patch-50

    Patches applied:
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-36
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-37
       hacking on refcounting strings (still very broken)
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-38
       initialize last_played, various refstring fixes
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-39
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-40
       move some stuff into rhythmdb/
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-41
       fix marshal refs, handle null mimetype on set
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-42
       actually use new values in tree indices (fixes importing)
    

    new files:
     rhythmdb/.arch-ids/rhythmdb-marshal.list.id
     rhythmdb/rb-refstring.c rhythmdb/rb-refstring.h
     rhythmdb/rhythmdb-marshal.list

    modified files:
     ChangeLog iradio/rb-station-properties-dialog.c
     lib/Makefile.am rhythmdb/.arch-inventory rhythmdb/Makefile.am
     rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h shell/main.c
     shell/rb-shell-player.c shell/rb-shell.c
     sources/rb-library-source.c sources/rb-playlist-source.c
     widgets/rb-entry-view.c widgets/rb-header.c
     widgets/rb-song-info.c

    renamed files:
     lib/gsequence.c
       ==> rhythmdb/gsequence.c
     lib/gsequence.h
       ==> rhythmdb/gsequence.h

    new patches:
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-36
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-37
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-38
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-39
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-40
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-41
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-42


2004-05-03 06:30:19 GMT	Colin Walters <walters@verbum.org>	patch-49

    Summary:
      cleanup: delete empty dirs, move some widgets to widgets/
    Revision:
      rhythmbox--main--0.9--patch-49


    removed files:
     lib/toolbar/.arch-ids/.cvsignore.id lib/toolbar/.arch-ids/=id
     lib/toolbar/.cvsignore lib/update-from-egg.sh
     lib/view/.arch-ids/.cvsignore.id lib/view/.arch-ids/=id
     lib/view/.cvsignore lib/widgets/.arch-ids/.cvsignore.id
     lib/widgets/.arch-ids/=id lib/widgets/.cvsignore

    modified files:
     ChangeLog lib/Makefile.am lib/rb-file-helpers.c
     widgets/Makefile.am

    renamed files:
     lib/.arch-ids/eggtrayicon.c.id
       ==> widgets/.arch-ids/eggtrayicon.c.id
     lib/.arch-ids/eggtrayicon.h.id
       ==> widgets/.arch-ids/eggtrayicon.h.id
     lib/.arch-ids/gst-hig-dialog.c.id
       ==> widgets/.arch-ids/gst-hig-dialog.c.id
     lib/.arch-ids/gst-hig-dialog.h.id
       ==> widgets/.arch-ids/gst-hig-dialog.h.id
     lib/disclosure-widget.c
       ==> widgets/disclosure-widget.c
     lib/disclosure-widget.h
       ==> widgets/disclosure-widget.h
     lib/eel-gconf-extensions.c
       ==> widgets/eel-gconf-extensions.c
     lib/eel-gconf-extensions.h
       ==> widgets/eel-gconf-extensions.h
     lib/eggtrayicon.c
       ==> widgets/eggtrayicon.c
     lib/eggtrayicon.h
       ==> widgets/eggtrayicon.h
     lib/gst-hig-dialog.c
       ==> widgets/gst-hig-dialog.c
     lib/gst-hig-dialog.h
       ==> widgets/gst-hig-dialog.h
     lib/rb-dialog.c
       ==> widgets/rb-dialog.c
     lib/rb-dialog.h
       ==> widgets/rb-dialog.h

    removed directories:
     lib/toolbar lib/toolbar/.arch-ids lib/view lib/view/.arch-ids
     lib/widgets lib/widgets/.arch-ids


2004-05-03 06:14:37 GMT	Colin Walters <walters@verbum.org>	patch-48

    Summary:
      kill off egg dir
    Revision:
      rhythmbox--main--0.9--patch-48


    removed files:
     lib/egg/.arch-ids/.cvsignore.id lib/egg/.arch-ids/=id
     lib/egg/.cvsignore

    modified files:
     ChangeLog

    removed directories:
     lib/egg lib/egg/.arch-ids


2004-05-03 02:56:24 GMT	Colin Walters <walters@verbum.org>	patch-47

    Summary:
      more import hackery
    Revision:
      rhythmbox--main--0.9--patch-47


    modified files:
     ChangeLog rhythmdb/rhythmdb.c


2004-05-03 02:43:36 GMT	Colin Walters <walters@verbum.org>	patch-46

    Summary:
      fix up type bits, and make importing in general work
    Revision:
      rhythmbox--main--0.9--patch-46


    modified files:
     ChangeLog metadata/rb-metadata-common.c
     metadata/rb-metadata-gst.c metadata/rb-metadata.h
     rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c


2004-05-03 01:28:48 GMT	Colin Walters <walters@verbum.org>	patch-45

    Summary:
      fix command line processing with gstreamer
    Revision:
      rhythmbox--main--0.9--patch-45


    modified files:
     ChangeLog shell/main.c


2004-05-03 00:50:03 GMT	Colin Walters <walters@verbum.org>	patch-44

    Summary:
      don't write nulls into db
    Revision:
      rhythmbox--main--0.9--patch-44


    modified files:
     ChangeLog rhythmdb/rhythmdb-tree.c


2004-05-03 00:45:28 GMT	Colin Walters <walters@verbum.org>	patch-43

    Summary:
      display playing source in source column
    Revision:
      rhythmbox--main--0.9--patch-43


    modified files:
     ChangeLog shell/rb-shell-player.c shell/rb-shell-player.h
     shell/rb-shell.c sources/rb-sourcelist-model.c
     sources/rb-sourcelist-model.h sources/rb-sourcelist.c
     sources/rb-sourcelist.h


2004-05-02 16:10:24 GMT	Colin Walters <walters@verbum.org>	patch-42

    Summary:
      merge from rhythmdb branch: make RhythmDBEntry a struct, other misc bits 
    Revision:
      rhythmbox--main--0.9--patch-42

    Patches applied:
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-14
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-15
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-16
       make RhythmDBEntry into a struct
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-17
       major hackery
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-18
       fix dialog prototype
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-19
       lots of hackery, very broken 
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-20
       work on saving
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-21
       fix saving a bit more, etc
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-22
       refactor get, other stuff
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-23
       remove unsaved props, other hackery
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-24
       kill off RBFileMonitor
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-25
       inlining for accessors, fix saving and querying
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-26
       fix prototype
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-27
       fix all accessors to use entry directly, type cleanups, etc 
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-28
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-29
       she boots!
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-30
       kill off debug COMMIT print (bad Benjamin!)
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-31
       fix album sorting function
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-32
       change more types into gulong
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-33
       access TITLE_FOLDED prop too
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-34
       more work on de-threading
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-35
       make LIKE queries work, actually insert entry in tree db after deserializing
    

    new files:
     rhythmdb/rhythmdb-private.h

    removed files:
     lib/rb-file-monitor.c lib/rb-file-monitor.h

    modified files:
     ChangeLog iradio/rb-station-properties-dialog.c
     lib/Makefile.am rhythmdb/Makefile.am
     rhythmdb/rhythmdb-property-model.c
     rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb-tree.h rhythmdb/rhythmdb.c
     rhythmdb/rhythmdb.h
     shell/rb-play-order-random-by-age-and-rating.c
     shell/rb-play-order-random-by-age.c
     shell/rb-play-order-random-by-rating.c shell/rb-shell-player.c
     shell/rb-shell.c sources/rb-iradio-source.c
     sources/rb-library-source.c sources/rb-playlist-source.c
     sources/rb-source.c widgets/rb-entry-view.c
     widgets/rb-header.c widgets/rb-song-info.c

    new patches:
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-14
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-15
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-16
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-17
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-18
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-19
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-20
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-21
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-22
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-23
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-24
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-25
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-26
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-27
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-28
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-29
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-30
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-31
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-32
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-33
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-34
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-35


2004-05-01 15:26:48 GMT	Colin Walters <walters@verbum.org>	patch-41

    Summary:
      avoid multiple error dialogs
    Revision:
      rhythmbox--main--0.9--patch-41


    modified files:
     ChangeLog shell/rb-shell-player.c


2004-05-01 15:21:40 GMT	Colin Walters <walters@verbum.org>	patch-40

    Summary:
      fix error dialog to actually display formatted text and go away when clicked
    Revision:
      rhythmbox--main--0.9--patch-40


    modified files:
     ChangeLog lib/rb-dialog.c


2004-05-01 04:30:29 GMT	Colin Walters <walters@verbum.org>	patch-39

    Summary:
      revert accidentally applied patch
    Revision:
      rhythmbox--main--0.9--patch-39


    modified files:
     ChangeLog widgets/rb-query-creator.c


2004-05-01 03:14:21 GMT	Colin Walters <walters@verbum.org>	patch-38

    Summary:
      re-fix compilation
    Revision:
      rhythmbox--main--0.9--patch-38


    modified files:
     ChangeLog shell/rb-shell-player.c widgets/rb-query-creator.c


2004-05-01 03:05:15 GMT	Colin Walters <walters@verbum.org>	patch-37

    Summary:
      prune old 0.6 history
    Revision:
      rhythmbox--main--0.9--patch-37


    modified files:
     ChangeLog


2004-05-01 02:57:57 GMT	Colin Walters <walters@verbum.org>	patch-36

    Summary:
      current merge complete, sync tree with 0.8
    Revision:
      rhythmbox--main--0.9--patch-36

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-254
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--base-0
       tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-252
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-1
       upd NEWS for 0.8.0
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-2
       merge from a few accidental 0.7 commits
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-3
       merge from a few accidental 0.7 commits
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-5
       rotate ChangeLogs
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-6
       use save button in rb_ask_file_save, and handle new selector in saving playlists
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-11
       use gtk_object_destroy, not g_object_unref on floating tooltip objects
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-12
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-15
       Removed duplicate utf16_strlen definition on big endian machines
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-16
       upd NEWS 
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-17
       upd NEWS 
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-18
       Removed GtkTreeView workaround, it was already mostly #ifdef'ed out anyway
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-20
       release 0.8.1
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-25
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-30
       Fixed last know RTL issue ;)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-31
       RTL fixes for the rating widgets
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-33
       Set version to 0.8.2, update NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-34
       Added updated translations to NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-39
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-47
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-48
       release 0.8.2
    

    modified files:
     ChangeLog

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-254
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--base-0
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-1
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-2
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-3
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-5
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-6
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-11
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-12
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-15
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-16
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-17
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-18
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-20
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-25
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-30
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-31
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-33
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-34
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-39
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-47
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-48


2004-05-01 02:55:09 GMT	Colin Walters <walters@verbum.org>	patch-35

    Summary:
      another merge from 0.8
    Revision:
      rhythmbox--main--0.9--patch-35

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-21
       nuke super duper evil cvs $keyword$ blah
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-24
       allow playback of untagged mp3s
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-26
       don't lose on empty playlist
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-27
       avoid a crash if user's gconf installation is borked
    

    modified files:
     ChangeLog lib/rb-playlist.c metadata/rb-metadata-gst.c
     shell/rb-shell-player.c sources/itunesdb.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-21
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-24
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-26
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-27


2004-05-01 02:50:20 GMT	Colin Walters <walters@verbum.org>	patch-34

    Summary:
      major merge from 0.8 
    Revision:
      rhythmbox--main--0.9--patch-34

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-32
       use rb_source_can_pause to determine previous button behavior (#141259) 
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-35
       don't try to jump to an entry when treeview isn't realized
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-36
       don't leak memory when ignoring new entries on a max-size limited query model
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-37
       fix auto rating bug (Jacques Fortier)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-38
       bump required gst version to 0.8.1
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-40
       add doctype tag to docs (Mariano Suárez-Alvarez)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-41
       sync replaygain immediately (Juergen Kreileder)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-42
       call gnome_authentication_manager_init
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-43
       show db errors from initial import
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-44
       handle some error cases, quiet warning
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-45
       be sure to convert some uris/filenames to utf8
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-46
       don't make playlist parser think directories are playlists
    

    modified files:
     ChangeLog component/rb-nautilus-context-menu.c configure.ac
     help/C/rhythmbox-C.omf lib/rb-playlist.c
     rhythmdb/rhythmdb-query-model.c shell/main.c
     shell/rb-shell-player.c shell/rb-shell.c
     widgets/rb-entry-view.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-32
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-35
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-36
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-37
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-38
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-40
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-41
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-42
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-43
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-44
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-45
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-46


2004-04-25 17:50:14 GMT	David Dollar <david@grepninja.com>	patch-33

    Summary:
      fixed a broken compile
    Revision:
      rhythmbox--main--0.9--patch-33


    modified files:
     ChangeLog shell/rb-shell-player.c


2004-04-23 23:06:24 GMT	Christophe Fergeau <teuf@gnome.org>	patch-32

    Summary:
      RTL fixes for the rating widgets
    Revision:
      rhythmbox--main--0.9--patch-32

    Patches applied:
    
     * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-2
       Fix RTL behaviour of the rating widget in the song property window
    
     * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-3
       Use a constant instead of hardcoding the max number of stars
    
     * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-4
       Fixed rating cell renderer for RTL
    
     * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-5
       Fixed rating cell renderer for RTL
    

    modified files:
     ChangeLog widgets/rb-cell-renderer-rating.c
     widgets/rb-rating.c

    new patches:
     teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-2
     teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-3
     teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-4
     teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-5


2004-04-23 22:20:56 GMT	Christophe Fergeau <teuf@gnome.org>	patch-31

    Summary:
      RTL fixes
    Revision:
      rhythmbox--main--0.9--patch-31

    Patches applied:
    
     * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-1
       Fix last known RTL issue ;)
    

    modified files:
     ChangeLog widgets/rb-tree-view.c

    new patches:
     teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-1


2004-04-23 22:19:08 GMT	Christophe Fergeau <teuf@gnome.org>	patch-30

    Summary:
      Fix compilation
    Revision:
      rhythmbox--main--0.9--patch-30

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-29
       Fix compilation
    

    modified files:
     ChangeLog shell/rb-shell-player.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-29


2004-04-23 20:52:04 GMT	Christophe Fergeau <teuf@gnome.org>	patch-29

    Summary:
      RTL fixes
    Revision:
      rhythmbox--main--0.9--patch-29

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-22
       First batch or RTL fixes
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-23
       Removed unused code added by the RTL commit
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-28
       Fixes get_n_columns return value (2 and not RHYTHMBOX_NUM_PROPERTIES)
    

    modified files:
     ChangeLog lib/rb-util.c lib/rb-util.h
     rhythmdb/rhythmdb-query-model.c shell/rb-shell-player.c
     shell/rb-shell.c widgets/rb-entry-view.c
     widgets/rb-song-display-box.c widgets/rb-volume.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-22
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-23
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-28


2004-04-21 04:21:03 GMT	Colin Walters <walters@verbum.org>	patch-28

    Summary:
      more merges from 0.8
    Revision:
      rhythmbox--main--0.9--patch-28

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-4
       Sync with CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-19
       Update from CVS
    

    modified files:
     ChangeLog po/ChangeLog po/ja.po po/pl.po sources/itunesdb.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-4
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-19


2004-04-21 04:08:02 GMT	Colin Walters <walters@verbum.org>	patch-27

    Summary:
      some merges from 0.8
    Revision:
      rhythmbox--main--0.9--patch-27

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-9
       fix a prototype consistency (Ben Liblit)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-10
       actually search shared dir, add new --enable-uninstalled-build argument
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-13
       fix case when SHARE_UNINSTALLED_DIR is undefined
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-14
       force playlists to be saved on shutdown
    

    modified files:
     ChangeLog autogen.sh configure.ac lib/rb-file-helpers.c
     shell/rb-playlist-manager.c shell/rb-playlist-manager.h
     shell/rb-shell.c widgets/rb-cell-renderer-rating.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-9
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-10
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-13
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-14


2004-04-21 04:00:52 GMT	Colin Walters <walters@verbum.org>	patch-26

    Summary:
      second pass at error dialog HIGification
    Revision:
      rhythmbox--main--0.9--patch-26


    modified files:
     ChangeLog lib/gst-hig-dialog.c lib/rb-dialog.c


2004-04-21 03:51:16 GMT	Colin Walters <walters@verbum.org>	patch-25

    Summary:
      first pass at error dialog HIGification
    Revision:
      rhythmbox--main--0.9--patch-25


    new files:
     lib/.arch-ids/gst-hig-dialog.c.id
     lib/.arch-ids/gst-hig-dialog.h.id lib/gst-hig-dialog.c
     lib/gst-hig-dialog.h

    modified files:
     ChangeLog lib/Makefile.am lib/eel-gconf-extensions.c
     lib/rb-dialog.c lib/rb-dialog.h lib/rb-file-helpers.c
     lib/rb-file-helpers.h shell/main.c shell/rb-playlist-manager.c
     shell/rb-shell-player.c shell/rb-shell-preferences.c
     shell/rb-shell.c sources/rb-playlist-source.c
     sources/rb-source.c


2004-04-20 18:31:32 GMT	Christophe Fergeau <teuf@gnome.org>	patch-24

    Summary:
      Removed duplicate utf16_strlen definition on big endian machines
    Revision:
      rhythmbox--main--0.9--patch-24


    modified files:
     ChangeLog sources/itunesdb.c


2004-04-20 18:29:10 GMT	Christophe Fergeau <teuf@gnome.org>	patch-23

    Summary:
      Removed tree view work around, removed unused atomic tests in configure.ac
    Revision:
      rhythmbox--main--0.9--patch-23


    modified files:
     ChangeLog configure.ac shell/rb-shell-player.c
     widgets/rb-entry-view.c widgets/rb-entry-view.h


2004-04-19 21:31:48 GMT	Christophe Fergeau <teuf@gnome.org>	patch-22

    Summary:
      Replayed patches -7 and -8 from the --0.8 branch, fix .applications file and don't reject audio/mpeg (tag-less mp3s) files
    Revision:
      rhythmbox--main--0.9--patch-22

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-7
       Fixed rhythmbox.applications to advertise that it can open any location supported by gnome-vfs
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-8
       Don't reject audio/mpeg files since tagless mp3s will have that mime type
    

    modified files:
     ChangeLog data/rhythmbox.applications
     metadata/rb-metadata-gst.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-7
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-8


2004-04-18 23:27:11 GMT	Colin Walters <walters@verbum.org>	patch-21

    Summary:
      handle possibly uninitalized variable case
    Revision:
      rhythmbox--main--0.9--patch-21


    modified files:
     ChangeLog lib/rb-dialog.c


2004-04-18 20:22:17 GMT	Benjamin Otte <otte@gnome.org>	patch-20

    Summary:
      add initial libgda/sqlite backend code. Can't test how well it works atm, but it's definitely not complete. And it compiles. Note that it requires the libgda release of today
    Revision:
      rhythmbox--main--0.9--patch-20


    new files:
     rhythmdb/rhythmdb-gda.c rhythmdb/rhythmdb-gda.h

    modified files:
     ChangeLog autogen.sh configure.ac lib/rb-dialog.h
     rhythmdb/Makefile.am rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h shell/Makefile.am
     shell/main.c shell/rb-shell.c


2004-04-18 17:04:41 GMT	Colin Walters <walters@verbum.org>	patch-19

    Summary:
      add copyright to dialog
    Revision:
      rhythmbox--main--0.9--patch-19


    modified files:
     ChangeLog lib/rb-dialog.c lib/rb-dialog.h


2004-04-18 16:52:32 GMT	Colin Walters <walters@verbum.org>	patch-18

    Summary:
      import menu items cleanup: kill off Add Location, separate folder/file
    Revision:
      rhythmbox--main--0.9--patch-18


    modified files:
     ChangeLog data/ui/rhythmbox-ui.xml shell/rb-shell.c


2004-04-18 16:39:17 GMT	Colin Walters <walters@verbum.org>	patch-17

    Summary:
      new rb_file_chooser_new API, toss old cruft
    Revision:
      rhythmbox--main--0.9--patch-17


    modified files:
     ChangeLog lib/rb-dialog.c lib/rb-dialog.h
     shell/rb-playlist-manager.c shell/rb-shell.c
     widgets/rb-druid.c


2004-04-18 15:48:23 GMT	Colin Walters <walters@verbum.org>	patch-16

    Summary:
      remove GtkFileSelection compat, require Gtk+ 2.4
    Revision:
      rhythmbox--main--0.9--patch-16


    modified files:
     ChangeLog configure.ac lib/rb-dialog.c
     shell/rb-playlist-manager.c shell/rb-shell.c
     widgets/rb-druid.c


2004-04-18 15:34:15 GMT	Colin Walters <walters@verbum.org>	patch-15

    Summary:
      remove RBAtomic
    Revision:
      rhythmbox--main--0.9--patch-15


    removed files:
     lib/rb-atomic.c lib/rb-atomic.h

    modified files:
     ChangeLog lib/Makefile.am rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb-tree.h rhythmdb/rhythmdb.c


2004-04-17 17:38:57 GMT	Colin Walters <walters@verbum.org>	patch-14

    Summary:
      merge from 0.7, fix tooltip reference 
    Revision:
      rhythmbox--main--0.9--patch-14

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-214
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-215
       don't use automake 1.8 until we fix everything to not use mkinstalldirs
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-216
       boldify iradio properties labels
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-217
       add zh_CN to ALL_LINGUAS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-218
       remove quality column for now
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-219
       move db load completion handler into idle function
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-220
       fix typo
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-221
       attach db signal handlers only after query model is fully constructed
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-222
       remove unused callbacks
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-223
       fix sample pipeline in README, remove checks for 0.7 in configure
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-224
       guard freeing hashtable ( ariano Suárez-Alvarez)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-225
       make file dialogs not local-only
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-226
       handle invalid UTF-8 when parsing iradio stations
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-227
       fix shuffle bonobo iface, handle a bonobo error condition better
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-228
       quote spaces with + in allmusic.com urls (yes, they are crack)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-229
       add debugging info
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-230
       add song-info-multiple.glade to POTFILES, ignore .server.in file
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-231
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-232
       change accelerator on Album back to A temporarily to fix string freeze
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-233
       automatically disable sound for now (Miguel Coca)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-234
       s/gst-launch/gst-launch-0.8/
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-235
       add better error message for missing plugin, and evil translation hack to avoid breaking string freeze
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-236
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-237
       actually put file type in message
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-238
       don't bother with all this translation hackery since the original error isn't translated much
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-239
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-240
       fix default source
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-241
       Sync from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-242
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-243
       fix accidentally reverted schemas change
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-244
       fix version reference
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-245
       attach clipboard signal handlers only after object is fully constructed
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-246
       only sync clipboard if we had entries to begin with
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-247
       really fix clipboard by turning syncing into an idle polling function
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-248
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-249
       allow player to release tha audio sink when GStreamer supports it
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-250
       reinstate debug bits
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-251
       make auto rate handle multiple entries
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-252
       release 0.8.0
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-253
       fix random memleaks
    

    new files:
     po/.arch-ids/en_GB.po.id po/.arch-ids/pa.po.id po/en_GB.po
     po/pa.po

    modified files:
     ChangeLog ChangeLog0.7 README autogen.sh configure.ac
     data/glade/general-prefs.glade
     data/glade/song-info-multiple.glade
     data/glade/station-properties.glade data/rhythmbox.schemas
     iradio/rb-station-properties-dialog.c lib/rb-dialog.c
     metadata/rb-metadata-gst.c omf.make player/rb-player-gst.c
     po/ChangeLog po/POTFILES.in po/POTFILES.skip po/ca.po po/cs.po
     po/cy.po po/da.po po/en_CA.po po/hu.po po/lt.po po/nl.po
     po/no.po po/pl.po po/pt.po po/pt_BR.po po/sr.po po/sr@Latn.po
     po/sv.po rhythmdb/rhythmdb-query-model.c
     rhythmdb/rhythmdb-query-model.h shell/main.c
     shell/rb-shell-clipboard.c shell/rb-shell-player.c
     shell/rb-shell-preferences.c shell/rb-shell.c
     shell/rb-source-header.c shell/rb-tray-icon.c
     sources/rb-iradio-source.c sources/rb-library-source.c
     widgets/rb-header.c widgets/rb-song-info.c
     widgets/update-from-egg.sh

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-214
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-215
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-216
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-217
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-218
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-219
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-220
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-221
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-222
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-223
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-224
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-225
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-226
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-227
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-228
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-229
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-230
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-231
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-232
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-233
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-234
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-235
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-236
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-237
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-238
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-239
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-240
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-241
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-242
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-243
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-244
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-245
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-246
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-247
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-248
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-249
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-250
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-251
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-252
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-253


2004-04-12 04:53:42 GMT	Colin Walters <walters@verbum.org>	patch-13

    Summary:
      bump version to 0.8.99
    Revision:
      rhythmbox--main--0.9--patch-13


    modified files:
     ChangeLog configure.ac


2004-04-12 03:44:58 GMT	David Dollar <david@grepninja.com>	patch-12

    Summary:
      minor fixes after threading rewrite
    Revision:
      rhythmbox--main--0.9--patch-12


    modified files:
     ChangeLog rhythmdb/rhythmdb.c shell/rb-shell.c
     sources/rb-ipod-source.c


2004-04-11 15:12:58 GMT	Colin Walters <walters@verbum.org>	patch-11

    Summary:
      merge from rhythmdb: bugfixes and file monitoring implementation 
    Revision:
      rhythmbox--main--0.9--patch-11

    Patches applied:
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-8
       fix rhythmdb shutdown, be sure to free pending actions
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-9
       first cut at file monitoring
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-10
       fix some loading bugs
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-11
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-12
       get rid of write lock, add commit op, file monitoring fixes
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-13
       make monitoring events into real events, file monitoring now works
    

    modified files:
     ChangeLog iradio/rb-new-station-dialog.c
     iradio/rb-station-properties-dialog.c
     metadata/rb-metadata-gst.c rhythmdb/rhythmdb.c
     rhythmdb/rhythmdb.h shell/rb-shell-player.c
     sources/rb-iradio-source.c sources/rb-library-source.c
     widgets/rb-song-info.c

    new patches:
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-8
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-9
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-10
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-11
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-12
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-13


2004-04-11 00:47:40 GMT	Colin Walters <walters@verbum.org>	patch-10

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-10

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-209
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-210
       display an error dialog if help files are not available
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-211
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-212
       always free changed entries (Benjamin Otte)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-213
       more memleak fixes, player cleanups (Benjamin Otte)
    

    new files:
     po/.arch-ids/pt_BR.po.id po/pt_BR.po

    removed files:
     po/pt_BR.po

    modified files:
     ChangeLog ChangeLog0.7 player/rb-player-gst.c po/ChangeLog
     po/ca.po po/cs.po po/es.po po/nl.po rhythmdb/rhythmdb.c
     shell/rb-shell.c widgets/rb-tree-view.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-209
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-210
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-211
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-212
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-213


2004-04-11 00:38:01 GMT	Colin Walters <walters@verbum.org>	patch-9

    Summary:
      merge from rhythmdb: major threading rewrite 
    Revision:
      rhythmbox--main--0.9--patch-9

    The RhythmDB lock is gone.  The main thread now does all manipulation
    of the RhythmDB database.  Threads are still used for things like
    filesystem access.
    
    
    Patches applied:
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--base-0
       tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9--patch-4
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-1
       remove usage of rb-thread-helpers
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-2
       massive total complete threading brokenness
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-3
       hack hack hack
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-4
       more hackery...it almost compiles
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-5
       she compiles
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-6
       she boots
    
     * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-7
       don't freeze on bootup
    

    removed files:
     lib/rb-thread-helpers.c lib/rb-thread-helpers.h

    modified files:
     ChangeLog iradio/rb-station-properties-dialog.c
     lib/Makefile.am lib/rb-util.c lib/rb-util.h
     rhythmdb/rhythmdb-property-model.c
     rhythmdb/rhythmdb-query-model.c
     rhythmdb/rhythmdb-query-model.h rhythmdb/rhythmdb-tree.c
     rhythmdb/rhythmdb-tree.h rhythmdb/rhythmdb.c
     rhythmdb/rhythmdb.h shell/main.c shell/rb-play-order-random.c
     shell/rb-playlist-manager.c shell/rb-shell-player.c
     shell/rb-shell.c shell/rb-source-header.c shell/rb-statusbar.c
     shell/rb-tray-icon.c sources/rb-iradio-source.c
     sources/rb-library-source.c sources/rb-playlist-source.c
     sources/rb-source.c widgets/rb-druid.c widgets/rb-entry-view.c
     widgets/rb-header.c widgets/rb-song-info.c

    new patches:
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--base-0
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-7


2004-04-08 19:01:49 GMT	David Dollar <david@grepninja.com>	patch-8

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-8

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-208
       add code to guard against GConf error in rb-shell-player.c
    

    modified files:
     ChangeLog ChangeLog0.7 shell/rb-shell-player.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-208


2004-04-07 15:53:50 GMT	David Dollar <david@grepninja.com>	patch-7

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-7

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-206
       revert back to using "Music Player" as Name until GNOME supports GenericName
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-207
       Update from CVS
    

    modified files:
     ChangeLog ChangeLog0.7 data/rhythmbox.desktop.in po/ChangeLog
     po/id.po po/lt.po

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-206
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-207


2004-04-06 18:13:58 GMT	David Dollar <david@grepninja.com>	patch-6

    Summary:
      merge from mainline
    Revision:
      rhythmbox--main--0.9--patch-6

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-202
       ignore .Trash directories (Jonathan Blandford)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-203
       add audio/x-mod
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-204
       drag and drop fixes, squash query buglet
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-205
       merge from me: add new rb_ask_file_save API, use it when saving playlist
    
     * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-257
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-258
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-259
       hack up drag and drop...sigh
    
     * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-260
       always push matched entries into queue
    
     * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-261
       merge from main
    
     * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-262
       add new rb_ask_file_save API, use it when saving playlist
    

    modified files:
     ChangeLog ChangeLog0.7 lib/rb-dialog.c lib/rb-dialog.h
     lib/rb-file-helpers.c lib/rb-playlist.c lib/rb-tree-dnd.c
     metadata/rb-metadata-gst.c rhythmdb/rhythmdb-query-model.c
     rhythmdb/rhythmdb-tree.c shell/rb-playlist-manager.c
     sources/rb-sourcelist-model.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-202
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-203
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-204
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-205
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-257
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-258
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-259
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-260
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-261
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-262


2004-04-04 14:07:00 GMT	David Dollar <david@grepninja.com>	patch-5

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-5

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-199
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-200
       update README for new gst pipeline syntax
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-201
       rewrite playlist saving to just write out xml in separate thread
    

    new files:
     po/.arch-ids/en_CA.po.id po/en_CA.po

    modified files:
     ChangeLog ChangeLog0.7 README configure.ac po/ChangeLog
     shell/rb-playlist-manager.c shell/rb-playlist-manager.h
     shell/rb-shell.c sources/rb-playlist-source.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-199
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-200
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-201


2004-04-03 21:37:31 GMT	Colin Walters <walters@verbum.org>	patch-4

    Summary:
      rotate ChangeLogs
    Revision:
      rhythmbox--main--0.9--patch-4


    new files:
     ChangeLog

    renamed files:
     ChangeLog
       ==> ChangeLog0.7


2004-04-03 05:26:53 GMT	David Dollar <david@grepninja.com>	patch-3

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-3

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-189
       add application/x-ape to known music types
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-190
       Update from CVS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-191
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-192
       attempt to fix dialog API and impl
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-193
       abort attempt to select file and dir simultaneously with gtk2.4
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-194
       handle GtkFileChooser
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-195
       fix another GtkFileChooser buglet
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-196
       3rd GtkFileChooser attempt...
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-197
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-198
       release 0.7.2
    

    modified files:
     ChangeLog NEWS configure.ac lib/rb-dialog.c lib/rb-dialog.h
     metadata/rb-metadata-gst.c po/ChangeLog po/da.po
     shell/rb-playlist-manager.c shell/rb-shell.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-189
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-190
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-191
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-192
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-193
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-194
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-195
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-196
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-197
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-198


2004-04-01 21:18:50 GMT	David Dollar <david@grepninja.com>	patch-2

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-2

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-183
       upd NEWS
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-184
       disable periodic rhythmdb saving for now
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-185
       actually install playlist saving thread reaper
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-186
       save rhythmdb 10 seconds after loading
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-187
       add --shuffle arg and make bonobo prop rw (James Willcox)
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-188
       upd NEWS
    

    modified files:
     ChangeLog NEWS shell/main.c shell/rb-playlist-manager.c
     shell/rb-shell.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-183
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-184
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-185
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-186
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-187
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-188


2004-03-31 16:18:55 GMT	David Dollar <david@grepninja.com>	patch-1

    Summary:
      merge from 0.7
    Revision:
      rhythmbox--main--0.9--patch-1

    Patches applied:
    
     * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-182
       turn playlist entries into URLs if necessary
    

    modified files:
     ChangeLog shell/rb-playlist-manager.c

    new patches:
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-182


2004-03-30 17:13:22 GMT	Colin Walters <walters@verbum.org>	base-0

    Summary:
      tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-181
    Revision:
      rhythmbox--main--0.9--base-0

    (automatically generated log message)

    new patches:
     aeb@debian.org--2004/rhythmbox--main--0.7--base-0
     aeb@debian.org--2004/rhythmbox--main--0.7--patch-1
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--base-0
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-1
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-2
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-3
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-4
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-5
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-6
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-7
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-8
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-9
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-10
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-11
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-12
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-13
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-14
     cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-15
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--base-0
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-1
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-2
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-3
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-4
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-5
     cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-6
     chris@gnome-de.org--2003/rhythmbox--mainline--0.6--base-0
     chris@gnome-de.org--2003/rhythmbox--mainline--0.6--patch-1
     daf@muse.19inch.net--2004/rhythmbox--main--0.7--base-0
     daf@muse.19inch.net--2004/rhythmbox--main--0.7--patch-1
     david@grepninja.com--2004/rhythmbox--grepninja--0.7--base-0
     david@grepninja.com--2004/rhythmbox--grepninja--0.7--patch-1
     david@grepninja.com--2004/rhythmbox--grepninja--0.7--patch-2
     david@grepninja.com--2004/rhythmbox--grepninja--0.7--patch-3
     david@grepninja.com--2004/rhythmbox--main--0.7--base-0
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-1
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-2
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-3
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-4
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-5
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-6
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-7
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-8
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-9
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-10
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-11
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-12
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-13
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-14
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-15
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-16
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-17
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-18
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-19
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-20
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-21
     david@grepninja.com--2004/rhythmbox--main--0.7--patch-22
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--base-0
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-1
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-2
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-3
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-4
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-5
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-6
     desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-7
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--base-0
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-1
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-2
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-3
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-4
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-5
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-6
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-7
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-8
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-9
     desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-10
     desrt@desrt.ca--2003/rhythmbox--small-display--1.0--base-0
     desrt@desrt.ca--2003/rhythmbox--small-display--1.0--patch-1
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--base-0
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-1
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-2
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-3
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-4
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-5
     harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-6
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--base-0
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-1
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-2
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-3
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-4
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-5
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-6
     harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-7
     jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-3
     jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-4
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-3
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-4
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-5
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-6
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-7
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-8
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.7--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.7--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.7--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-3
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-4
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-5
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-6
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-7
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-8
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-9
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-10
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-11
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-12
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-13
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-14
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-15
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-16
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-17
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-18
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-3
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-4
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-5
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-6
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-7
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-8
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-9
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-10
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-11
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-12
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-13
     jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-14
     jyasskin@mail.utexas.edu--2003/rhythmbox--random-for-shuffle-repeat--0.7--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--random-for-shuffle-repeat--0.7--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--random-for-shuffle-repeat--0.7--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-3
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-4
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-5
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-6
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-7
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-8
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-9
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-10
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-11
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-12
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-13
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-14
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-15
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-16
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-17
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-18
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-19
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-20
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-21
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-22
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-23
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-24
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-25
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-26
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-27
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-28
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-29
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-30
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-31
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-32
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-33
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-34
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-35
     jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-36
     jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--base-0
     jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-1
     jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-2
     jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-3
     jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-4
     jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-5
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--osxfix--0.7--base-0
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--osxfix--0.7--patch-1
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--base-0
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-1
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-2
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-3
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-4
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-5
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-6
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-7
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-8
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-9
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-10
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-11
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-12
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-13
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-14
     jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-15
     mterry@fastmail.fm--2004/rhythmbox--main--0.7--base-0
     mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-1
     mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-2
     mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-3
     mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-4
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.6--patch-27
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.6--patch-30
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--base-0
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-1
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-2
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-3
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-4
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-5
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-6
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-7
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-8
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-9
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-10
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-11
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-12
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-13
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-14
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-15
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-16
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-17
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-18
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-19
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-20
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-21
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-22
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-23
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-24
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-25
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-26
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-27
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-28
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-29
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-30
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-31
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-32
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-33
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-34
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-35
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-36
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-37
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-38
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-39
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-40
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-41
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-42
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-43
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-44
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-45
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-46
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-47
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-48
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-49
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-50
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-51
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-52
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-53
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-54
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-55
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-56
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-57
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-58
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-59
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-60
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-61
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-62
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-63
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-64
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-65
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-66
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-67
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-68
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-69
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-70
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-71
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-72
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-73
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-74
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-75
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-76
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-77
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-78
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-79
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-80
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-81
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-82
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-83
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-84
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-85
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-86
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-87
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-88
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-89
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-90
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-91
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-92
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-93
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-94
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-95
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-96
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-97
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-98
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-99
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-100
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-101
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-102
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-103
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-104
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-105
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-106
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-107
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-108
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-109
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-110
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-111
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-112
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-113
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-114
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-115
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-116
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-117
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-118
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-119
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-120
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-121
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-122
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-123
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-124
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-125
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-126
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-127
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-128
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-129
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-130
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-131
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-132
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-133
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-134
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-135
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-136
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-137
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-138
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-139
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-140
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-141
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-142
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-143
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-144
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-145
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-146
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-147
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-148
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-149
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-150
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-151
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-152
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-153
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-154
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-155
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-156
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-157
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-158
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-159
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-160
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-161
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-162
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-163
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-164
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-165
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-166
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-167
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-168
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-169
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-170
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-171
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-172
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-173
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-174
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-175
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-176
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-177
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-178
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-179
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-180
     rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-181
     sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-3
     sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-4
     sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-5
     sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-6
     teuf@gnome.org--2003/rhythmbox--disc--0.7--base-0
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-1
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-2
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-3
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-4
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-6
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-7
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-8
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-9
     teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-10
     teuf@gnome.org--2003/rhythmbox--fixlets--0.7--base-0
     teuf@gnome.org--2003/rhythmbox--fixlets--0.7--patch-1
     teuf@gnome.org--2003/rhythmbox--fixlets--0.7--patch-4
     teuf@gnome.org--2003/rhythmbox--ipod--0.7--base-0
     teuf@gnome.org--2003/rhythmbox--ipod--0.7--patch-1
     teuf@gnome.org--2003/rhythmbox--ipod--0.7--patch-2
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--base-0
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-1
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-2
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-3
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-4
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-5
     teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-6
     teuf@gnome.org--2003/rhythmbox--mainline--0.6--base-0
     teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-1
     teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-2
     teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-3
     teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-4
     teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-5
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--base-0
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-1
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-2
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-3
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-4
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-5
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-6
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-7
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-8
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-9
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-10
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-11
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-12
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-13
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-14
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-15
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-16
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-17
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-18
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-19
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-20
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-21
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-22
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-23
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-24
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-25
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-26
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-27
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-28
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-29
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-30
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-31
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-32
     teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-33
     teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-2
     teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-3
     teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-4
     teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-5
     teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-6
     treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--base-0
     treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--patch-1
     treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--patch-2
     treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--patch-3
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--base-0
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-1
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-2
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-3
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-4
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-5
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-6
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-7
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-8
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-9
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-10
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-11
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-12
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-13
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-14
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-15
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-16
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-17
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-18
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-19
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-20
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-21
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-22
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-23
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-24
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-25
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-26
     walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-27
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--base-0
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-1
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-2
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-3
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-4
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-5
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-6
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-7
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-8
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-9
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-10
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-11
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-12
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-13
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-14
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-15
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-16
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-17
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-18
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-19
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-20
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-21
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-22
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-23
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-24
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-25
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-26
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-27
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-28
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-29
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-30
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-31
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-32
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-33
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-34
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-35
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-36
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-37
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-38
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-39
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-40
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-41
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-42
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-43
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-44
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-45
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-46
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-47
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-48
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-49
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-50
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-51
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-52
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-53
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-54
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-55
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-56
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-57
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-58
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-59
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-60
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-61
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-62
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-63
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-64
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-65
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-66
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-67
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-68
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-69
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-70
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-71
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-72
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-73
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-74
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-75
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-76
     walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-77
     walters@rhythmbox.org--2003/rhythmbox--post-0-5-3--1.0--base-0
     walters@rhythmbox.org--2003/rhythmbox--post-0-5-3--1.0--patch-1
     walters@rhythmbox.org--2003/rhythmbox--post-0-5-3--1.0--patch-2
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--base-0
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-1
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-2
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-3
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-4
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-5
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-6
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-7
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-8
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-9
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-10
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-11
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-12
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-13
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-14
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-15
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-16
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-17
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-18
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-19
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-20
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-21
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-22
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-23
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-24
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-25
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-26
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-27
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-28
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-29
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-30
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-31
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-32
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-33
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-34
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-35
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-36
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-37
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-38
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-39
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-40
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-41
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-42
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-43
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-44
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-45
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-46
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-47
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-48
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-49
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-50
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-51
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-52
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-53
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-54
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-55
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-56
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-57
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-58
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-59
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-60
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-61
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-62
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-63
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-64
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-65
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-66
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-67
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-68
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-69
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-70
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-71
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-72
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-73
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-74
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-75
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-76
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-77
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-78
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-79
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-80
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-81
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-82
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-83
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-84
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-85
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-86
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-87
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-88
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-89
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-90
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-91
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-92
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-93
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-94
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-95
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-96
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-97
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-98
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-99
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-100
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-101
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-102
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-103
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-104
     walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-105
     walters@rhythmbox.org--2003/rhythmbox--small-fixes--1.0--base-0
     walters@rhythmbox.org--2003/rhythmbox--small-fixes--1.0--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--base-0
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-7
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-8
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-9
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-10
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-11
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-12
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-13
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-14
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-15
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-16
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-17
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-18
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-19
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-20
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-21
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-22
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-23
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-24
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-25
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-26
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-27
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-28
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-29
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-30
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-31
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-32
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-33
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-34
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-35
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-36
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-37
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-38
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-39
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-40
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-41
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-42
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-43
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-44
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-45
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-46
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-47
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-48
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-49
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-50
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-51
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-52
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-53
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-54
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-55
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-56
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-57
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-58
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-59
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-60
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-61
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-62
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-63
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-64
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-65
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-66
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-67
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-68
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-69
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-70
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-71
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-72
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-73
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-74
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-75
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-76
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-77
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-78
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-79
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-80
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-81
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-82
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-83
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-84
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-85
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-86
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-87
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-88
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-89
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-90
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-91
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-92
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-93
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-94
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-95
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-96
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-97
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-98
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-99
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-100
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-101
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-102
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-103
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-104
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-105
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-106
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-107
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-108
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-109
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-110
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-111
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-112
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-113
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-114
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-115
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-116
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-117
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-118
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-119
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-120
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-121
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-122
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-123
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-124
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-125
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-126
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-127
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-128
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-129
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-130
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-131
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-132
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-133
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-134
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-135
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-136
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-137
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-138
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-139
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-140
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-141
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-142
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-143
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-144
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-145
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-146
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-147
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-148
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-149
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-150
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-151
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-152
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-153
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-154
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-155
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-156
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-157
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-158
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-159
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-160
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-161
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-162
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-163
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-164
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-165
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-166
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-167
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-168
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-169
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-170
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-171
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-172
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-173
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-174
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-175
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-176
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-177
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-178
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-179
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-180
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-181
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-182
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-183
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-184
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-185
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-186
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-187
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-188
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-189
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-190
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-191
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-192
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-193
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-194
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-195
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-196
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-197
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-198
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-199
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-200
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-201
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-202
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-203
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-204
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-205
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-206
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-207
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-208
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-209
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-210
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-211
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-212
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-213
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-214
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-215
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-216
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-217
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-218
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-219
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-220
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-221
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-222
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-223
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-224
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-225
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-226
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-227
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-228
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-229
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-230
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-231
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-232
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-233
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-234
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-235
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-236
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-237
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-238
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-239
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-240
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-241
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-242
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-243
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-244
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-245
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-246
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-247
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-248
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-249
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-250
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-251
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-252
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-253
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-254
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-255
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-256
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-257
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-258
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-259
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-260
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-261
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-262
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-263
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-264
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-265
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-266
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-267
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-268
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-269
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-270
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-271
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-272
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-273
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-274
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-275
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-276
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-277
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-278
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-279
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-280
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-281
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-282
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-283
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-284
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-285
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-286
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-287
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-288
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-289
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-290
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-291
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-292
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-293
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-294
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-295
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-296
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-298
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-299
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-300
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-301
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-302
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-304
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-307
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-308
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-309
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-310
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-311
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-312
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-313
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-315
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-317
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-318
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-319
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-320
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-323
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-324
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-325
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-326
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-328
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-329
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-331
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-332
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-334
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-339
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-340
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-343
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-344
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-345
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-346
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-348
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-349
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-350
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-353
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-354
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-355
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-356
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-357
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-359
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-360
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-361
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-362
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-363
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-364
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-365
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-367
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-373
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-374
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-375
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-378
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-379
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-381
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-382
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-383
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-385
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-387
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-389
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-396
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-397
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-398
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-399
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-400
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-405
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--base-0
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-7
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-8
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-9
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-10
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-11
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-12
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-13
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-14
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-15
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-16
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-17
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-18
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-19
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-20
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-21
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-22
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-23
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-24
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-25
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-26
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-27
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-28
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-29
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-30
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-31
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-32
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-33
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-34
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-35
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-36
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-37
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-38
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-39
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-40
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-41
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-42
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-43
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-44
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-45
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-46
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-47
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-48
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-49
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-50
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-51
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-52
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-53
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-54
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-55
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-56
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-57
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-58
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-59
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-60
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-61
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-62
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-63
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-64
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-65
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-66
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-67
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-68
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-69
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-70
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-71
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-72
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-73
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-74
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-75
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-76
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-77
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-78
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-79
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-80
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-81
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-82
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-83
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-84
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-85
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-86
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-87
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-88
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-89
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-90
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-91
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-92
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-93
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-94
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-95
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-96
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-97
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-98
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-99
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-100
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-101
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-102
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-103
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-104
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-105
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-106
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-107
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-108
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-109
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-110
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-111
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-112
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-113
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-114
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-115
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-116
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-117
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-118
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-119
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-120
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-121
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-122
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-123
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-124
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-125
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-126
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-127
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-128
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-129
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-130
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-131
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-132
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-133
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-134
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-135
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-136
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-137
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-138
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-139
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-140
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-141
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-142
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-143
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-144
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-145
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-146
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-147
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-148
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-149
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-150
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-151
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-152
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-153
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-154
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-155
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-156
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-157
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-158
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-159
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-160
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-161
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-162
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-163
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-164
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-165
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-166
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-167
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-168
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-169
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-170
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-171
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-172
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-173
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-174
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-175
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-176
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-177
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-178
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-179
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-180
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-181
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-182
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-183
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-184
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-185
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-186
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-187
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-188
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-189
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-190
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-191
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-192
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-193
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-194
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-195
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-196
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-197
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-198
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-199
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-200
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-201
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-202
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-203
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-204
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-205
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-206
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-207
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-208
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-209
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-210
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-211
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-212
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-213
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-214
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-215
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-216
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-217
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-218
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-219
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-220
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-221
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-222
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-223
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-224
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-225
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-226
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-227
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-228
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-229
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-230
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-231
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-232
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-233
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-234
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-235
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-236
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-237
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-238
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-239
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-240
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-241
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-242
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-243
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-244
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-245
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-246
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-247
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-248
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-249
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-250
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-251
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-252
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-253
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-254
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-255
     walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-256
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--base-0
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-7
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-8
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-9
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-10
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-11
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-12
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-13
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-14
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-15
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-16
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-17
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-18
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-19
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-20
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-21
     walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-22
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--base-0
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--base-0
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-1
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-2
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-3
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-4
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-5
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-6
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-7
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-8
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-9
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-10
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-11
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-12
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-13
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-14
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-15
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-16
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-17
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-18
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-19
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-20
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-21
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-22
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-23
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-24
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-25
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-26
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-27
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-28
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-29
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-30
     walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-31
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--base-0
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-1
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-2
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-3
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-4
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-5
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-6
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-7
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-8
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-9
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-10
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-11
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-12
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-13
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-14
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-15
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-16
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-17
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-18
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-19
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-20
     yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-21
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--base-0
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-1
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-2
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-3
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-4
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-5
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-6
     yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-7
     yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--base-0
     yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--patch-1
     yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--patch-2
     yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--patch-3


