udapted vi.po
[rhythmbox.git] / ChangeLog0.8
blob87840348e083a731e394a0dfdbde2a95d58c59ae
1 2005-08-10  Bastien Nocera  <hadess@hadess.net>
3         * metadata/rb-metadata-gst.c: (rb_metadata_load):
4         Use filesrc for local files, instead of gnomevfssrc (with
5         brain-surgery performed by Jonathan Matthew <jonathan@kaolin.hn.org>)
6         (Closes: #313088)
7         Should fix some infinite loops importing files as in #313084
8         * metadata/rb-metadata-mm.c: removed, it's unused
10 2005-08-09  Colin Walters  <walters@verbum.org>
12         * data/rhythmbox.desktop.in (MimeType): Remove x-directory from
13           list; we shouldn't advertise as a generic directory processor
14           since Rhythmbox is only useful for particular directories.
16 2005-08-10  James Livingston  <jrl@ids.org.au>
18         * INSTALL.quick: updated for the first time since 0.5.0. Now lists the
19         requirements to build cvs/0.9 - a Gnome 2.10 platform, a recent
20         GStreamer 0.8 and totem-plparser >= 1.1.3
22 2005-08-05  James Livingston  <jrl@ids.org.au>
24         * sources/rb-iradio-source.c: (rb_iradio_source_do_query): fix a
25         slight error in the iradio patch.
27 2005-08-04  James Livingston  <jrl@ids.org.au>
29         * shell/rb-shell.c: (rb_shell_construct),
30         (rb_shell_window_state_cb), (rb_shell_window_delete_cb),
31         (rb_shell_set_visibility_impl): Patch from Jaap A. Haitsma
32         <jaap@haitsma.org> to make the tracy icon work better. It now shows
33         the window whenever it is not user-visible (including minimised or on
34         another workspace).
36 2005-08-04  James Livingston  <jrl@ids.org.au>
38         * sources/rb-iradio-source.c: (rb_iradio_source_dispose),
39         (rb_iradio_source_do_query): Patch from Jonathan Matthew
40         <jonathan@kaolin.hn.org> that stops the iradio source attempting to
41         use a query before the database it fully loaded. (Closes 145217)
43         Also removed unused fields from RBIRadioSourcePrivate.
45 2005-08-03  James Livingston  <jrl@ids.org.au>
47         * iradio/rb-station-properties-dialog.c:
48         (rb_station_properties_dialog_sync_entries):
49         * widgets/rb-song-info.c: (rb_song_info_sync_entries_multiple),
50         (rb_song_info_sync_entry_single): Only write tags if they have
51         actually changed. Patch from Jonathan Matthew <jonathan@kaolin.hn.org>
52         (Closes 312336)
54 2005-08-01  Bastien Nocera  <hadess@hadess.net>
56         * shell/rb-shell-player.c: (rb_shell_player_init): don't use
57         rb_image_new_from_stock (which mirrors icons for RTL languages) when
58         the icons are in GTK+ (Closes: #312264)
60 2005-08-01  Bastien Nocera  <hadess@hadess.net>
62         * rhythmdb/rhythmdb.c: (emit_entry_changed): fix warning by removing
63         unused variable
65 2005-08-01  James Livingston  <jrl@ids.org.au>
67         * widgets/rb-entry-view.c: (rb_entry_view_set_property): patch from
68         Jonathan Matthew <jonathan@kaolin.hn.org> to fix a crasher when an
69         EntryView kept a cached copy of an iterator.
71 2005-08-01  James Livingston  <jrl@ids.org.au>
73         * player/rb-player-gst.c: (process_tag), (found_tag_cb),
74         (rb_player_construct):
75         * shell/rb-shell-player.c: (info_available_cb): patch from Jonathan
76         Matthew <jonathan@kaolin.hn.org> to use iradio station metadata if the
77         user hasn't provided them (Closes 307899)
79 2005-07-31  James Livingston  <jrl@ids.org.au>
81         * rhythmdb/rhythmdb-query-model.c:
82         (rhythmdb_query_model_entry_deleted_cb): fix crasher where entry
83         remove signal was wrongly emitted.
85 2005-07-31  James Livingston  <jrl@ids.org.au>
87         * rhythmdb/rhythmdb.c: (rhythmdb_process_metadata_load): don't reset
88         the rating and last-played time when reloading track metadata (if the
89         file has changed).
91 2005-07-30  James Livingston  <jrl@ids.org.au>
93         * sources/rb-iradio-source.c: (rb_iradio_source_constructor),
94         (genre_selected_cb), (genre_selection_reset_cb): Handle the
95         RBPropertyView 'property-selection-reset' signal in iradio source.
97         * rhythmdb/rhythmdb-query-model.c:
98         (rhythmdb_query_model_entry_changed_cb): correctly emit changed
99         signals whether the entry was removed or not.
101         * rhythmdb/rhythmdb-marshal.list:
102         * rhythmdb/rhythmdb-property-model.c:
103         (rhythmdb_property_model_set_property),
104         (rhythmdb_property_model_entry_removed_cb):
105         * rhythmdb/rhythmdb-query-model.c:
106         (rhythmdb_query_model_class_init),
107         (rhythmdb_query_model_filter_out_entry),
108         (rhythmdb_query_model_remove_entry):
109         * rhythmdb/rhythmdb-query-model.h:
110         * rhythmdb/rhythmdb.c: (rhythmdb_class_init), (rhythmdb_init),
111         (free_entry_changes), (emit_entry_changed),
112         (rhythmdb_commit_internal),
113         (rhythmdb_process_queued_entry_set_event), (rhythmdb_entry_sync),
114         (rhythmdb_entry_set):
115         * rhythmdb/rhythmdb.h:
116         Emit 'entry-removed' signal from query model, to distinguish between
117         removed and filters entried. Emit entry-changed signal for all changed
118         properties.
119         
120         Patches from Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 149799)
122 2005-07-30  James Livingston  <jrl@ids.org.au>
124         * data/glade/station-properties.glade: remove extraneous string that
125         was causing translators problems.
127 2005-07-30  James Livingston  <jrl@ids.org.au>
129         * rhythmdb/rhythmdb.c: (rhythmdb_entry_song_get_type),
130         (rhythmdb_entry_iradio_get_type): A small thread safety fix.
132 2005-07-30  James Livingston  <jrl@ids.org.au>
134         * remote/bonobo/rb-remote-bonobo.c:
135         (rb_remote_bonobo_player_notify_cb): Patch from Jonathan Matthew
136         <jonathan@kaolin.hn.org> to fix an assertion in the bonobo code.
138 2005-07-30  James Livingston  <jrl@ids.org.au>
140         * player/rb-player-gst.c: (rb_player_class_init),
141         (rb_player_finalize), (emit_signal_idle), (eos_cb), (error_cb),
142         (deep_notify_cb), (buffering_cb), (rb_player_construct):
143         * player/rb-player.h:
144         * rhythmdb/rhythmdb.c: (rhythmdb_is_busy):
145         * rhythmdb/rhythmdb.h:
146         * shell/rb-shell-player.c: (rb_shell_player_class_init),
147         (rb_shell_player_init), (rb_shell_player_set_property),
148         (rb_shell_player_get_property), (rb_shell_player_open_location),
149         (info_available_cb), (buffering_cb):
150         * shell/rb-shell.c: (rb_shell_construct):
151         * shell/rb-statusbar.c: (rb_statusbar_init),
152         (rb_statusbar_sync_status), (poll_status),
153         (rb_statusbar_set_progress), (rb_statusbar_entry_view_changed_cb):
154         * shell/rb-statusbar.h: Patch from Jonathan Matthew
155         <jonathan@kaolin.hn.org> to give a buffering indication for iradio
156         sources (Closes 309708)
158 2005-07-29  James Livingston  <jrl@ids.org.au>
160         * widgets/rb-song-info.c: (rb_song_info_sync_entry_single): Fix issue
161         where editing some tags may corrupt the tarck number. (Closes 305637)
163 2005-07-29  James Livingston  <jrl@ids.org.au>
165         * sources/rb-playlist-source.c: (rb_playlist_source_constructor):
166         * sources/rb-sourcelist.c:
167         * widgets/Makefile.am:
168         * widgets/rb-entry-view.c: (rb_entry_view_append_column),
169         (rb_entry_view_constructor): Patch from Nickolay V. Shmyrev
170         <nshmyrev@yandex.ru> to use GTK's TreeView rather than our own
171         implementation. (Closes 169152)
173         Files removed:
174         * widgets/gtkrbtree.h:
175         * widgets/gtktreeprivate.h:
176         * widgets/rb-tree-view-column.c:
177         * widgets/rb-tree-view-column.h:
178         * widgets/rb-tree-view.c:
179         * widgets/rb-tree-view.h:
181 2005-07-28  James Livingston  <jrl@ids.org.au>
183         * rhythmdb/rhythmdb.c: (rhythmdb_event_free), (rhythmdb_shutdown),
184         (rhythmdb_thread_create), (rhythmdb_get_readonly),
185         (rhythmdb_read_enter), (rhythmdb_read_leave),
186         (rhythmdb_entry_set_internal), (rhythmdb_entry_set): Several rhythmdb
187         thread-safety fixes. Patch from Jonathan Matthew
188         <jonathan@kaolin.hn.org> (closes 311382)
189         
190         (rhythmdb_entry_register_type): Another thread-safety fix
192 2005-07-27  James Livingston  <jrl@ids.org.au>
194         * rhythmdb/rb-refstring.h: Fix occasional crasher when a volume is
195         umounted.
197 2005-07-26  James Livingston  <jrl@ids.org.au>
199         * data/ui/rhythmbox-ui.xml:
200         * shell/rb-shell.c: (rb_shell_construct):
201         * sources/rb-iradio-source.c: (rb_iradio_source_class_init),
202         (stations_view_drag_data_received_cb), (impl_show_popup):
203         * sources/rb-sourcelist.c: (rb_sourcelist_class_init),
204         (rb_sourcelist_set_property), (rb_sourcelist_get_property),
205         (rb_sourcelist_new), (button_press_cb):
206         * sources/rb-sourcelist.h: Make popup menus work correctly in the
207         sourcelist and entry view, also have some better popup menu entries.
208         Patch from Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 311493)
209         
210         * widgets/rb-entry-view.c: (rb_entry_view_constructor),
211         (rb_entry_view_button_press_cb), (rb_entry_view_popup_menu_cb): Make
212         the entryview respond to Shift-F10/Menu with the popup menu. Patch
213         from Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 152650)
215         * lib/rb-tree-dnd.c: (rb_tree_dnd_button_press_event_cb): Allow
216         columns to be resized when the first track is selected. Patch from
217         Jonathan Matthew <jonathan@kaolin.hn.org> (Closes 172654)
219 2005-07-26  James Livingston  <jrl@ids.org.au>
221         * shell/rb-shell.c: (rb_shell_db_error_cb),
222         (rb_shell_db_entry_added_cb), (idle_handle_load_complete),
223         (rb_shell_load_uri_impl): Undo a patch that got accidently commited in
224         my last commit. Oops.
226 2005-07-26  James Livingston  <jrl@ids.org.au>
228         * data/glade/create-playlist.glade:
229         * shell/rb-shell.c: (rb_shell_db_error_cb),
230         (idle_play_added_entry_cb), (rb_shell_db_entry_added_cb),
231         (idle_handle_load_complete), (rb_shell_load_uri_impl):
232         * widgets/rb-query-creator.c: (rb_query_creator_load_query),
233         (rb_query_creator_get_limit): use a spin button, rather than a text
234         entry, for the limit in the playlist editor.
236 2005-07-23  James Livingston  <jrl@ids.org.au>
238         * sources/rb-library-source.c: (rb_library_source_free_list_data),
239         (rb_library_source_cmd_choose_genre),
240         (rb_library_source_cmd_choose_artist),
241         (rb_library_source_cmd_choose_album): fix another memory leak
243 2005-07-22  James Livingston  <jrl@ids.org.au>
245         * player/rb-player-gst.c: (rb_player_finalize),
246         (rb_player_construct), (rb_player_sync_pipeline), (rb_player_open),
247         (rb_player_pause), (rb_player_set_time), (rb_player_get_time):
248         * widgets/rb-header.c: (rb_header_class_init), (rb_header_init),
249         (rb_header_finalize), (rb_header_set_property),
250         (rb_header_get_property), (rb_header_sync_time),
251         (rb_header_get_elapsed_string), (rb_header_update_elapsed),
252         (rb_header_tick_cb): Query GStreamer, rather than using a timer, to
253         determine the current playback position. Patch from Jonathan Matthew
254         <jonathan@kaolin.hn.org> (Closes 167364)
256 2005-07-20  Bastien Nocera  <hadess@hadess.net>
258         * configure.ac: update the playlist parser requirements
259         * shell/rb-shell-player.c: (rb_shell_player_open_location):
260         Avoid creating a newly-allocated string for no reason, use
261         totem_pl_parser_add_ignored_mimetype instead of
262         totem_pl_parser_add_ignored_scheme as it was meant
264 2005-07-18  James Livingston  <jrl@ids.org.au>
266         * rhythmdb/rhythmdb-query-model.c:
267         (rhythmdb_query_model_entry_changed_cb),
268         (rhythmdb_query_model_do_reorder):
269         Fix a bug in the query re-ordering code. Patch from Jonathan Matthew
270         <jonathan@kaolin.hn.org>
272 2005-07-16  James Livingston  <jrl@ids.org.au>
274         * sources/rb-playlist-source.c: (rb_playlist_source_add_list_uri):
275         Add files dragged to a playlist to the library, so they can actually
276         be added to the playlist. (Closes: 300391)
278 2005-07-15  James Livingston  <jrl@ids.org.au>
280         * widgets/disclosure-widget.c: (cddb_disclosure_set_labels),
281         (expander_callback): Fix the disclosure widget, so that the show/hide
282         labels are not reversed.
284 2005-07-14  Colin Walters  <walters@verbum.org>
286         * rhythmdb/rhythmdb.c (rhythmdb_process_events): Kill off warning
287         about readonly db.
289 2005-07-14  Colin Walters  <walters@verbum.org>
291         * configure.ac: Remove -Wall since then we lose with -Werror when
292         new GCC warnings are introduced.  Instead hardcode a list of warnings
293         we want.        
295         * widgets/rb-volume.c (rb_volume_new): 
296         * widgets/rb-tree-view.c (rb_tree_view_new): 
297         * widgets/rb-tree-view-column.c (rb_tree_view_column_new): 
298         * widgets/rb-song-display-box.c (rb_song_display_box_new): 
299         * widgets/rb-rating.c (rb_rating_new): 
300         * widgets/rb-load-failure-dialog.c (rb_load_failure_dialog_new): 
301         * shell/rb-shell-preferences.c (rb_shell_preferences_new): 
302         * remote/bonobo/rb-remote-bonobo.c (rb_remote_bonobo_new): 
303         * remote/bonobo/libmain.c (rhythmbox_shlib_make_object): 
304         * player/rb-recorder-gst.c (rb_recorder_new): 
305         * player/rb-player-gst.c (rb_player_new): 
306         * metadata/rb-metadata-gst.c (rb_metadata_new): 
308         Pass extra NULL to g_object_new to silence gcc.
310 2005-07-12  Colin Walters  <walters@verbum.org>
312         * rhythmdb/rhythmdb.c (rhythmdb_commit_internal): Only queue
313         stats for RHYTHMDB_ENTRY_TYPE_SONG; it's a bit evil to do
314         http requests to all your iradio sites, doesn't really make
315         sense from a UI standpoint, and also apparently triggers some
316         valgrind errors.
318 2005-07-11  William Jon McCann  <mccann@jhu.edu>
320         * sources/rb-playlist-source-recorder.c (_nautilus_burn_drive_media_type_get_string):
321         Fix ambiguous string.  (Closes: #309872)
323 2005-07-11  James Livingston  <jrl@ids.org.au>
325         * rhythmdb/rhythmdb-query-model.c:
326         (rhythmdb_query_model_entry_changed_cb),
327         (rhythmdb_query_model_update_limited_entries),
328         (rhythmdb_query_model_do_reorder):
329         Add support for dynamic re-ordering of the library/playlists when
330         metadata the affects the sorting order changes. This also fixes a bug
331         where it would stop playing when trying to change to the next song.
333 2005-07-11  James Livingston  <jrl@ids.org.au>
335         * rhythmdb/rb-refstring.c: (rb_refstring_unref):
336         * rhythmdb/rhythmdb.c: (rhythmdb_finalize):
337         More rb-refstring fixes (patch from Jonathan Matthew
338         <jonathan@kaolin.hn.org>, Closes: 309983)
339         * shell/main.c: (main):
340         Fix intermittent crash on exit.
342 2005-07-10  James Livingston  <jrl@ids.org.au>
344         * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_start_element),
345         (rhythmdb_tree_parser_end_element), (rhythmdb_tree_load):
346         Remove some pointless memory reallocations in rhythmdb-tree
348 2005-07-10  James Livingston  <jrl@ids.org.au>
350         * shell/rb-source-header.c: (rb_source_header_init),
351         (rb_source_header_disclosure_toggled_cb),
352         (rb_source_header_sync_control_state):
353         * widgets/disclosure-widget.c: (finalize), (class_init), (init),
354         (cddb_disclosure_get_type), (cddb_disclosure_new),
355         (cddb_disclosure_set_labels), (expander_callback):
356         * widgets/disclosure-widget.h:
357         Make the disclosure widget use GtkExpander, rather than having our own
358         custom widget. Closes bug 306824.
360 2005-07-10  James Livingston  <jrl@ids.org.au>
362         * rhythmdb/rb-refstring.c: (rb_refstring_system_init),
363         (rb_refstring_new_full), (rb_refstring_unref),
364         (rb_refstring_system_shutdown):
365         * rhythmdb/rb-refstring.h:
366         Make rb-refstrings thread safe, which should fix some intermittent
367         crashes on SMP/SMT systems.
369 2005-07-09  Paolo Borelli  <pborelli@katamail.com>
371         * sources/rb-sourcelist.c: popup the menu on keyboard shortcuts,
372         bug 309695.
374 2005-07-08  William Jon McCann  <mccann@jhu.edu>
376         * player/rb-recorder-gst.c (rb_recorder_finalize) 
377         (rb_recorder_burn_cancel, rb_recorder_burn): Add proper
378         cancellation of burning process.
380         * data/glade/recorder.glade: Updated to use single progress
381         bar and speed selection.
383         * sources/rb-playlist-source-recorder.c (get_speed_selection)
384         (update_speed_combobox)
385         (rb_playlist_source_recorder_device_changed_cb): Allow user to
386         change writing speed.  This is unfortunate but necessary when
387         combinations of factors prevent us from writing at maximum speed.
388         (time_to_string_text): Stolen from totem.
389         (progress_set_time, progress_set_fraction, burn_cd, eos_cb)
390         (track_progress_changed_cb): Use only one progress bar to show
391         overall progress, indicate the current task in italics below bar,
392         and show overall time remaining as progress bar text.
393         (response_cb): Don't show title on alert dialogs.
394         (insert_media_request_cb): Be specific about media types since it
395         only makes sense to write audio to media in the CD family.  Use
396         cancel button instead of close.  Don't show title on alert
397         dialogs.  Make dialog modal so it can be used to set the return value
398         for a signal handler.
399         (burn_action_changed_cb): Update strings.
400         (ask_rewrite_disc, warn_data_loss_cb): Warn the user if the action
401         will cause data to be lost.
402         (setup_speed_combobox): New function for speed selection.
403         (rb_playlist_source_recorder_init): Use single progress bar.  Add
404         speed selection.  Handle n-c-b warn-data-loss signal.
406         * player/rb-recorder-gst.c: Fix order of includes.
407         Add warn-data-loss signal.  Update to new n-c-b API
408         to support reporting time remaining.
410         * configure.ac: Allow n-c-b > 2.10.
412 2005-07-08  James Livingston  <jrl@ids.org.au>
414         * shell/rb-shell-player.c: (eos_cb):
415         Fix intermittent crash caused if change notification changes the
416         source
418 2005-07-08  James Livingston  <jrl@ids.org.au>
420         * iradio/rb-station-properties-dialog.c:
421         (rb_station_properties_dialog_rated_cb),
422         (rb_station_properties_dialog_sync_entries):
423         * rhythmdb/rhythmdb-query-model.c: (rhythmdb_query_model_init),
424         (rhythmdb_query_model_finalize),
425         (rhythmdb_query_model_entry_changed_cb),
426         (rhythmdb_query_model_insert_into_main_list),
427         (rhythmdb_query_model_insert_into_limited_list),
428         (rhythmdb_query_model_remove_from_main_list),
429         (rhythmdb_query_model_remove_from_limited_list),
430         (rhythmdb_query_model_update_limited_entries),
431         (rhythmdb_query_model_do_insert),
432         (rhythmdb_query_model_remove_entry):
433         * shell/rb-shell-player.c: (rb_shell_player_auto_adjust_rating):
434         * sources/rb-source.c: (rb_source_update_play_statistics):
435         * widgets/rb-entry-view.c: (rb_entry_view_rated_cb):
436         * widgets/rb-song-info.c: (rb_song_info_set_entry_auto_rate),
437         (rb_song_info_set_entry_rating):
438         Fix query and EntryView change notification, so that automatic playlists are updated
439         when an entry in them changes
441 2005-07-07  Bastien Nocera  <hadess@hadess.net>
443         * rhythmdb/rhythmdb.c: (rhythmdb_shutdown), (read_queue),
444         (action_thread_main): reduce the default read_queue timeout, to try
445         and exit slightly faster
447 2005-07-07  Bastien Nocera  <hadess@hadess.net>
449         * widgets/rb-entry-view.c: (rb_entry_view_sync_sorting),
450         (rb_entry_view_get_sorting_type), (rb_entry_view_set_sorting_type),
451         (rb_entry_view_get_sorting_order),
452         (rb_entry_view_set_sorting_order),
453         (rb_entry_view_column_clicked_cb), (rb_entry_view_constructor),
454         (rb_entry_view_sort_key_changed_cb):
455         * widgets/rb-entry-view.h: fix a number of bugs with the RBEntryView
456         sort-order (patch from James Livingston <jrl@ids.org.au>)
457         (Closes: #306775)
459 2005-07-07  Bastien Nocera  <hadess@hadess.net>
461         * metadata/rb-metadata-gst.c: (rb_metadata_init): support wave files
462         in the library (Closes: #158356)
464 2005-07-07  James Livingston  <jrl@ids.org.au>
466         * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_start_element),
467         (rhythmdb_tree_parser_end_element):
468         Fix a memory leak, and stop some pointless string reallocation in the tree
469         parser.
471 2005-07-07  James Livingston  <jrl@ids.org.au>
473         * sources/rb-library-source.c: (rb_library_source_finalize),
474         (rb_library_source_constructor):
475         Remove GConf notifications when a RBLibrarySource is destroyed
477 2005-07-07  James Livingston  <jrl@ids.org.au>
479         * shell/rb-remote.c: (rb_remote_finalize), (rb_remote_class_init):
480         * sources/rb-ipod-source.c: (rb_ipod_source_class_init),
481         (rb_ipod_source_finalize):
482         Make rb-remote and rb-ipod-source chain the finalizers up to their
483         parent classes
485 2005-07-06  James Livingston  <jrl@ids.org.au>
487         * rhythmdb/rb-refstring.h: (rb_refstring_unref):
488         Avoid a crash if NULL is passed
490 2005-07-06  Bastien Nocera  <hadess@hadess.net>
492         * metadata/rb-metadata-gst.c: (rb_metadata_load):
493         * metadata/rb-metadata.h:
494         * rhythmdb/rhythmdb.c: (rhythmdb_process_metadata_load):
495         Don't complain about text/* and image/* types being non-audio
496         files (patch from James Livingston <jrl@ids.org.au>) (Closes: #309334)
498 2005-07-05  Bastien Nocera  <hadess@hadess.net>
500         * widgets/rb-song-info.c: (rb_song_info_update_playback_error):
501         Avoid a crash in the properties window when no song is selected
502         (Patch by jonathan@kaolin.hn.org) (Closes: #307993)
504 2005-07-05  Bastien Nocera  <hadess@hadess.net>
506         * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_end_element),
507         (save_entry):
508         * rhythmdb/rhythmdb.c: (rhythmdb_entry_set_internal):
509         * rhythmdb/rhythmdb.h:
510         Make the mountpoint struct entry use an RbRefString
511         (patch by James Livingston <jrl@ids.org.au>)
513 2005-07-05  Bastien Nocera  <hadess@hadess.net>
515         * rhythmdb/rb-refstring.c: (rb_refstring_new_full): make
516         RbRefString work by actually pushing it to the hash table
517         * lib/rb-file-helpers.c: (rb_uri_resolve_symlink):
518         * rhythmdb/rhythmdb.c: (rhythmdb_event_free), (add_thread_main):
519         Plug memory leaks in (very) often called functions
520         Both patches from James Livingston <jrl@ids.org.au> (Closes: #309444)
522 2005-06-26  Dennis Cranston <dennis_cranston@yahoo.com>
524         * sources/rb-library-source.c:  Use header capitalization for
525         popup menu items, and add mnemonics.
526         * widgets/rb-header.c: (rb_header_sync): Use header capitalization.
527         * data/glade/library-prefs.glade:  Add mnemonics and ident 
528         contents of browser view category.
529         * data/glade/general-prefs.glade:  Indent contents of visible
530         columns category. 
532 2005-06-26  Bastien Nocera  <hadess@hadess.net>
534         * rhythmdb/rhythmdb-tree.c: Fix a glibc/gcc warning about the
535         return value of fwrite_unlocked being ignored (Closes: #307649)
537 2005-06-25  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
539         * configure.ac: Added 'gl' to ALL_LINGUAS.
541 2005-06-19  Bastien Nocera  <hadess@hadess.net>
543         * lib/rb-util.c: (_rb_threads_lock), (_rb_threads_unlock),
544         (rb_threads_init):
545         * remote/bonobo/Rhythmbox.idl:
546         * remote/bonobo/rb-remote-bonobo.c: (rb_remote_bonobo_class_init),
547         (rb_remote_bonobo_remote_client_proxy_init),
548         (rb_remote_bonobo_corba_quit),
549         (rb_remote_bonobo_corba_handle_file),
550         (rb_remote_bonobo_corba_add_to_library),
551         (rb_remote_bonobo_corba_next), (rb_remote_bonobo_corba_previous),
552         (rb_remote_bonobo_corba_skip), (rb_remote_bonobo_corba_set_rating),
553         (rb_remote_bonobo_corba_toggle_mute),
554         (convert_from_rb_remote_song), (get_song_info_from_player),
555         (bonobo_pb_get_prop), (bonobo_pb_set_prop),
556         (rb_remote_bonobo_add_player_property),
557         (rb_remote_bonobo_corba_get_player_properties),
558         (rb_remote_bonobo_song_changed_cb),
559         (rb_remote_bonobo_visibility_changed_cb),
560         (rb_remote_bonobo_player_notify_cb), (rb_remote_bonobo_acquire),
561         (rb_remote_bonobo_client_get_playing_song_impl),
562         (_rb_remote_bonobo_client_toggle_property),
563         (_rb_remote_bonobo_client_get_boolean_property),
564         (_rb_remote_bonobo_client_set_boolean_property),
565         (rb_remote_bonobo_client_toggle_visibility_impl),
566         (rb_remote_bonobo_client_get_visibility_impl),
567         (rb_remote_bonobo_client_set_visibility_impl),
568         (rb_remote_bonobo_client_toggle_shuffle_impl),
569         (rb_remote_bonobo_client_get_shuffle_impl),
570         (rb_remote_bonobo_client_set_shuffle_impl),
571         (rb_remote_bonobo_client_toggle_repeat_impl),
572         (rb_remote_bonobo_client_get_repeat_impl),
573         (rb_remote_bonobo_client_set_repeat_impl),
574         (_rb_remote_bonobo_client_set_playing),
575         (rb_remote_bonobo_client_play_impl),
576         (rb_remote_bonobo_client_pause_impl),
577         (rb_remote_bonobo_client_jump_next_impl),
578         (rb_remote_bonobo_client_jump_previous_impl),
579         (rb_remote_bonobo_client_quit_impl),
580         (rb_remote_bonobo_client_set_rating_impl),
581         (rb_remote_bonobo_client_seek_impl),
582         (rb_remote_bonobo_client_set_volume_impl),
583         (rb_remote_bonobo_client_get_volume_impl),
584         (rb_remote_bonobo_client_toggle_mute_impl):
585         * remote/bonobo/test-corba.c: (main):
586         * remote/rb-remote-client-proxy.c:
587         (rb_remote_client_proxy_add_to_library),
588         (rb_remote_client_proxy_play_uri),
589         (rb_remote_client_proxy_toggle_visibility),
590         (rb_remote_client_proxy_set_visibility),
591         (rb_remote_client_proxy_get_visibility),
592         (rb_remote_client_proxy_toggle_repeat),
593         (rb_remote_client_proxy_play), (rb_remote_client_proxy_pause),
594         (rb_remote_client_proxy_set_playing_time),
595         (rb_remote_client_proxy_seek), (rb_remote_client_proxy_set_rating),
596         (rb_remote_client_proxy_jump_next),
597         (rb_remote_client_proxy_jump_previous),
598         (rb_remote_client_proxy_quit), (rb_remote_client_proxy_set_volume),
599         (rb_remote_client_proxy_get_volume),
600         (rb_remote_client_proxy_toggle_mute):
601         * remote/rb-remote-client-proxy.h:
602         * remote/rb-remote-common.h:
603         * remote/rb-remote-proxy.c: (rb_remote_proxy_base_init),
604         (rb_remote_proxy_load_uri), (rb_remote_proxy_set_visibility),
605         (rb_remote_proxy_get_visibility),
606         (rb_remote_proxy_set_playing_time), (rb_remote_proxy_seek),
607         (rb_remote_proxy_get_playing_uri), (rb_remote_proxy_get_song_info),
608         (rb_remote_proxy_set_rating), (rb_remote_proxy_jump_next),
609         (rb_remote_proxy_jump_previous), (rb_remote_proxy_quit),
610         (rb_remote_proxy_toggle_mute),
611         (rb_remote_proxy_find_player_property),
612         (rb_remote_proxy_player_notify_handler),
613         (rb_remote_proxy_set_player_property),
614         (rb_remote_proxy_get_player_property),
615         (rb_remote_proxy_get_playing_source):
616         * remote/rb-remote-proxy.h:
617         * shell/Makefile.am:
618         * shell/main.c: (main), (handle_cmdline):
619         * shell/rb-shell-player.c: (rb_shell_player_class_init),
620         (rb_shell_player_init), (rb_shell_player_set_property),
621         (rb_shell_player_get_property),
622         (rb_shell_player_set_playing_entry), (rb_shell_player_cmd_play),
623         (rb_shell_player_playpause_button), (rb_shell_player_playpause),
624         (rb_shell_player_cmd_pause), (rb_shell_player_toggle_mute),
625         (rb_shell_player_seek), (filter_mmkeys):
626         * shell/rb-shell-player.h:
627         * shell/rb-shell.c: (rb_shell_remote_proxy_init),
628         (rb_shell_construct), (source_activated_cb),
629         (rb_shell_db_error_cb), (rb_shell_db_entry_added_cb),
630         (rb_shell_playing_entry_changed_cb), (tray_destroy_cb),
631         (rb_shell_load_uri_impl), (rb_shell_select_uri_impl),
632         (rb_shell_play_uri_impl), (rb_shell_grab_focus_impl),
633         (rb_shell_get_visibility_impl), (rb_shell_set_visibility_impl),
634         (rb_shell_get_shuffle_impl), (rb_shell_set_shuffle_impl),
635         (rb_shell_get_repeat_impl), (rb_shell_set_repeat_impl),
636         (rb_shell_play_impl), (rb_shell_pause_impl),
637         (rb_shell_playing_impl), (rb_shell_get_playing_time_impl),
638         (rb_shell_set_playing_time_impl), (rb_shell_get_playing_uri_impl),
639         (rb_shell_get_song_info_impl), (rb_shell_jump_next_impl),
640         (rb_shell_jump_previous_impl), (rb_shell_remote_quit_impl),
641         (rb_shell_find_player_property_impl),
642         (rb_shell_player_notify_handler_impl),
643         (rb_shell_set_player_property_impl),
644         (rb_shell_get_player_property_impl),
645         (rb_shell_get_playing_source_impl), (rb_shell_seek_impl),
646         (rb_shell_set_rating_impl), (rb_shell_toggle_mute_impl):
647         * shell/rb-statusbar.c: (rb_statusbar_shell_play_order_changed_cb):
648         * shell/rb-tray-icon.c: (rb_tray_icon_class_init),
649         (rb_tray_icon_init), (rb_tray_icon_constructor),
650         (rb_tray_icon_sync_action), (rb_tray_icon_set_property),
651         (rb_tray_icon_get_property), (rb_tray_icon_new),
652         (rb_tray_icon_button_press_event_cb), (rb_tray_icon_drop_cb),
653         (rb_tray_icon_show_window_changed_cb):
654         * shell/rb-tray-icon.h:
656         Huge patch from jonathan@kaolin.hn.org to bring the Bonobo interface
657         back from the dark ages (Closes: #306384)
659 2005-06-18  Dennis Cranston <dennis_cranston@yahoo.com>
661         * shell/rb-playlist-manager.c:  Use header capitalization 
662         for menu item labels.
663         
664         * shell/rb-shell.c:  Use header capitalization for menu 
665         item labels and window titles.
667         (Closes: #308246)
669 2005-06-18  Theppitak Karoonboonyanan  <thep@linux.thai.net>
671         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
673 2005-06-15  Bastien Nocera  <hadess@hadess.net>
675         * configure.ac: patch from Ed Catmur <ed@catmur.co.uk> to
676         fix the use of --disable-dashboard/--enable-dashboard
677         (Closes: #307749)
679 2005-06-15  Bastien Nocera  <hadess@hadess.net>
681         * configure.ac: patch from Ed Catmur <ed@catmur.co.uk> to
682         work-around AC_PATH_X returning an empty $x_libraries (Closes: #307748)
684 2005-06-14  Sebastien Bacher  <seb128@debian.org>
686         * remote/bonobo/Makefile.am: list the server file for the tarball.
688 2005-06-14  Christophe Fergeau  <teuf@gnome.org>
690         * metadata/rb-metadata-gst.c: (rb_metadata_gst_new_decoded_pad_cb):
691         * rhythmdb/rhythmdb.c: (rhythmdb_process_metadata_load): fix gcc 4
692         (and 2.95) compilation
694 2005-06-14  Christophe Fergeau  <teuf@gnome.org>
696         * metadata/rb-metadata-gst.c: (rb_metadata_init),
697         (rb_metadata_finalize), (rb_metadata_gst_error_cb),
698         (rb_metadata_gst_load_tag), (rb_metadata_gst_fakesink_handoff_cb),
699         (rb_metadata_gst_new_decoded_pad_cb),
700         (rb_metadata_gst_unknown_type_cb), (make_pipeline_element),
701         (rb_metadata_load):
702         * metadata/rb-metadata.h:
703         * player/rb-player-gst.c: (rb_player_class_init):
704         * rhythmdb/rhythmdb.c: (rhythmdb_event_free), (emit_error_idle),
705         (rhythmdb_process_metadata_load), (rhythmdb_execute_stat):
706         * shell/rb-shell-player.c: (rb_shell_player_init),
707         (info_available_cb): use decodebin for metadata reading instead of
708         spider, patch from jonathan@kaolin.hn.org. If you don't have
709         gst-plugins 0.8.9, you may get GStreamer-Critical warnings in your
710         console (this is bug #169400).
713 2005-06-13  Christophe Fergeau  <teuf@gnome.org>
715         * configure.ac: don't enable dbus or hal if newer (api incompatible)
716         versions are detected
717         * player/Makefile.am: attempt at fixing make dist
718         * rhythmdb/rhythmdb-gda.c: 
719         * rhythmdb/rhythmdb-gda.h: added missing files (maybe libgda support
720         should just be killed?)
722 2005-06-12  Bastien Nocera  <hadess@hadess.net>
724         * widgets/Makefile.am:
725         * widgets/rb-ellipsizing-label.c:
726         * widgets/rb-ellipsizing-label.h:
727         * widgets/rb-header.c: (rb_header_init), (rb_header_sync):
728         * widgets/rb-song-info.c: Patch from Paolo Borelli
729         <pborelli@katamail.com> to remove the RBEllipsizing label, and use
730         GTK+'s instead (Closes: #307386)
732 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
734         * rhythmdb/rhythmdb.h:
735         * widgets/rb-property-view.c: (query_model_cb),
736         (rb_property_view_drag_data_get), (rb_property_view_constructor):
737         committ patch from  Gabriel de Perthuis to add a text/uri-list target
738         when dragging an artist/album/genre. This allows dragging a whole
739         album/artist/genre to a playlist or to the desktop. Fixes #165583
741 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
743         * shell/rb-playlist-manager.c:
744         (rb_playlist_manager_save_thread_main),
745         (rb_playlist_manager_save_playlists):
746         * sources/rb-playlist-source.c: (rb_playlist_source_class_init),
747         (rb_playlist_source_get_property),
748         (rb_playlist_source_entry_added_cb),
749         (rb_playlist_source_add_location),
750         (rb_playlist_source_remove_location),
751         (rb_playlist_source_save_to_xml): fixes to playlist saving, fixes bug
752         #166340, patch from jonathan@kaolin.hn.org
754 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
756         * sources/rb-ipod-source.c: (rb_ipod_get_itunesdb_path),
757         (rb_ipod_is_volume_ipod): added some sanity checks which can avoid
758         crashes in some cases
760 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
762         * data/ui/rhythmbox-ui.xml: add Quit menu item to the tray icon
764 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
766         * lib/rb-util.c: (rb_is_main_thread), (rb_threads_init):
767         * lib/rb-util.h:
768         * rhythmdb/rhythmdb.c: (rhythmdb_event_free), (rhythmdb_shutdown),
769         (rhythmdb_read_enter), (rhythmdb_read_leave),
770         (timeout_rhythmdb_commit), (set_metadata_string_default_unknown),
771         (set_props_from_metadata), (rhythmdb_process_stat_event),
772         (rhythmdb_process_metadata_load),
773         (rhythmdb_process_queued_entry_set_event),
774         (rhythmdb_process_events), (action_thread_main),
775         (rhythmdb_entry_sync), (rhythmdb_entry_set_internal),
776         (rhythmdb_entry_queue_set), (rhythmdb_entry_set),
777         (rhythmdb_prop_get_type), (entry_volume_mounted_or_unmounted),
778         (rhythmdb_entry_set_mount_point), (rhythmdb_entry_set_visibility):
779         * rhythmdb/rhythmdb.h:
780         * shell/main.c: (main):
781         * sources/rb-source.c: (rb_source_update_play_statistics):
782         * widgets/rb-entry-view.c: (rb_entry_view_rated_cb): reimplement 
783         rhythmdb_entry_queue_set, this should fix some crashes when doing
784         a rhythmdb_entry_set while the db is read-only
786 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
788         * configure.ac: check for playbin, and remove the check for all other
789         elements
791 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
793         * widgets/rb-tree-view.c: (rb_tree_view_new):
794         * widgets/rb-tree-view.h: remove dead code
796 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
798         * widgets/rb-entry-view.c: (type_ahead_search_func),
799         (rb_entry_view_play_count_cell_data_func),
800         (rb_entry_view_constructor), (rb_entry_view_poll_model):
801         * widgets/rb-property-view.c: (rb_property_view_constructor):
802         * widgets/rb-tree-view.c: (rb_tree_view_new): enable type ahead find
803         in the various treeviews in the main UI.
805 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
807         * player/rb-player-gst.c: (rb_player_class_init), (rb_player_init),
808         (rb_player_finalize), (rb_player_gst_free_playbin),
809         (rb_player_construct), (rb_player_sync_pipeline), (rb_player_open),
810         (rb_player_close), (rb_player_play), (rb_player_pause),
811         (rb_player_set_replaygain), (rb_player_set_volume),
812         (rb_player_seekable), (rb_player_set_time), (rb_player_get_time):
813         * shell/rb-shell-player.c: (rb_shell_player_class_init),
814         (rb_shell_player_init), (rb_shell_player_get_property),
815         (rb_shell_player_open_location),
816         (rb_shell_player_set_playing_source_internal),
817         (rb_shell_player_error), (tick_cb):
818         * shell/rb-statusbar.c: (rb_statusbar_construct),
819         (rb_statusbar_sync_status):
820         * sources/rb-iradio-source.c: (rb_iradio_source_class_init):
821         * sources/rb-source.c: (rb_source_class_init),
822         (rb_source_have_url):
823         * sources/rb-source.h: use playbin instead of making up our own
824         pipeline
826 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
828         * player/Makefile.am: make the recorder marshallers conditionnally
829         compiled too.
831 2005-06-12  Christophe Fergeau  <teuf@gnome.org>
833         * COPYING:
834         * configure.ac:
835         * player/Makefile.am:
836         * shell/Makefile.am:
837         * shell/rb-playlist-manager.c: (rb_playlist_manager_set_property):
838         * shell/rb-shell.c: (rb_shell_construct):
839         * sources/Makefile.am:
840         * sources/rb-iradio-source.c:
841         (stations_view_drag_data_received_cb):
842         * sources/rb-playlist-source.c: (rb_playlist_source_burn_playlist):
843         Patch from jonathan@kaolin.hn.org to make compilation of the cd
844         burning code optional. Disable the code if libnautilus-burn is older
845         or newer than 2.9 or 2.10.
847 2005-06-11  Bastien Nocera  <hadess@hadess.net>
849         * rhythmdb/rhythmdb-tree.c: (split_query_by_disjunctions):
850         * widgets/rb-query-creator.c: (rb_query_creator_load_query): Patch from
851         James Livingston <jrl@ids.org.au> to avoid asserts if a query has
852         no criteria
854 2005-06-11  Bastien Nocera  <hadess@hadess.net>
856         * rhythmdb/rhythmdb-tree.c: (evaluate_conjunctive_subquery):
857         * rhythmdb/rhythmdb.c: (rhythmdb_query_get_type):
858         * widgets/rb-query-creator.c: Patch from James Livingston
859         <jrl@ids.org.au> to change the "less than" and "more than" queries to
860         "at most" and "at least"
862 2005-06-11  Bastien Nocera  <hadess@hadess.net>
864         * widgets/rb-query-creator.c: (rb_query_creator_get_query):
865         Patch from James Livingston <jrl@ids.org.au> to not ignore empty query
866         criteria (Closes: #154280)
868 2005-06-11  Bastien Nocera  <hadess@hadess.net>
870         * data/glade/create-playlist.glade:
871         * widgets/rb-query-creator.c: (rb_query_creator_constructor),
872         (append_row): Patch from James Livingston <jrl@ids.org.au> to allow
873         removing any item in the query dialog not just the all of them but
874         the last one (Closes: #154279)
876 2005-06-11  Bastien Nocera  <hadess@hadess.net>
878         * rhythmdb/rhythmdb-query-model.c:
879         (rhythmdb_query_model_entry_added_cb),
880         (rhythmdb_query_model_add_entries),
881         (rhythmdb_query_model_do_insert): Patch from James Livingston
882         <jrl@ids.org.au> to fix problems when an automatic playlist has
883         limits and uses sorting
885 2005-06-11  Bastien Nocera  <hadess@hadess.net>
887         * shell/rb-shell.c: (rb_shell_shutdown): hide the main window
888         and tray icon as soon as we're going to shutdown (Closes: #171863)
890 2005-06-11  Bastien Nocera  <hadess@hadess.net>
892         * shell/main.c: (main):
893         * shell/rb-shell.c: (rb_shell_cmd_about): remove dead codepaths
894         relative to monkey-media
896 2005-06-11  Bastien Nocera  <hadess@hadess.net>
898         * lib/rb-file-helpers.c: (rb_uri_resolve_symlink): patch from
899         Paolo Borelli <pborelli@katamail.com> to follow more than one level of
900         symlinks (Closes: #163517)
902 2005-06-11  Bastien Nocera  <hadess@hadess.net>
904         * shell/rb-playlist-manager.c:
905         (rb_playlist_manager_save_thread_main): Patch from Loïc Minier
906         <lool+gnome@via.ecp.fr> to avoid overwriting the existing library
907         if saving the temporary library failed (Closes: #304519)
909 2005-06-11  Bastien Nocera  <hadess@hadess.net>
911         * shell/rb-statusbar.c: (rb_statusbar_init),
912         (rb_statusbar_sync_status): Patch from Paolo Bacchilega
913         <paolo.bacchilega@libero.it> to hide the progress bar when there is
914         no activity, and left justify the playlist duration (Closes: #153645)
916 2005-06-11  Bastien Nocera  <hadess@hadess.net>
918         * rhythmdb/rhythmdb.c: (rhythmdb_compute_status_normal): patch from
919         James Livingston <jrl@ids.org.au> to avoid mentioning hours or
920         minutes if they're '0' (Closes: #157341)
922 2005-06-11  Bastien Nocera  <hadess@hadess.net>
924         * data/ui/rhythmbox-ui.xml:
925         * shell/rb-playlist-manager.c:
926         (rb_playlist_manager_cmd_edit_automatic_playlist),
927         (rb_playlist_manager_cmd_rename_playlist):
928         * sources/rb-sourcelist.c: (rb_sourcelist_edit_source_name),
929         (rb_sourcelist_title_cell_data_func), (source_name_edited_cb):
930         Patch from Michael Terry <mike@mterry.name> to use the context menu
931         to rename playlists (Closes: #133845)
933 2005-06-11  Bastien Nocera  <hadess@hadess.net>
935         * player/rb-recorder-gst.c: (rb_recorder_burn): Who didn't test the
936         build?
938 2005-06-11  Bastien Nocera  <hadess@hadess.net>
940         * player/rb-recorder-gst.c: (rb_recorder_burn):
941         * sources/rb-playlist-source-recorder.c:
942         (rb_playlist_source_recorder_start):
943         * widgets/rb-header.c: (info_url): Build fixes for 64-bit systems,
944         partial fixes from James Henstridge <james@jamesh.id.au>
945         (Closes: #168727)
947 2005-06-08  Bastien Nocera  <hadess@hadess.net>
949         * library/.cvsignore: removed
950         * player/Makefile.am: cleanup
951         * rhythmdb/rhythmdb.c: (action_thread_main),
952         (rhythmdb_save_thread_main), (query_thread_main),
953         (rhythmdb_do_full_query_async_parsed):
954         send a RHYTHMDB_EVENT_DB_SAVED event even if we don't have to save
955         the database, otherwise the read counter doesn't get decreased
956         * widgets/gst-hig-dialog.c: removed
957         * widgets/gst-hig-dialog.h: removed
958         * widgets/rb-query-creator.c: added beginning of a support for
959         filtering by Path
961 2005-06-07  Bastien Nocera  <hadess@hadess.net>
963         * shell/rb-shell.c: (rb_shell_sync_window_state): Patch from
964         jonathan@kaolin.hn.org to work-around problems with some unforgiving
965         window managers while switching to the small mode
967 2005-06-07  Bastien Nocera  <hadess@hadess.net>
969         * shell/rb-tray-icon.c: (rb_tray_icon_button_press_event_cb): Patch
970         from jonathan@kaolin.hn.org to have the tray icon popup menu show
971         up on the right screen
973 2005-06-07  Bastien Nocera  <hadess@hadess.net>
975         * sources/rb-iradio-source.c: (rb_iradio_source_add_station): Patch
976         from jonathan@kaolin.hn.org to make the default iRadio genre
977         "Unknown" and not an empty string
979 2005-06-07  Bastien Nocera  <hadess@hadess.net>
981         * sources/rb-sourcelist.c: (rb_sourcelist_init): Patch from
982         jonathan@kaolin.hn.org to make the "Playing" icon right aligned
983         in the sources list
985 2005-06-07  Bastien Nocera  <hadess@hadess.net>
987         * iradio/rb-station-properties-dialog.c:
988         (rb_station_properties_dialog_update_rating): Patch from
989         jonathan@kaolin.hn.org to set the rating correctly in the radio
990         station properties dialog
992 2005-06-07  Bastien Nocera  <hadess@hadess.net>
994         * shell/rb-playlist-manager.c:
995         (rb_playlist_manager_cmd_load_playlist),
996         (rb_playlist_manager_cmd_save_playlist):
997         * shell/rb-shell-player.c: (rb_shell_player_error):
998         * shell/rb-shell.c: (rb_shell_cmd_add_folder_to_library),
999         (rb_shell_cmd_add_file_to_library):
1000         * widgets/rb-dialog.c: (rb_file_chooser_new):
1001         * widgets/rb-dialog.h:
1002         * widgets/rb-druid.c: (rb_druid_browse_clicked_cb):
1003         API change from jonathan@kaolin.hn.org to allow some filechoosers
1004         to be non-local
1006 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1008         * widgets/rb-header.c: (info_url), (rb_header_sync): Patch from
1009         jonathan@kaolin.hn.org to hopefully fix the links to allmusic.com
1010         in the header widget
1012 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1014         * shell/rb-shell.c: Patch from jonathan@kaolin.hn.org to avoid
1015         the keyboard shortcut collision between "New Internet Radio" and
1016         "New Playlist"
1018 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1020         * shell/rb-shell-player.c: (rb_shell_player_open_location): Patch from
1021         jonathan@kaolin.hn.org to forget the iradio title from a stream when
1022         playing a new one (Closes: #143442)
1024 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1026         * iradio/rb-station-properties-dialog.c:
1027         (rb_station_properties_dialog_rated_cb): Patch from
1028         jonathan@kaolin.hn.org to allow setting the rating of iRadios
1030 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1032         * sources/rb-library-source.c: (rb_library_source_constructor),
1033         (songs_view_drag_data_received_cb): Patch from jonathan@kaolin.hn.org
1034         to enable drag and drop into the library song view
1036 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1038         * rhythmdb/rhythmdb-tree.c: (save_entry): avoid crashes on exit
1039         when saving iRadio stations upgraded from 0.8 (Closes: #156751)
1041 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1043         * widgets/rb-cell-renderer-pixbuf.c:
1044         (rb_cell_renderer_pixbuf_render):
1045         * widgets/rb-rating-helper.c: (rb_rating_render_stars): Patch from
1046         jonathan@kaolin.hn.org to fix lack of contrast with some themes
1047         in the star cell renderer (Closes: #169168)
1049 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1051         * sources/rb-playlist-source-recorder.c:
1052         (rb_playlist_source_recorder_start): patch from
1053         jonathan@kaolin.hn.org to avoid split sentences in the translations
1054         (Closes: #166737)
1056 2005-06-07  Bastien Nocera  <hadess@hadess.net>
1058         * sources/rb-iradio-source.c: (rb_iradio_source_constructor),
1059         (rb_iradio_source_first_time_changed),
1060         (stations_view_drag_data_received_cb): patch from
1061         jonathan@kaolin.hn.org to correctly parse _NETSCAPE_URL type of
1062         drag'n'drop from web browsers (Closes: #158717)
1064 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1066         * sources/itunesdb.c: (get4int), (get_pl), (ipod_parse_playlists):
1067         Patch from jonathan@kaolin.hn.org to fix GCC 4 build with iPod code
1068         enabled
1070 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1072         * iradio/Makefile.am:
1073         * metadata/Makefile.am:
1074         * player/Makefile.am:
1075         * remote/bonobo/Makefile.am:
1076         * remote/dbus/Makefile.am:
1077         * rhythmdb/Makefile.am:
1078         * shell/Makefile.am:
1079         * sources/Makefile.am:
1080         * widgets/Makefile.am: Patch from jonathan@kaolin.hn.org to
1081         sanitise static library linking, and make partial rebuilds faster
1083 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1085         * metadata/rb-metadata-gst.c: (rb_metadata_gst_load_tag): Patch from
1086         jonathan@kaolin.hn.org to remove leading and trailing spaces from
1087         metadata tags (Closes: #170046)
1089 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1091         * configure.ac: don't have the first pkg-config call within an if
1092         statement to avoid breakage with pkg-config 0.16 (patch adapted
1093         from jonathan@kaolin.hn.org)
1095 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1097         * shell/rb-shell.c: (rb_shell_construct), (tray_destroy_cb):
1098         Patch by jonathan@kaolin.hn.org to avoid crashes when the
1099         notification area disappears (Closes: #172224, #172225)
1101 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1103         * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_load):
1104         Patch from jonathan@kaolin.hn.org to allow loading the database
1105         from a local path instead of a URI
1107 2005-06-06  Bastien Nocera  <hadess@hadess.net>
1109         * widgets/eggtrayicon.c: (egg_tray_icon_manager_filter),
1110         (egg_tray_icon_update_manager_window),
1111         (egg_tray_icon_manager_window_destroyed), (egg_tray_icon_realize):
1112         Fix the 1-pixel wide tray icon by updating from libegg HEAD
1113         (Closes: #306177)
1115 2005-06-05  Bastien Nocera  <hadess@hadess.net>
1117         * rhythmdb/rhythmdb.c: Fix a typo that could lead to an assert
1118         when automatic playlists are used
1120 2005-06-05  Bastien Nocera  <hadess@hadess.net>
1122         * configure.ac:
1123         * metadata/Makefile.am:
1124         * metadata/rb-metadata-xine.c:
1125         * player/Makefile.am:
1126         * player/rb-player-xine.c:
1127         * player/rb-recorder-xine.c: remove all mention of the xine backend,
1128         it was broken and unmaintained
1130 2005-06-05  Bastien Nocera  <hadess@hadess.net>
1132         * .cvsignore:
1133         * metadata/.cvsignore:
1134         * player/.cvsignore:
1135         * remote/.cvsignore:
1136         * remote/bonobo/.cvsignore:
1137         * remote/dbus/.cvsignore:
1138         * rhythmdb/.cvsignore: spring-cleaning
1140 2005-06-04  Bastien Nocera  <hadess@hadess.net>
1142         * autogen.sh:
1143         * configure.ac:
1144         * lib/Makefile.am:
1145         * lib/rb-debug.c: (rb_profiler_dump):
1146         * lib/totem-pl-parser.c:
1147         * lib/totem-pl-parser.h:
1148         * lib/totemplparser-marshal.list:
1149         * player/rb-recorder-gst.c: (tick_timeout_cb):
1150         * rhythmdb/rb-refstring.h:
1151         * rhythmdb/rhythmdb-query-model.c:
1152         (rhythmdb_query_model_drag_data_get),
1153         (rhythmdb_query_model_drag_data_received):
1154         * rhythmdb/rhythmdb-tree.c: (rhythmdb_tree_parser_start_element),
1155         (write_elt_name_open), (write_elt_name_close), (save_entry_string),
1156         (save_entry_int), (save_entry_ulong), (save_entry_uint64),
1157         (save_entry_double), (save_entry):
1158         * rhythmdb/rhythmdb.c: (extract_nice_name_from_enum_entry),
1159         (rhythmdb_init), (rhythmdb_nice_elt_name_from_propid),
1160         (rhythmdb_propid_from_nice_elt_name), (write_encoded_gvalue),
1161         (read_encoded_property), (rhythmdb_query_serialize),
1162         (rhythmdb_query_deserialize):
1163         * rhythmdb/rhythmdb.h:
1164         * shell/rb-playlist-manager.c:
1165         (rb_playlist_manager_save_playlists):
1166         * shell/rb-shell.c: (sourcelist_drag_received_cb):
1167         * shell/rb-tray-icon.c: (rb_tray_icon_drop_cb):
1168         * sources/rb-library-source.c: (impl_receive_drag):
1169         * sources/rb-playlist-source.c: (impl_receive_drag),
1170         (playlist_iter_func), (rb_playlist_source_save_playlist),
1171         (rb_playlist_source_new_from_xml),
1172         (rb_playlist_source_save_to_xml):
1173         * sources/rb-sourcelist-model.c:
1174         (rb_sourcelist_model_drag_data_received),
1175         (rb_sourcelist_model_drag_data_get):
1176         * widgets/rb-entry-view.c: (rb_entry_view_append_column),
1177         (rb_entry_view_constructor):
1178         * widgets/rb-property-view.c: (rb_property_view_drag_data_get):
1179         * widgets/rb-query-creator.c: (select_criteria_from_value),
1180         (property_option_menu_changed):
1182         Port for signed/unsigned char errors with libxml2 functions,
1183         Remove the internal copy of Totem's playlist parser
1184         Use the gnome-common autogen.sh rather than maintain it ourselves
1185         Allow compilation with glib >= 2.6.4 (inline function changes)
1186         Misc. GCC4 compilation fixes
1188 2005-04-01  Steve Murphy  <murf@e-tools.com>
1190         * configure.ac: Added "rw" to ALL_LINGUAS.
1192 2005-03-31  Abel Cheung  <maddog@linuxhall.org>
1194         * configure.ac: Added "mk" "ml" to ALL_LINGUAS.
1196 # do not edit -- automatically generated by arch changelog
1197 # arch-tag: automatic-ChangeLog--rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9
1200 2005-01-09 17:51:29 GMT William Jon McCann <mccann@jhu.edu>     patch-159
1202     Summary:
1203       Update recorder for n-c-b 2.9 API.  Add error dialog suppression.  Small build fix.
1204     Revision:
1205       rhythmbox--main--0.9--patch-159
1207     
1208     
1209     Patches applied:
1210     
1211      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-10
1212        Disallow drop into smart playlists.  Fixes #140232.
1213     
1214      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-11
1215        Fix for bug #120974: Skip unplayable songs.
1216     
1217      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-12
1218        Fix crasher with rb-dialog.  Move error handling to error callback.
1219     
1220      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-13
1221        Make rb-error-dialog non-modal.  Click on error pixbuf column to display playback error.
1222     
1223      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-14
1224        Added playback error stock icon.  Display playback error in song info dialog.
1225     
1226      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-15
1227        Add playback error icon.
1228     
1229      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-16
1230        Fix visibility of playback error box in song info dialog.
1231     
1232      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-17
1233        Don't increment auto rating on error.
1234     
1235      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-18
1236        Use NO_AUDIO error to indicate BUSY audio subsystem and don't play next track in that case.
1237     
1238      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-19
1239        Update to new nautilus-cd-burner 2.9 API.
1240     
1241      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-20
1242        One more update for n-c-b 2.9 API.
1243     
1244      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-21
1245        Sync with mainline.
1246     
1247      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-22
1248        Build fix for inlines.
1249     
1251     new files:
1252      data/art/.arch-ids/rhythmbox-playback-error.png.id
1253      data/art/rhythmbox-playback-error.png
1255     modified files:
1256      ChangeLog configure.ac data/art/Makefile.am
1257      data/glade/song-info.glade lib/rb-stock-icons.c
1258      lib/rb-stock-icons.h player/rb-player-gst.c
1259      player/rb-recorder-gst.c rhythmdb/rb-refstring.c
1260      rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
1261      rhythmdb/rhythmdb.h shell/rb-shell-player.c
1262      sources/rb-playlist-source-recorder.c
1263      sources/rb-playlist-source.c sources/rb-sourcelist-model.c
1264      widgets/rb-cell-renderer-pixbuf.c
1265      widgets/rb-cell-renderer-pixbuf.h widgets/rb-dialog.c
1266      widgets/rb-entry-view.c widgets/rb-song-info.c
1268     new patches:
1269      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-10
1270      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-11
1271      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-12
1272      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-13
1273      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-14
1274      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-15
1275      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-16
1276      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-17
1277      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-18
1278      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-19
1279      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-20
1280      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-21
1281      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-22
1284 2004-12-13 22:03:58 GMT Christophe Fergeau <teuf@gnome.org>     patch-158
1286     Summary:
1287       Factorize a bunch of common code between the rating widget used in song properties and the rating cell renderer
1288     Revision:
1289       rhythmbox--main--0.9--patch-158
1292     new files:
1293      widgets/rb-rating-helper.c widgets/rb-rating-helper.h
1295     modified files:
1296      ChangeLog widgets/Makefile.am
1297      widgets/rb-cell-renderer-rating.c
1298      widgets/rb-cell-renderer-rating.h widgets/rb-query-creator.c
1299      widgets/rb-rating.c widgets/rb-song-info.c
1302 2004-12-13 12:51:03 GMT Christophe Fergeau <teuf@gnome.org>     patch-157
1304     Summary:
1305       Scroll genre/artist/album view when using 'Browse this xxx' context menu
1306     Revision:
1307       rhythmbox--main--0.9--patch-157
1310     modified files:
1311      ChangeLog widgets/rb-property-view.c
1314 2004-12-13 00:10:50 GMT Christophe Fergeau <teuf@gnome.org>     patch-156
1316     Summary:
1317       Make it possible to give a 0 rating
1318     Revision:
1319       rhythmbox--main--0.9--patch-156
1321     Patches applied:
1322     
1323      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-137
1324        Make it possible to set the rating for a song to 0.
1325     
1327     modified files:
1328      ChangeLog widgets/rb-cell-renderer-rating.c
1330     new patches:
1331      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-137
1334 2004-12-13 00:09:13 GMT Christophe Fergeau <teuf@gnome.org>     patch-155
1336     Summary:
1337       Removed obsolete files
1338     Revision:
1339       rhythmbox--main--0.9--patch-155
1342     removed files:
1343      widgets/rb-tree-model-sort.c widgets/rb-tree-model-sort.h
1345     modified files:
1346      ChangeLog
1349 2004-12-02 17:12:50 GMT Christophe Fergeau <teuf@gnome.org>     patch-154
1351     Summary:
1352       Add support for mpc and wma files
1353     Revision:
1354       rhythmbox--main--0.9--patch-154
1356     Patches applied:
1357     
1358      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-136
1359        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
1360     
1362     modified files:
1363      ChangeLog metadata/rb-metadata-gst.c
1365     new patches:
1366      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-136
1369 2004-12-02 10:53:14 GMT Christophe Fergeau <teuf@gnome.org>     patch-153
1371     Summary:
1372       Improve behaviour when handling non-UTF-8 filenames, fixes #157672
1373     Revision:
1374       rhythmbox--main--0.9--patch-153
1377     modified files:
1378      ChangeLog widgets/rb-song-info.c
1381 2004-12-01 23:53:05 GMT Christophe Fergeau <teuf@gnome.org>     patch-152
1383     Summary:
1384       Added safety check which should prevent rb from crashing if we try to save a NULL property string
1385     Revision:
1386       rhythmbox--main--0.9--patch-152
1389     modified files:
1390      ChangeLog rhythmdb/rhythmdb-tree.c
1393 2004-12-01 23:21:22 GMT Christophe Fergeau <teuf@gnome.org>     patch-151
1395     Summary:
1396       Attempt to handle more nicely empty ipods
1397     Revision:
1398       rhythmbox--main--0.9--patch-151
1401     modified files:
1402      ChangeLog sources/rb-ipod-source.c
1405 2004-12-01 23:53:05 GMT Christophe Fergeau <teuf@gnome.org>     patch-152
1407     Summary:
1408       Added safety check which should prevent rb from crashing if we try to save a NULL property string
1409     Revision:
1410       rhythmbox--main--0.9--patch-152
1413     modified files:
1414      ChangeLog rhythmdb/rhythmdb-tree.c
1417 2004-11-23 05:35:49 GMT William Jon McCann <mccann@jhu.edu>     patch-150
1419     Summary:
1420       Enable drop of genre, artist, album into sourcelist.
1421     Revision:
1422       rhythmbox--main--0.9--patch-150
1424     
1425     
1426     Patches applied:
1427     
1428      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-9
1429        Enable drop of genre, artist, album into sourcelist.
1430     
1432     modified files:
1433      ChangeLog sources/rb-sourcelist-model.c
1435     new patches:
1436      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-9
1439 2004-11-17 16:49:21 GMT William Jon McCann <mccann@jhu.edu>     patch-149
1441     Summary:
1442       Fixes for burn dialog.  Add GTK+-2.5 features.
1443     Revision:
1444       rhythmbox--main--0.9--patch-149
1446     
1447     
1448     Patches applied:
1449     
1450      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-3
1451        Merge from mainline
1452     
1453      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-4
1454        Update from mainline
1455     
1456      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-5
1457        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.
1458     
1459      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-6
1460        Bump required version of GTK+ to 2.5.4. 
1461     
1462      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-7
1463        Use GtkAboutDialog.  Add name to AUTHORS.  Remove gst-hig-dialog.  Use G_ format macros for 64-bit types.
1464     
1465      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-8
1466        Use new GTK+ stock icons.
1467     
1469     removed files:
1470      data/art/.arch-ids/rhythmbox-next.png.id
1471      data/art/.arch-ids/rhythmbox-pause.png.id
1472      data/art/.arch-ids/rhythmbox-play.png.id
1473      data/art/.arch-ids/rhythmbox-previous.png.id
1474      data/art/.arch-ids/rhythmbox-rewind.png.id
1475      data/art/.arch-ids/rhythmbox-stop.png.id
1476      data/art/rhythmbox-next.png data/art/rhythmbox-pause.png
1477      data/art/rhythmbox-play.png data/art/rhythmbox-previous.png
1478      data/art/rhythmbox-rewind.png data/art/rhythmbox-stop.png
1479      widgets/.arch-ids/gst-hig-dialog.c.id
1480      widgets/.arch-ids/gst-hig-dialog.h.id widgets/gst-hig-dialog.c
1481      widgets/gst-hig-dialog.h
1483     modified files:
1484      AUTHORS ChangeLog configure.ac data/art/Makefile.am
1485      data/ui/rhythmbox-ui.xml lib/rb-stock-icons.c
1486      lib/rb-stock-icons.h shell/rb-shell-player.c shell/rb-shell.c
1487      sources/rb-playlist-source-recorder.c widgets/Makefile.am
1488      widgets/rb-dialog.c
1490     new patches:
1491      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-3
1492      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-4
1493      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-5
1494      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-6
1495      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-7
1496      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-8
1499 2004-11-05 23:28:31 GMT Christophe Fergeau <teuf@gnome.org>     patch-148
1501     Summary:
1502       Another leak fix
1503     Revision:
1504       rhythmbox--main--0.9--patch-148
1507     modified files:
1508      ChangeLog shell/rb-shell-player.c
1511 2004-11-05 23:20:13 GMT Christophe Fergeau <teuf@gnome.org>     patch-147
1513     Summary:
1514       Fixed a few small leaks
1515     Revision:
1516       rhythmbox--main--0.9--patch-147
1519     modified files:
1520      ChangeLog shell/rb-shell.c shell/rb-statusbar.c
1521      sources/rb-iradio-source.c sources/rb-library-source.c
1522      sources/rb-playlist-source.c sources/rb-source.c
1523      sources/rb-source.h
1526 2004-09-29 21:40:56 GMT Colin Walters <walters@verbum.org>      patch-146
1528     Summary:
1529       Update from CVS
1530     Revision:
1531       rhythmbox--main--0.9--patch-146
1534     modified files:
1535      ChangeLog po/ChangeLog po/cs.po po/en_CA.po po/nl.po
1538 2004-09-27 19:33:25 GMT Christophe Fergeau <teuf@gnome.org>     patch-145
1540     Summary:
1541       Added first-seen and last-seen properties, update them when necessary, fixed updating of modified files
1542     Revision:
1543       rhythmbox--main--0.9--patch-145
1545     Patches applied:
1546     
1547      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-9
1548        First go at adding first-seen and last-seen properties
1549     
1550      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-10
1551        Remove entries from the database when they haven't been seen in a long time
1552     
1553      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-11
1554        Fixed clean up of entries when they didn't show up for some time, fix rereading of files when they are modified
1555     
1557     modified files:
1558      ChangeLog data/rhythmbox.schemas lib/rb-preferences.h
1559      rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
1560      rhythmdb/rhythmdb.h shell/rb-statusbar.c widgets/Makefile.am
1562     new patches:
1563      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-9
1564      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-10
1565      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-11
1568 2004-09-27 16:23:41 GMT Colin Walters <walters@verbum.org>      patch-144
1570     Summary:
1571       Update from CVS
1572     Revision:
1573       rhythmbox--main--0.9--patch-144
1576     modified files:
1577      ChangeLog po/ChangeLog po/cs.po po/en_CA.po
1580 2004-09-26 14:30:14 GMT Christophe Fergeau <teuf@gnome.org>     patch-143
1582     Summary:
1583       New totem-pl-parser update, hadess should learn to use arch
1584     Revision:
1585       rhythmbox--main--0.9--patch-143
1588     modified files:
1589      ChangeLog lib/totem-pl-parser.c
1592 2004-09-26 14:06:02 GMT Christophe Fergeau <teuf@gnome.org>     patch-142
1594     Summary:
1595       Sync totem-pl-parser to latest version per hadess's request
1596     Revision:
1597       rhythmbox--main--0.9--patch-142
1600     modified files:
1601      ChangeLog lib/totem-pl-parser.c lib/totem-pl-parser.h
1602      sources/rb-playlist-source.c
1605 2004-09-23 17:01:34 GMT Colin Walters <walters@verbum.org>      patch-141
1607     Summary:
1608       show only CD recorders in burn menu, bump required n-c-b version (Bastien Nocera)
1609     Revision:
1610       rhythmbox--main--0.9--patch-141
1613     modified files:
1614      ChangeLog configure.ac sources/rb-playlist-source-recorder.c
1617 2004-09-23 16:55:42 GMT Colin Walters <walters@verbum.org>      patch-140
1619     Summary:
1620       Update from CVS
1621     Revision:
1622       rhythmbox--main--0.9--patch-140
1625     modified files:
1626      ChangeLog po/ChangeLog po/cs.po po/en_CA.po po/es.po po/hu.po
1627      po/lt.po po/nb.po po/no.po po/pt_BR.po po/sk.po
1630 2004-09-23 14:39:54 GMT Christophe Fergeau <teuf@gnome.org>     patch-139
1632     Summary:
1633       Merged teuf@gnome.org--2004/rhythmbox--removable--0.9, files on transient mount points should be handled better now
1634     Revision:
1635       rhythmbox--main--0.9--patch-139
1637     Patches applied:
1638     
1639      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-1
1640        Copied and pasted code from the old removable--0.7 branch, #ifdef'ed out for now
1641     
1642      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-2
1643        Finished adding necessary code, removed #ifdef, now let's debug that ;)
1644     
1645      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-3
1646        Attempt at preventing non-song entries from being hidden
1647     
1648      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-4
1649        Fixed importing of songs in the library
1650     
1651      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-5
1652        Start debugging this code ;)
1653     
1654      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-6
1655        Emit a changed signal on the entries we modify so entries are actually hidden
1656     
1657      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-7
1658        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
1659     
1660      * teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-8
1661        Catch pre-unmount signal to release the file being paused if necessary
1662     
1664     modified files:
1665      ChangeLog lib/rb-util.c lib/rb-util.h
1666      rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
1667      rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h
1668      shell/rb-shell-player.c
1670     new patches:
1671      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-1
1672      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-2
1673      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-3
1674      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-4
1675      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-5
1676      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-6
1677      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-7
1678      teuf@gnome.org--2004/rhythmbox--removable--0.9--patch-8
1681 2004-09-23 10:43:04 GMT Christophe Fergeau <teuf@gnome.org>     patch-138
1683     Summary:
1684       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
1685     Revision:
1686       rhythmbox--main--0.9--patch-138
1689     modified files:
1690      ChangeLog
1693 2004-09-23 09:50:30 GMT Christophe Fergeau <teuf@gnome.org>     patch-137
1695     Summary:
1696       Check that files in the library are still available at startup
1697     Revision:
1698       rhythmbox--main--0.9--patch-137
1701     modified files:
1702      ChangeLog rhythmdb/rhythmdb.c
1705 2004-09-20 17:34:51 GMT Colin Walters <walters@verbum.org>      patch-136
1707     Summary:
1708       many alignment fixes (paolo.bacchilega@libero.it)
1709     Revision:
1710       rhythmbox--main--0.9--patch-136
1713     modified files:
1714      ChangeLog shell/rb-shell-player.c shell/rb-shell.c
1715      shell/rb-source-header.c shell/rb-statusbar.c
1718 2004-09-20 17:32:24 GMT Colin Walters <walters@verbum.org>      patch-135
1720     Summary:
1721       add dispose methods, be sure to unref db and other objects
1722     Revision:
1723       rhythmbox--main--0.9--patch-135
1726     modified files:
1727      ChangeLog sources/rb-ipod-source.c sources/rb-iradio-source.c
1728      sources/rb-library-source.c sources/rb-playlist-source.c
1731 2004-09-19 22:25:35 GMT Colin Walters <walters@verbum.org>      patch-134
1733     Summary:
1734       rb-recorder-marshal.[ch] are junk
1735     Revision:
1736       rhythmbox--main--0.9--patch-134
1739     modified files:
1740      ChangeLog player/.arch-inventory
1743 2004-09-19 22:21:15 GMT Colin Walters <walters@verbum.org>      patch-133
1745     Summary:
1746       bump req on libnautilus-burn
1747     Revision:
1748       rhythmbox--main--0.9--patch-133
1751     modified files:
1752      ChangeLog configure.ac
1755 2004-09-17 20:56:27 GMT Colin Walters <walters@verbum.org>      patch-132
1757     Summary:
1758       add more print-playing options (Jon Oberheide)
1759     Revision:
1760       rhythmbox--main--0.9--patch-132
1763     modified files:
1764      ChangeLog shell/main.c
1767 2004-09-17 17:31:00 GMT Christophe Fergeau <teuf@gnome.org>     patch-131
1769     Summary:
1770       Remove spurious unref, this was making rhythmbox crashy
1771     Revision:
1772       rhythmbox--main--0.9--patch-131
1775     modified files:
1776      ChangeLog sources/rb-ipod-source.c
1779 2004-09-16 22:15:22 GMT Christophe Fergeau <teuf@gnome.org>     patch-130
1781     Summary:
1782       Use the gnome-dev-ipod icon from gnome icon theme if it's available
1783     Revision:
1784       rhythmbox--main--0.9--patch-130
1787     modified files:
1788      ChangeLog sources/rb-ipod-source.c
1791 2004-09-16 20:51:23 GMT Christophe Fergeau <teuf@gnome.org>     patch-129
1793     Summary:
1794       Added support for disc number tags in the iPod source
1795     Revision:
1796       rhythmbox--main--0.9--patch-129
1799     modified files:
1800      ChangeLog sources/rb-ipod-source.c
1803 2004-09-16 19:38:13 GMT Colin Walters <walters@verbum.org>      patch-128
1805     Summary:
1806       merge from 0.8: updated manual (Jens Schittenhelm)
1807     Revision:
1808       rhythmbox--main--0.9--patch-128
1810     Patches applied:
1811     
1812      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-107
1813        updated manual (Jens Schittenhelm)
1814     
1816     new files:
1817      help/C/figures/.arch-ids/rb-group-auto.png.id
1818      help/C/figures/.arch-ids/rb-prefs-general.png.id
1819      help/C/figures/.arch-ids/rb-prefs-ipod.png.id
1820      help/C/figures/.arch-ids/rb-prefs-library.png.id
1821      help/C/figures/.arch-ids/rb-statusbar.png.id
1822      help/C/figures/.arch-ids/rb-window-small.png.id
1823      help/C/figures/rb-group-auto.png
1824      help/C/figures/rb-prefs-general.png
1825      help/C/figures/rb-prefs-ipod.png
1826      help/C/figures/rb-prefs-library.png
1827      help/C/figures/rb-statusbar.png
1828      help/C/figures/rb-window-small.png
1830     modified files:
1831      ChangeLog help/C/figures/rb-asst-finish.png
1832      help/C/figures/rb-asst-library.png
1833      help/C/figures/rb-asst-start.png
1834      help/C/figures/rb-context-menu.png
1835      help/C/figures/rb-group-create.png
1836      help/C/figures/rb-iradio-add.png help/C/figures/rb-iradio.png
1837      help/C/figures/rb-volume-changer.png help/C/user-guide.xml
1839     new patches:
1840      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-107
1843 2004-09-16 19:18:49 GMT Colin Walters <walters@verbum.org>      patch-127
1845     Summary:
1846       Update from CVS
1847     Revision:
1848       rhythmbox--main--0.9--patch-127
1851     modified files:
1852      ChangeLog po/ChangeLog po/cs.po po/en_CA.po
1855 2004-09-16 19:16:34 GMT Colin Walters <walters@verbum.org>      patch-126
1857     Summary:
1858       merge from 0.8: add MimeType to .desktop
1859     Revision:
1860       rhythmbox--main--0.9--patch-126
1862     Patches applied:
1863     
1864      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-105
1865        add MimeType field to .desktop
1866     
1867      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-106
1868        use ; in MimeType
1869     
1871     modified files:
1872      ChangeLog data/rhythmbox.desktop.in
1874     new patches:
1875      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-105
1876      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-106
1879 2004-09-15 09:55:18 GMT Christophe Fergeau <teuf@gnome.org>     patch-125
1881     Summary:
1882       Don't use G_GINT64_FORMAT since it makes the translators' job harder
1883     Revision:
1884       rhythmbox--main--0.9--patch-125
1887     modified files:
1888      ChangeLog player/rb-recorder-gst.c po/POTFILES.in
1889      po/POTFILES.skip po/fr.po
1890      sources/rb-playlist-source-recorder.c
1893 2004-09-15 09:38:35 GMT Christophe Fergeau <teuf@gnome.org>     patch-124
1895     Summary:
1896       Switch to -std=gnu89 instead of -std=c89, fix compilation with that flag
1897     Revision:
1898       rhythmbox--main--0.9--patch-124
1901     modified files:
1902      ChangeLog configure.ac player/rb-recorder-gst.c
1903      po/POTFILES.skip sources/rb-ipod-source.c
1904      sources/rb-playlist-source-recorder.c widgets/gst-hig-dialog.h
1905      widgets/rb-song-info.c
1908 2004-09-14 20:06:51 GMT William Jon McCann <mccann@jhu.edu>     patch-123
1910     Summary:
1911       Explicitly add files with no taglines.
1912     Revision:
1913       rhythmbox--main--0.9--patch-123
1915     
1916     
1917     Patches applied:
1918     
1919      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-2
1920        Add files missing from last commit.  Didn't get added because they didn't have ids.
1921     
1923     new files:
1924      data/glade/.arch-ids/recorder.glade.id
1925      data/glade/recorder.glade
1926      player/.arch-ids/rb-recorder-marshal.list.id
1927      player/rb-recorder-marshal.list
1929     modified files:
1930      ChangeLog
1932     new patches:
1933      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-2
1936 2004-09-14 19:35:58 GMT William Jon McCann <mccann@jhu.edu>     patch-122
1938     Summary:
1939       
1940     Revision:
1941       rhythmbox--main--0.9--patch-122
1943     
1944     
1945     Patches applied:
1946     
1947      * mccann@jhu.edu--2004/rhythmbox--main--0.9--base-0
1948        tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9--patch-121
1949     
1950      * mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-1
1951        add audio disc recording
1952     
1954     new files:
1955      player/rb-recorder-gst.c player/rb-recorder-xine.c
1956      player/rb-recorder.h sources/rb-playlist-source-recorder.c
1957      sources/rb-playlist-source-recorder.h
1959     modified files:
1960      ChangeLog configure.ac data/glade/Makefile.am
1961      data/rhythmbox.schemas data/ui/rhythmbox-ui.xml
1962      lib/rb-preferences.h player/Makefile.am
1963      shell/rb-playlist-manager.c sources/Makefile.am
1964      sources/rb-playlist-source.c sources/rb-playlist-source.h
1966     new patches:
1967      mccann@jhu.edu--2004/rhythmbox--main--0.9--base-0
1968      mccann@jhu.edu--2004/rhythmbox--main--0.9--patch-1
1971 2004-09-10 06:13:00 GMT Colin Walters <walters@verbum.org>      patch-121
1973     Summary:
1974       G_DEFINE_TYPE love, also be sure to call finalize in some objects
1975     Revision:
1976       rhythmbox--main--0.9--patch-121
1979     modified files:
1980      ChangeLog metadata/rb-metadata-gst.c
1981      metadata/rb-metadata-xine.c player/rb-player-gst.c
1982      player/rb-player-xine.c rhythmdb/rhythmdb-property-model.c
1983      rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
1984      rhythmdb/rhythmdb.c
1987 2004-09-10 05:15:36 GMT Colin Walters <walters@verbum.org>      patch-120
1989     Summary:
1990       Update from CVS
1991     Revision:
1992       rhythmbox--main--0.9--patch-120
1995     modified files:
1996      ChangeLog po/ChangeLog po/da.po
1999 2004-09-10 05:12:22 GMT Colin Walters <walters@verbum.org>      patch-119
2001     Summary:
2002       only free reverse sort data when model is actually destroyed
2003     Revision:
2004       rhythmbox--main--0.9--patch-119
2007     modified files:
2008      ChangeLog rhythmdb/rhythmdb-query-model.c
2009      widgets/rb-entry-view.c
2012 2004-09-10 03:35:10 GMT Colin Walters <walters@verbum.org>      patch-118
2014     Summary:
2015       remove "manually" from druid prompt
2016     Revision:
2017       rhythmbox--main--0.9--patch-118
2020     modified files:
2021      ChangeLog data/glade/druid.glade
2024 2004-09-09 21:00:03 GMT Christophe Fergeau <teuf@gnome.org>     patch-117
2026     Summary:
2027       Commit metadata writing support, needs to be enabled explicitly in configure since it's really experimental
2028     Revision:
2029       rhythmbox--main--0.9--patch-117
2031     Patches applied:
2032     
2033      * teuf@gnome.org--2004/rhythmbox--tag--0.8--base-0
2034        tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-50
2035     
2036      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-1
2037        Huge commit since I stupidly forgot to do a commit right after star merging the stable branch
2038     
2039      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-2
2040        This commit should result in a tree which is identical to the main rhythmbox--main--0.8 branch
2041     
2042      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-3
2043        This patch should be enough to add basic (and ugly code-wise) tagging support to the main stable rhythmbox branch
2044     
2045      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-4
2046        Fixed a string and removed a useless variable
2047     
2048      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-5
2049        Incredibly ugly code, but at least flac and mp3 tag editing works
2050     
2051      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-6
2052        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 :(
2053     
2054      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-7
2055        Fixed a bug in flac tagging, but it still doesn't work properly
2056     
2057      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-8
2058        Worked around strange opt scheduler issues when unreffing the pipeline
2059     
2060      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-9
2061        More tagging work, should be mostly done, only filter out tags that are unknown to GStreamer, made the tag setting function more generic
2062     
2063      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-10
2064        Raised gst-plugins requirement
2065     
2066      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-11
2067        Star merge with rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9
2068     
2069      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-12
2070        Reverted star merge from 0.9 branch
2071     
2072      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-13
2073        Star merge with 0.8 branch
2074     
2075      * teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-14
2076        Removed debugging g_print
2077     
2078      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-1
2079        Merged tag support from the 0.8 branch
2080     
2081      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-2
2082        Started to merge the tag saving stuff in rhythmdb.c, compilation not tested...
2083     
2084      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-3
2085        Started to merge the tag saving stuff in rhythmdb.c, compilation not tested...
2086     
2087      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-4
2088        Reimplemented rhythmdb_entry_get
2089     
2090      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-9
2091        Reenabled most of the metadata saving code, added a rhythmdb_entry_sync function which emits the necessary signals and call rhythmdb_entry_set
2092     
2093      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-10
2094        Small fix, and now tag writing seems to workmake
2095     
2096      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-1
2097        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...
2098     
2099      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-15
2100        Reimplement context menus
2101     
2103     modified files:
2104      ChangeLog configure.ac metadata/rb-metadata-gst.c
2105      rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h widgets/rb-song-info.c
2107     new patches:
2108      teuf@gnome.org--2004/rhythmbox--tag--0.8--base-0
2109      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-1
2110      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-2
2111      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-3
2112      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-4
2113      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-5
2114      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-6
2115      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-7
2116      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-8
2117      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-9
2118      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-10
2119      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-11
2120      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-12
2121      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-13
2122      teuf@gnome.org--2004/rhythmbox--tag--0.8--patch-14
2123      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-1
2124      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-2
2125      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-3
2126      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-4
2127      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-9
2128      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-10
2129      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-1
2130      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-15
2133 2004-09-09 18:52:56 GMT Christophe Fergeau <teuf@gnome.org>     patch-116
2135     Summary:
2136       Reimplement context menus
2137     Revision:
2138       rhythmbox--main--0.9--patch-116
2140     Patches applied:
2141     
2142      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-9
2143        RBSource now has a reference to RBShell, this makes it easier to get global resources, like the database or the GtkUIManager
2144     
2145      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-10
2146        Library context menu is back! Woohoo ;)
2147     
2148      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-11
2149        Library source popup menu is now there too.
2150     
2151      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-12
2152        Readded iradio list context menu
2153     
2154      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-13
2155        Propage a RBShell to rb-playlist-source through rb-playlist-manager
2156     
2157      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-14
2158        Finish readding context menus
2159     
2161     modified files:
2162      ChangeLog data/ui/rhythmbox-ui.xml lib/rb-util.c lib/rb-util.h
2163      shell/rb-play-order.c shell/rb-playlist-manager.c
2164      shell/rb-playlist-manager.h shell/rb-shell-player.c
2165      shell/rb-shell-player.h shell/rb-shell.c
2166      sources/rb-ipod-source.c sources/rb-ipod-source.h
2167      sources/rb-iradio-source.c sources/rb-iradio-source.h
2168      sources/rb-library-source.c sources/rb-library-source.h
2169      sources/rb-playlist-source.c sources/rb-playlist-source.h
2170      sources/rb-source.c sources/rb-source.h
2171      widgets/rb-entry-view.c
2173     new patches:
2174      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-9
2175      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-10
2176      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-11
2177      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-12
2178      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-13
2179      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-14
2182 2004-09-09 18:50:47 GMT Christophe Fergeau <teuf@gnome.org>     patch-115
2184     Summary:
2185       Call gtk_action_group_set_translation_domain to properly translate menus generated using GTK Action API
2186     Revision:
2187       rhythmbox--main--0.9--patch-115
2189     Patches applied:
2190     
2191      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-8
2192        Call gtk_action_group_set_translation_domain to properly translate menus generated using GTK Action API
2193     
2195     modified files:
2196      ChangeLog po/fr.po shell/rb-shell-player.c shell/rb-shell.c
2198     new patches:
2199      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-8
2202 2004-09-09 18:49:30 GMT Christophe Fergeau <teuf@gnome.org>     patch-114
2204     Summary:
2205       The runtime gstreamer version check is now obsolete since we require a newer one at compile time
2206     Revision:
2207       rhythmbox--main--0.9--patch-114
2209     Patches applied:
2210     
2211      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-4
2212        The runtime gstreamer version check is now obsolete since we require a newer one at compile time
2213     
2215     modified files:
2216      ChangeLog player/rb-player-gst.c
2218     new patches:
2219      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-4
2222 2004-09-09 18:47:54 GMT Christophe Fergeau <teuf@gnome.org>     patch-113
2224     Summary:
2225       Do not add files with no known mime type to the library
2226     Revision:
2227       rhythmbox--main--0.9--patch-113
2229     Patches applied:
2230     
2231      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-3
2232        Do not add files with unknown mime types to the library
2233     
2235     modified files:
2236      ChangeLog rhythmdb/rhythmdb.c
2238     new patches:
2239      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-3
2242 2004-09-09 18:46:50 GMT Christophe Fergeau <teuf@gnome.org>     patch-112
2244     Summary:
2245       Make RbSourceListModel inherit from GtkTreeModelFilter, should fix drag and drop issues
2246     Revision:
2247       rhythmbox--main--0.9--patch-112
2249     Patches applied:
2250     
2251      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-6
2252        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 ;)
2253     
2254      * teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-7
2255        Fix small typo
2256     
2258     modified files:
2259      ChangeLog sources/rb-sourcelist-model.c
2260      sources/rb-sourcelist-model.h sources/rb-sourcelist.c
2262     new patches:
2263      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-6
2264      teuf@gnome.org--2004/rhythmbox--tags-merge--0.9--patch-7
2267 2004-09-03 17:51:00 GMT Christophe Fergeau <teuf@gnome.org>     patch-111
2269     Summary:
2270       Added totempl-parser.list to EXTRA_DIST
2271     Revision:
2272       rhythmbox--main--0.9--patch-111
2275     modified files:
2276      ChangeLog lib/Makefile.am
2279 2004-09-03 03:09:06 GMT Colin Walters <walters@verbum.org>      patch-110
2281     Summary:
2282       merge Japanese docs from 0.8
2283     Revision:
2284       rhythmbox--main--0.9--patch-110
2286     Patches applied:
2287     
2288      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-102
2289        Japanese help translation (SATOH Satoru)
2290     
2292     new files:
2293      help/ja/.arch-ids/.arch-inventory.id
2294      help/ja/.arch-ids/.cvsignore.id help/ja/.arch-ids/=id
2295      help/ja/.arch-inventory help/ja/.cvsignore help/ja/Makefile.am
2296      help/ja/fdl-appendix.xml help/ja/figures/.arch-ids/=id
2297      help/ja/figures/.arch-ids/rb-adv.png.id
2298      help/ja/figures/.arch-ids/rb-basic.png.id
2299      help/ja/figures/.arch-ids/rb-browser.png.id
2300      help/ja/figures/.arch-ids/rb-context-menu.png.id
2301      help/ja/figures/.arch-ids/rb-iradio-add.png.id
2302      help/ja/figures/.arch-ids/rb-iradio.png.id
2303      help/ja/figures/.arch-ids/rb-nextprev.png.id
2304      help/ja/figures/.arch-ids/rb-notification-area-menu.png.id
2305      help/ja/figures/.arch-ids/rb-notification-area.png.id
2306      help/ja/figures/.arch-ids/rb-player.png.id
2307      help/ja/figures/.arch-ids/rb-prefs-general.png.id
2308      help/ja/figures/.arch-ids/rb-prefs-library.png.id
2309      help/ja/figures/.arch-ids/rb-repeat.png.id
2310      help/ja/figures/.arch-ids/rb-search.png.id
2311      help/ja/figures/.arch-ids/rb-shuffle.png.id
2312      help/ja/figures/.arch-ids/rb-sidebar.png.id
2313      help/ja/figures/.arch-ids/rb-stats.png.id
2314      help/ja/figures/.arch-ids/rb-volume-changer.png.id
2315      help/ja/figures/.arch-ids/rb-window.png.id
2316      help/ja/figures/rb-adv.png help/ja/figures/rb-basic.png
2317      help/ja/figures/rb-browser.png
2318      help/ja/figures/rb-context-menu.png
2319      help/ja/figures/rb-iradio-add.png
2320      help/ja/figures/rb-iradio.png help/ja/figures/rb-nextprev.png
2321      help/ja/figures/rb-notification-area-menu.png
2322      help/ja/figures/rb-notification-area.png
2323      help/ja/figures/rb-player.png
2324      help/ja/figures/rb-prefs-general.png
2325      help/ja/figures/rb-prefs-library.png
2326      help/ja/figures/rb-repeat.png help/ja/figures/rb-search.png
2327      help/ja/figures/rb-shuffle.png help/ja/figures/rb-sidebar.png
2328      help/ja/figures/rb-stats.png
2329      help/ja/figures/rb-volume-changer.png
2330      help/ja/figures/rb-window.png help/ja/legal.xml
2331      help/ja/quick-reference.xml help/ja/rhythmbox-ja.omf
2332      help/ja/rhythmbox.xml help/ja/user-guide.xml
2334     modified files:
2335      ChangeLog Makefile.am configure.ac help/Makefile.am
2336      rhythmbox.spec.in
2338     new directories:
2339      help/ja help/ja/.arch-ids help/ja/figures
2340      help/ja/figures/.arch-ids
2342     new patches:
2343      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-102
2346 2004-09-03 03:03:59 GMT Colin Walters <walters@verbum.org>      patch-109
2348     Summary:
2349       merge omf fix from 0.8
2350     Revision:
2351       rhythmbox--main--0.9--patch-109
2353     Patches applied:
2354     
2355      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-101
2356        add DESTDIR support to omf.make
2357     
2359     modified files:
2360      ChangeLog omf.make
2362     new patches:
2363      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-101
2366 2004-09-03 02:00:53 GMT Colin Walters <walters@verbum.org>      patch-108
2368     Summary:
2369       Update from CVS
2370     Revision:
2371       rhythmbox--main--0.9--patch-108
2374     modified files:
2375      ChangeLog po/ChangeLog po/fi.po
2378 2004-09-01 22:58:18 GMT Christophe Fergeau <teuf@gnome.org>     patch-107
2380     Summary:
2381       Fix saving of disc numbers
2382     Revision:
2383       rhythmbox--main--0.9--patch-107
2386     modified files:
2387      ChangeLog rhythmdb/rhythmdb-tree.c
2390 2004-08-29 04:25:43 GMT Colin Walters <walters@verbum.org>      patch-106
2392     Summary:
2393       Update from CVS
2394     Revision:
2395       rhythmbox--main--0.9--patch-106
2398     new files:
2399      po/.arch-ids/nb.po.id po/nb.po
2401     modified files:
2402      ChangeLog configure.ac po/ChangeLog po/da.po po/de.po
2403      po/en_CA.po po/eu.po po/nl.po po/no.po po/pa.po
2406 2004-08-16 06:48:56 GMT Colin Walters <walters@verbum.org>      patch-105
2408     Summary:
2409       experimental dbus interface
2410     Revision:
2411       rhythmbox--main--0.9--patch-105
2414     new files:
2415      remote/dbus/.arch-ids/.arch-inventory.id
2416      remote/dbus/.arch-ids/=id remote/dbus/.arch-inventory
2417      remote/dbus/Makefile.am remote/dbus/rb-remote-dbus.c
2418      remote/dbus/rb-remote-dbus.h
2420     modified files:
2421      ChangeLog configure.ac remote/Makefile.am shell/Makefile.am
2422      shell/main.c
2424     new directories:
2425      remote/dbus remote/dbus/.arch-ids
2428 2004-08-16 04:15:03 GMT Colin Walters <walters@verbum.org>      patch-104
2430     Summary:
2431       initial re-implementation of remote bonobo support 
2432     Revision:
2433       rhythmbox--main--0.9--patch-104
2435     This changeset tries to reimplement support for remote
2436     control in a more modular way.  Bonobo is isolated
2437     in the RBRemoteBonobo object.  D-BUS support will
2438     come soon.
2440     new files:
2441      remote/bonobo/rb-remote-bonobo.c
2442      remote/bonobo/rb-remote-bonobo.h
2443      remote/rb-remote-client-proxy.c
2444      remote/rb-remote-client-proxy.h remote/rb-remote-common.c
2445      remote/rb-remote-common.h remote/rb-remote-proxy.c
2446      remote/rb-remote-proxy.h
2448     modified files:
2449      ChangeLog Makefile.am configure.ac remote/Makefile.am
2450      remote/bonobo/Makefile.am shell/Makefile.am shell/main.c
2451      shell/rb-shell.c
2454 2004-08-15 08:34:05 GMT Christophe Fergeau <teuf@gnome.org>     patch-103
2456     Summary:
2457       Fix display of play/pause in the tray icon context menu
2458     Revision:
2459       rhythmbox--main--0.9--patch-103
2462     modified files:
2463      ChangeLog data/ui/rhythmbox-ui.xml
2466 2004-08-15 06:32:57 GMT Colin Walters <walters@verbum.org>      patch-102
2468     Summary:
2469       Update from CVS
2470     Revision:
2471       rhythmbox--main--0.9--patch-102
2474     modified files:
2475      ChangeLog po/ChangeLog po/da.po po/de.po po/en_CA.po
2476      po/en_GB.po po/es.po po/fi.po po/hu.po po/ko.po po/lt.po
2477      po/pt.po po/pt_BR.po po/sk.po po/zh_CN.po
2480 2004-08-15 06:29:49 GMT Colin Walters <walters@verbum.org>      patch-101
2482     Summary:
2483       remove deleted macros dir from configure
2484     Revision:
2485       rhythmbox--main--0.9--patch-101
2488     modified files:
2489      ChangeLog configure.ac
2492 2004-07-23 23:12:38 GMT Christophe Fergeau <teuf@gnome.org>     patch-100
2494     Summary:
2495       Disable ctrl+f in the source list
2496     Revision:
2497       rhythmbox--main--0.9--patch-100
2500     modified files:
2501      ChangeLog sources/rb-sourcelist.c
2504 2004-07-23 20:45:42 GMT Christophe Fergeau <teuf@gnome.org>     patch-99
2506     Summary:
2507       Don't try to select invisible source otherwise we crash
2508     Revision:
2509       rhythmbox--main--0.9--patch-99
2512     modified files:
2513      ChangeLog shell/rb-shell.c
2516 2004-07-23 19:23:35 GMT Christophe Fergeau <teuf@gnome.org>     patch-98
2518     Summary:
2519       Fixed gnome-vfs >= 2.7.4 check when determining whether to use HAL
2520     Revision:
2521       rhythmbox--main--0.9--patch-98
2524     modified files:
2525      ChangeLog configure.ac
2528 2004-07-23 19:03:46 GMT Christophe Fergeau <teuf@gnome.org>     patch-97
2530     Summary:
2531       Cleaned up HAL iPod code, updated README.iPod
2532     Revision:
2533       rhythmbox--main--0.9--patch-97
2536     modified files:
2537      ChangeLog README.iPod configure.ac sources/rb-ipod-source.c
2540 2004-07-23 01:59:27 GMT Colin Walters <walters@verbum.org>      patch-96
2542     Summary:
2543       Update from CVS
2544     Revision:
2545       rhythmbox--main--0.9--patch-96
2548     modified files:
2549      ChangeLog po/ChangeLog po/cs.po po/pt_BR.po
2552 2004-07-23 01:55:56 GMT Colin Walters <walters@verbum.org>      patch-95
2554     Summary:
2555       fix shuffle infloop
2556     Revision:
2557       rhythmbox--main--0.9--patch-95
2560     modified files:
2561      ChangeLog shell/rb-shell-player.c shell/rb-statusbar.c
2564 2004-07-20 14:14:35 GMT Colin Walters <walters@verbum.org>      patch-94
2566     Summary:
2567       fix aclocal build (William Jon McCann)
2568     Revision:
2569       rhythmbox--main--0.9--patch-94
2572     modified files:
2573      ChangeLog autogen.sh
2576 2004-07-20 14:12:50 GMT Colin Walters <walters@verbum.org>      patch-93
2578     Summary:
2579       Update from CVS
2580     Revision:
2581       rhythmbox--main--0.9--patch-93
2584     modified files:
2585      ChangeLog po/ChangeLog po/POTFILES.in po/cs.po po/en_GB.po
2586      po/fr.po po/pa.po
2589 2004-07-15 03:53:00 GMT Colin Walters <walters@verbum.org>      patch-92
2591     Summary:
2592       view all menu item (Bastien Nocera)
2593     Revision:
2594       rhythmbox--main--0.9--patch-92
2597     modified files:
2598      ChangeLog data/ui/rhythmbox-ui.xml shell/rb-shell.c
2599      shell/rb-source-header.c
2602 2004-07-14 21:59:00 GMT Colin Walters <walters@verbum.org>      patch-91
2604     Summary:
2605       kill off monkeymedia
2606     Revision:
2607       rhythmbox--main--0.9--patch-91
2610     removed files:
2611      macros/.arch-ids/.cvsignore.id macros/.arch-ids/=id
2612      macros/.cvsignore macros/gst-element-check-0.6.m4
2613      macros/ogg.m4 macros/vorbis.m4
2614      metadata/monkey-media/.arch-ids/.arch-inventory.id
2615      metadata/monkey-media/.arch-ids/.cvsignore.id
2616      metadata/monkey-media/.arch-ids/=id
2617      metadata/monkey-media/.arch-ids/monkey-media-marshal.list.id
2618      metadata/monkey-media/.arch-inventory
2619      metadata/monkey-media/.cvsignore
2620      metadata/monkey-media/Makefile.am
2621      metadata/monkey-media/id3-vfs/.arch-ids/.cvsignore.id
2622      metadata/monkey-media/id3-vfs/.arch-ids/=id
2623      metadata/monkey-media/id3-vfs/.cvsignore
2624      metadata/monkey-media/monkey-media-marshal.list
2625      metadata/monkey-media/monkey-media-private.h
2626      metadata/monkey-media/monkey-media-stream-info.c
2627      metadata/monkey-media/monkey-media-stream-info.h
2628      metadata/monkey-media/monkey-media.c
2629      metadata/monkey-media/monkey-media.h
2630      metadata/monkey-media/stream-info-impl/.arch-ids/.arch-inventory.id
2631      metadata/monkey-media/stream-info-impl/.arch-ids/.cvsignore.id
2632      metadata/monkey-media/stream-info-impl/.arch-ids/=id
2633      metadata/monkey-media/stream-info-impl/.arch-inventory
2634      metadata/monkey-media/stream-info-impl/.cvsignore
2635      metadata/monkey-media/stream-info-impl/Makefile.am
2636      metadata/monkey-media/stream-info-impl/audiocd-stream-info-impl.c
2637      metadata/monkey-media/stream-info-impl/audiocd-stream-info-impl.h
2638      metadata/monkey-media/stream-info-impl/flac-stream-info-impl.c
2639      metadata/monkey-media/stream-info-impl/flac-stream-info-impl.h
2640      metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids/.arch-inventory.id
2641      metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids/.cvsignore.id
2642      metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids/=id
2643      metadata/monkey-media/stream-info-impl/id3-vfs/.arch-inventory
2644      metadata/monkey-media/stream-info-impl/id3-vfs/.cvsignore
2645      metadata/monkey-media/stream-info-impl/id3-vfs/Makefile.am
2646      metadata/monkey-media/stream-info-impl/id3-vfs/field.h
2647      metadata/monkey-media/stream-info-impl/id3-vfs/file.h
2648      metadata/monkey-media/stream-info-impl/id3-vfs/global.h
2649      metadata/monkey-media/stream-info-impl/id3-vfs/id3-vfs.c
2650      metadata/monkey-media/stream-info-impl/id3-vfs/id3-vfs.h
2651      metadata/monkey-media/stream-info-impl/id3-vfs/mp3bitrate.c
2652      metadata/monkey-media/stream-info-impl/id3-vfs/mp3bitrate.h
2653      metadata/monkey-media/stream-info-impl/id3-vfs/tag.h
2654      metadata/monkey-media/stream-info-impl/mp3-stream-info-impl.c
2655      metadata/monkey-media/stream-info-impl/mp3-stream-info-impl.h
2656      metadata/monkey-media/stream-info-impl/mp4-stream-info-impl.c
2657      metadata/monkey-media/stream-info-impl/mp4-stream-info-impl.h
2658      metadata/monkey-media/stream-info-impl/ogg-helper.c
2659      metadata/monkey-media/stream-info-impl/ogg-helper.h
2660      metadata/monkey-media/stream-info-impl/vorbis-stream-info-impl.c
2661      metadata/monkey-media/stream-info-impl/vorbis-stream-info-impl.h
2663     modified files:
2664      ChangeLog configure.ac metadata/Makefile.am shell/Makefile.am
2666     removed directories:
2667      macros macros/.arch-ids metadata/monkey-media
2668      metadata/monkey-media/.arch-ids metadata/monkey-media/id3-vfs
2669      metadata/monkey-media/id3-vfs/.arch-ids
2670      metadata/monkey-media/stream-info-impl
2671      metadata/monkey-media/stream-info-impl/.arch-ids
2672      metadata/monkey-media/stream-info-impl/id3-vfs
2673      metadata/monkey-media/stream-info-impl/id3-vfs/.arch-ids
2676 2004-07-14 18:39:16 GMT Colin Walters <walters@verbum.org>      patch-90
2678     Summary:
2679       hal linking fix, automake1.8 workaround (Bastien Nocera)
2680     Revision:
2681       rhythmbox--main--0.9--patch-90
2684     modified files:
2685      ChangeLog configure.ac
2688 2004-07-14 15:50:28 GMT Colin Walters <walters@verbum.org>      patch-89
2690     Summary:
2691       terminate cvs Id tag with extreme prejudice
2692     Revision:
2693       rhythmbox--main--0.9--patch-89
2696     modified files:
2697      ChangeLog sources/itunesdb.h
2700 2004-07-14 02:29:49 GMT Colin Walters <walters@verbum.org>      patch-88
2702     Summary:
2703       merge from 0.8
2704     Revision:
2705       rhythmbox--main--0.9--patch-88
2707     Patches applied:
2708     
2709      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-84
2710        PURGE EVIL: don't iterate over pending events in the middle of a random function
2711     
2712      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-85
2713        change small display keybinding to f3, so as not to conflict with accessibility
2714     
2715      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-86
2716        on second thought, use Calum's suggestions for keybindings
2717     
2718      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-87
2719        disable pausing hack for now, and fix up state checks
2720     
2721      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-88
2722        Update from CVS
2723     
2724      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-89
2725        upd NEWS
2726     
2727      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-90
2728        revert changes to undo device freeing
2729     
2730      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-91
2731        remote note about device releasing
2732     
2733      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-92
2734        merge xine metadata loading from 0.9
2735     
2736      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-93
2737        upd NEWS
2738     
2739      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-94
2740        release 0.8.5
2741     
2742      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-95
2743        Update from CVS
2744     
2745      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-96
2746        sync with CVS
2747     
2748      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-97
2749        backport cmdline args fix from 0.9
2750     
2751      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-98
2752        avoid spurious dep on newer libgnomeui
2753     
2754      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-99
2755        Update from CVS
2756     
2758     new files:
2759      po/.arch-ids/eu.po.id po/.arch-ids/he.po.id
2760      po/.arch-ids/ru.po.id po/.arch-ids/sk.po.id po/eu.po po/he.po
2761      po/ru.po po/sk.po
2763     removed files:
2764      po/ru.po
2766     modified files:
2767      ChangeLog configure.ac player/rb-player-gst.c po/ChangeLog
2768      po/az.po po/en_CA.po po/es.po po/et.po po/fi.po po/nl.po
2769      shell/main.c shell/rb-shell.c shell/rb-source-header.c
2771     new patches:
2772      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-84
2773      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-85
2774      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-86
2775      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-87
2776      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-88
2777      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-89
2778      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-90
2779      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-91
2780      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-92
2781      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-93
2782      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-94
2783      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-95
2784      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-96
2785      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-97
2786      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-98
2787      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-99
2790 2004-07-14 02:06:16 GMT Colin Walters <walters@verbum.org>      patch-87
2792     Summary:
2793       merge from 0.8
2794     Revision:
2795       rhythmbox--main--0.9--patch-87
2797     Patches applied:
2798     
2799      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-79
2800        Improved translation for 1 string
2801     
2802      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-80
2803        Update from CVS
2804     
2805      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-81
2806        Update from CVS
2807     
2808      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-82
2809        add sk to ALL_LINGUAS
2810     
2811      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-83
2812        don't crash on duplicate rhythmdb entries
2813     
2815     new files:
2816      po/.arch-ids/is.po.id po/is.po
2818     modified files:
2819      ChangeLog configure.ac po/ChangeLog po/bg.po po/el.po po/it.po
2821     new patches:
2822      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-79
2823      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-80
2824      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-81
2825      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-82
2826      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-83
2829 2004-07-12 21:28:54 GMT Christophe Fergeau <teuf@gnome.org>     patch-86
2831     Summary:
2832       Don\t
2833     Revision:
2834       rhythmbox--main--0.9--patch-86
2837     modified files:
2838      ChangeLog sources/rb-ipod-source.c
2841 2004-07-12 21:18:18 GMT Christophe Fergeau <teuf@gnome.org>     patch-85
2843     Summary:
2844       Added iPod code using either HAL or the GnomeVFSVolumeMonitor stuff
2845     Revision:
2846       rhythmbox--main--0.9--patch-85
2849     modified files:
2850      ChangeLog configure.ac rhythmdb/rhythmdb-tree.c
2851      sources/itunesdb.c sources/itunesdb.h sources/rb-ipod-source.c
2852      sources/rb-ipod-source.h sources/rb-source.c
2855 2004-07-12 20:01:23 GMT Christophe Fergeau <teuf@gnome.org>     patch-84
2857     Summary:
2858       Added back some more stuff which was lost during the arch screw up
2859     Revision:
2860       rhythmbox--main--0.9--patch-84
2863     modified files:
2864      ChangeLog sources/rb-sourcelist.c
2867 2004-07-12 19:34:18 GMT Christophe Fergeau <teuf@gnome.org>     patch-83
2869     Summary:
2870       Readded the 'visibility' property to RBSource to be able to dynamically show/hide sources in the source list. Hopefully I did the merge correctly
2871     Revision:
2872       rhythmbox--main--0.9--patch-83
2875     modified files:
2876      ChangeLog sources/rb-source.c sources/rb-sourcelist-model.c
2877      sources/rb-sourcelist-model.h sources/rb-sourcelist.c
2878      sources/rb-sourcelist.h
2881 2004-07-10 15:04:36 GMT Colin Walters <walters@verbum.org>      patch-82
2883     Summary:
2884       a few amd64 portability fixes (Eskil Heyn Olsen)
2885     Revision:
2886       rhythmbox--main--0.9--patch-82
2889     modified files:
2890      ChangeLog rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
2891      shell/rb-shell.c sources/itunesdb.c
2894 2004-07-02 17:39:43 GMT Christophe Fergeau <teuf@gnome.org>     patch-81
2896     Summary:
2897       Properly hide the unecessary browser panes at startup
2898     Revision:
2899       rhythmbox--main--0.9--patch-81
2902     modified files:
2903      ChangeLog sources/rb-library-source.c
2906 2004-06-30 14:50:02 GMT Colin Walters <walters@verbum.org>      patch-80
2908     Summary:
2909       always set dummy mime type for new entries 
2910     Revision:
2911       rhythmbox--main--0.9--patch-80
2914     modified files:
2915      ChangeLog rhythmdb/rhythmdb.c
2918 2004-06-30 14:16:59 GMT Colin Walters <walters@verbum.org>      patch-79
2920     Summary:
2921       fix possibly uninitialized variable
2922     Revision:
2923       rhythmbox--main--0.9--patch-79
2926     modified files:
2927      ChangeLog lib/totem-pl-parser.c
2930 2004-06-30 14:08:17 GMT Colin Walters <walters@verbum.org>      patch-78
2932     Summary:
2933       reimplement playlist parser and related code (merge with totem)
2934     Revision:
2935       rhythmbox--main--0.9--patch-78
2938     new files:
2939      lib/.arch-ids/totemplparser-marshal.list.id
2940      lib/totemplparser-marshal.list
2942     modified files:
2943      ChangeLog lib/.arch-inventory lib/Makefile.am
2944      lib/totem-pl-parser.c lib/totem-pl-parser.h
2945      shell/rb-playlist-manager.c shell/rb-shell-player.c
2946      shell/rb-shell.c sources/rb-iradio-source.c
2947      sources/rb-playlist-source.c
2949     renamed files:
2950      lib/rb-playlist.c
2951        ==> lib/totem-pl-parser.c
2952      lib/rb-playlist.h
2953        ==> lib/totem-pl-parser.h
2956 2004-06-24 20:41:58 GMT Christophe Fergeau <teuf@gnome.org>     patch-77
2958     Summary:
2959       Fixed setting of the track number in the SongInfo widget
2960     Revision:
2961       rhythmbox--main--0.9--patch-77
2963     Patches applied:
2964     
2965      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-8
2966        Fixed setting of the track number in the SongInfo widget
2967     
2969     modified files:
2970      ChangeLog widgets/rb-song-info.c
2972     new patches:
2973      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-8
2976 2004-06-24 20:37:56 GMT Christophe Fergeau <teuf@gnome.org>     patch-76
2978     Summary:
2979       Use the correct GTypes when syncing metadata changes from the SongInfo widget to disk
2980     Revision:
2981       rhythmbox--main--0.9--patch-76
2983     Patches applied:
2984     
2985      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-7
2986        Use the correct GTypes when syncing metadata changes from the SongInfo widget to disk
2987     
2989     modified files:
2990      ChangeLog widgets/rb-song-info.c
2992     new patches:
2993      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-7
2996 2004-06-24 19:30:38 GMT Christophe Fergeau <teuf@gnome.org>     patch-75
2998     Summary:
2999       Fixed assertion when a duration tag is read
3000     Revision:
3001       rhythmbox--main--0.9--patch-75
3003     Patches applied:
3004     
3005      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-6
3006        Fixed assertion when a file contains a duration tag
3007     
3009     modified files:
3010      ChangeLog metadata/rb-metadata-gst.c
3012     new patches:
3013      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-6
3016 2004-06-24 19:14:14 GMT Christophe Fergeau <teuf@gnome.org>     patch-74
3018     Summary:
3019       Fixed accelerators using Space
3020     Revision:
3021       rhythmbox--main--0.9--patch-74
3023     Patches applied:
3024     
3025      * teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-5
3026        Changed Space to space in accelerator definitions
3027     
3029     modified files:
3030      ChangeLog shell/rb-shell-player.c
3032     new patches:
3033      teuf@gnome.org--2004/rhythmbox--tags--0.9--patch-5
3036 2004-06-22 20:39:06 GMT Colin Walters <walters@verbum.org>      patch-73
3038     Summary:
3039       comply with latest HIG recommendations on name
3040     Revision:
3041       rhythmbox--main--0.9--patch-73
3044     modified files:
3045      ChangeLog data/rhythmbox.desktop.in
3048 2004-06-22 14:50:20 GMT Colin Walters <walters@verbum.org>      patch-72
3050     Summary:
3051       xine metadata backend (Bastien Nocera)
3052     Revision:
3053       rhythmbox--main--0.9--patch-72
3056     new files:
3057      metadata/rb-metadata-xine.c
3059     modified files:
3060      ChangeLog configure.ac metadata/Makefile.am
3063 2004-06-22 14:34:03 GMT Colin Walters <walters@verbum.org>      patch-71
3065     Summary:
3066       fix perms on rb dir creation
3067     Revision:
3068       rhythmbox--main--0.9--patch-71
3071     modified files:
3072      ChangeLog lib/rb-file-helpers.c
3075 2004-06-07 20:53:31 GMT Christophe Fergeau <teuf@gnome.org>     patch-70
3077     Summary:
3078       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
3079     Revision:
3080       rhythmbox--main--0.9--patch-70
3083     modified files:
3084      ChangeLog README autogen.sh
3087 2004-05-26 16:38:51 GMT Christophe Fergeau <teuf@gnome.org>     patch-69
3089     Summary:
3090       Improved translation for 1 string
3091     Revision:
3092       rhythmbox--main--0.9--patch-69
3095     modified files:
3096      ChangeLog po/ChangeLog po/fr.po
3099 2004-05-19 19:09:30 GMT Colin Walters <walters@verbum.org>      patch-68
3101     Summary:
3102       merge from 0.8
3103     Revision:
3104       rhythmbox--main--0.9--patch-68
3106     Patches applied:
3107     
3108      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-49
3109        plug a memory leak
3110     
3111      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-50
3112        don't crash on gnome-panel restart (Bastien Nocera)
3113     
3114      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-51
3115        Update from CVS
3116     
3117      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-52
3118        disable authentication callback, it breaks too much stuff
3119     
3120      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-53
3121        upd NEWS
3122     
3123      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-54
3124        release 0.8.3
3125     
3126      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-55
3127        Update from CVS
3128     
3129      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-56
3130        fix uninitialized value
3131     
3132      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-57
3133        squash minor memory leak
3134     
3135      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-58
3136        plug a few more relatively minor memory leaks
3137     
3138      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-59
3139        another minor memory leak
3140     
3141      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-60
3142        another memory leak
3143     
3144      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-61
3145        check return values of gst_element_link_many
3146     
3147      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-62
3148        reverse previous changeset, it didn't make sense
3149     
3150      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-63
3151        clean up pipeline unreffing a bit, be sure to unref volume_dparam
3152     
3153      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-64
3154        free bonobo args
3155     
3156      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-65
3157        fix initial sorting
3158     
3159      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-66
3160        really fix initial sorting
3161     
3162      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-67
3163        Update from CVS
3164     
3165      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-68
3166        restore size queries in editor
3167     
3168      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-69
3169        fix size-limited automatic playlists
3170     
3171      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-70
3172        fix seeking on short tracks (Juergen Kreileder)
3173     
3174      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-72
3175        sync buttons after play order change
3176     
3177      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-73
3178        make supported types dynamic, test for faad at runtime and add m4a if available
3179     
3180      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-74
3181        play even 0-rated songs sometimes (Nils Philippsen)
3182     
3183      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-75
3184        Update from CVS
3185     
3186      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-76
3187        Update from CVS
3188     
3189      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-77
3190        upd NEWS
3191     
3192      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-78
3193        release 0.8.4
3194     
3196     modified files:
3197      ChangeLog lib/rb-playlist.c metadata/rb-metadata-gst.c
3198      player/rb-player-gst.c po/ChangeLog po/ca.po po/de.po po/et.po
3199      po/nl.po po/no.po po/pt.po po/sv.po
3200      rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb.c
3201      shell/main.c shell/rb-play-order-random-by-age-and-rating.c
3202      shell/rb-playlist-manager.c shell/rb-shell-player.c
3203      shell/rb-shell.c sources/rb-library-source.c
3204      widgets/rb-entry-view.c widgets/rb-header.c
3205      widgets/rb-query-creator.c
3207     new patches:
3208      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-49
3209      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-50
3210      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-51
3211      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-52
3212      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-53
3213      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-54
3214      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-55
3215      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-56
3216      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-57
3217      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-58
3218      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-59
3219      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-60
3220      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-61
3221      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-62
3222      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-63
3223      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-64
3224      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-65
3225      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-66
3226      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-67
3227      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-68
3228      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-69
3229      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-70
3230      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-72
3231      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-73
3232      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-74
3233      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-75
3234      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-76
3235      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-77
3236      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-78
3239 2004-05-17 18:34:57 GMT Christophe Fergeau <teuf@gnome.org>     patch-67
3241     Summary:
3242       Fixed typo in French translation
3243     Revision:
3244       rhythmbox--main--0.9--patch-67
3246     Patches applied:
3247     
3248      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-71
3249        Fixed typo in French translation
3250     
3252     modified files:
3253      ChangeLog player/rb-player-gst.c po/fr.po
3255     new patches:
3256      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-71
3259 2004-05-14 19:04:09 GMT Colin Walters <walters@verbum.org>      patch-66
3261     Summary:
3262       fix another infloop in state change syncing
3263     Revision:
3264       rhythmbox--main--0.9--patch-66
3267     modified files:
3268      ChangeLog shell/rb-shell-player.c
3271 2004-05-13 21:50:38 GMT Colin Walters <walters@verbum.org>      patch-65
3273     Summary:
3274       really fix infloop in shuffle/repeat change
3275     Revision:
3276       rhythmbox--main--0.9--patch-65
3279     modified files:
3280      ChangeLog shell/rb-statusbar.c
3283 2004-05-13 21:16:47 GMT Colin Walters <walters@verbum.org>      patch-64
3285     Summary:
3286       change keybinding for shuffle to Ctrl-U
3287     Revision:
3288       rhythmbox--main--0.9--patch-64
3291     modified files:
3292      ChangeLog shell/rb-shell-player.c shell/rb-statusbar.c
3295 2004-05-13 21:16:00 GMT Colin Walters <walters@verbum.org>      patch-63
3297     Summary:
3298       fix statusbar visibility sync
3299     Revision:
3300       rhythmbox--main--0.9--patch-63
3303     modified files:
3304      ChangeLog shell/rb-statusbar.c
3307 2004-05-13 03:27:33 GMT Colin Walters <walters@verbum.org>      patch-62
3309     Summary:
3310       restore tray icon popup
3311     Revision:
3312       rhythmbox--main--0.9--patch-62
3315     modified files:
3316      ChangeLog data/ui/rhythmbox-ui.xml shell/rb-shell.c
3317      shell/rb-tray-icon.c shell/rb-tray-icon.h
3320 2004-05-13 02:15:53 GMT Colin Walters <walters@verbum.org>      patch-61
3322     Summary:
3323       actually add tray icon icon to its container
3324     Revision:
3325       rhythmbox--main--0.9--patch-61
3328     modified files:
3329      ChangeLog shell/rb-tray-icon.c
3332 2004-05-13 02:06:42 GMT Colin Walters <walters@verbum.org>      patch-60
3334     Summary:
3335       fix deserialization and display of negative/zero values, fix serialization
3336     Revision:
3337       rhythmbox--main--0.9--patch-60
3340     modified files:
3341      ChangeLog rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
3342      widgets/rb-entry-view.c
3345 2004-05-13 01:52:06 GMT Colin Walters <walters@verbum.org>      patch-59
3347     Summary:
3348       don't display track numbers of 0
3349     Revision:
3350       rhythmbox--main--0.9--patch-59
3353     modified files:
3354      ChangeLog widgets/rb-entry-view.c
3357 2004-05-12 21:09:25 GMT Christophe Fergeau <teuf@gnome.org>     patch-58
3359     Summary:
3360       Updated README to add tips about what to do when one has issues importing a file to the library (this time properly)
3361     Revision:
3362       rhythmbox--main--0.9--patch-58
3365     modified files:
3366      ChangeLog README
3369 2004-05-12 20:50:25 GMT Christophe Fergeau <teuf@gnome.org>     patch-57
3371     Summary:
3372       Reverted previous patch which contained changes I didn't want to apply
3373     Revision:
3374       rhythmbox--main--0.9--patch-57
3377     modified files:
3378      ChangeLog README autogen.sh configure.ac
3381 2004-05-12 20:15:24 GMT Christophe Fergeau <teuf@gnome.org>     patch-56
3383     Summary:
3384       Updated README to add tips about what to do when one has issues importing a file to the library
3385     Revision:
3386       rhythmbox--main--0.9--patch-56
3389     modified files:
3390      ChangeLog README autogen.sh configure.ac
3393 2004-05-10 17:24:44 GMT Colin Walters <walters@verbum.org>      patch-55
3395     Summary:
3396       fix compilation when optimization is enabled
3397     Revision:
3398       rhythmbox--main--0.9--patch-55
3401     modified files:
3402      ChangeLog rhythmdb/rb-refstring.c rhythmdb/rb-refstring.h
3405 2004-05-08 23:07:23 GMT Colin Walters <walters@verbum.org>      patch-54
3407     Summary:
3408       put inventory ignore in the right place
3409     Revision:
3410       rhythmbox--main--0.9--patch-54
3413     modified files:
3414      ChangeLog remote/.arch-inventory remote/bonobo/.arch-inventory
3417 2004-05-08 23:06:31 GMT Colin Walters <walters@verbum.org>      patch-53
3419     Summary:
3420       fix build
3421     Revision:
3422       rhythmbox--main--0.9--patch-53
3425     removed files:
3426      remote/bonobo/component/.arch-ids/.arch-inventory.id
3427      remote/bonobo/component/.arch-ids/.cvsignore.id
3428      remote/bonobo/component/.arch-ids/=id
3429      remote/bonobo/component/.arch-inventory
3430      remote/bonobo/component/.cvsignore
3431      remote/bonobo/component/Makefile.am
3433     modified files:
3434      ChangeLog configure.ac remote/.arch-inventory
3435      remote/bonobo/Makefile.am
3436      remote/bonobo/rb-nautilus-context-menu.c
3438     renamed files:
3439      remote/bonobo/component/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
3440        ==> remote/bonobo/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
3441      remote/bonobo/component/Rhythmbox_Nautilus_Context_Menu.server.in.in
3442        ==> remote/bonobo/Rhythmbox_Nautilus_Context_Menu.server.in.in
3443      remote/bonobo/component/libmain.c
3444        ==> remote/bonobo/libmain.c
3445      remote/bonobo/component/rb-nautilus-context-menu.c
3446        ==> remote/bonobo/rb-nautilus-context-menu.c
3447      remote/bonobo/component/rb-nautilus-context-menu.h
3448        ==> remote/bonobo/rb-nautilus-context-menu.h
3450     removed directories:
3451      remote/bonobo/component remote/bonobo/component/.arch-ids
3454 2004-05-08 19:43:26 GMT Colin Walters <walters@verbum.org>      patch-52
3456     Summary:
3457       initial port to GtkAction, factor bonobo bits out into remote/bonobo (broken atm)
3458     Revision:
3459       rhythmbox--main--0.9--patch-52
3461     Still to do: popup menus
3462     
3463     Patches applied:
3464     
3465      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--base-0
3466        tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9--patch-50
3467     
3468      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-1
3469        digging in
3470     
3471      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-2
3472        convert almost all code to GtkAction, ifdef/purge bonobo bits
3473     
3474      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-3
3475        massive hackery on making it run, still broken
3476     
3477      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-4
3478        remove last bonobo traces for now
3479     
3480      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-5
3481        fix xml and some command names
3482     
3483      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-6
3484        general bonobo purge, pending rewrite
3485     
3486      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-7
3487        move corba stuff into remote/
3488     
3489      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-8
3490        make it actually compile
3491     
3492      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-9
3493        add some inventory ignores
3494     
3495      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-10
3496        remove gconf notifiers
3497     
3498      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-11
3499        remove gconf notifier, don't sync state if it already matches
3500     
3501      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-12
3502        handle delete_event
3503     
3504      * walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-13
3505        add accel group (keybindings are good!)
3506     
3508     new files:
3509      remote/.arch-ids/.arch-inventory.id remote/.arch-ids/=id
3510      remote/.arch-inventory remote/Makefile.am
3512     removed files:
3513      lib/rb-bonobo-helpers.c lib/rb-bonobo-helpers.h
3515     modified files:
3516      ChangeLog Makefile.am autogen.sh configure.ac
3517      data/ui/Makefile.am data/ui/rhythmbox-ui.xml lib/Makefile.am
3518      lib/rb-file-helpers.c remote/bonobo/Makefile.am
3519      remote/bonobo/component/Makefile.am
3520      remote/bonobo/component/rb-nautilus-context-menu.c
3521      shell/Makefile.am shell/main.c shell/rb-playlist-manager.c
3522      shell/rb-playlist-manager.h shell/rb-shell-clipboard.c
3523      shell/rb-shell-clipboard.h shell/rb-shell-player.c
3524      shell/rb-shell-player.h shell/rb-shell.c shell/rb-shell.h
3525      shell/rb-source-header.c shell/rb-source-header.h
3526      shell/rb-statusbar.c shell/rb-statusbar.h shell/rb-tray-icon.c
3527      shell/rb-tray-icon.h sources/rb-iradio-source.c
3528      sources/rb-iradio-source.h sources/rb-library-source.c
3529      sources/rb-library-source.h sources/rb-playlist-source.c
3530      sources/rb-playlist-source.h sources/rb-source.c
3531      sources/rb-source.h widgets/rb-volume.c
3533     renamed files:
3534      component/.arch-ids/.arch-inventory.id
3535        ==> remote/bonobo/component/.arch-ids/.arch-inventory.id
3536      component/.arch-ids/.cvsignore.id
3537        ==> remote/bonobo/component/.arch-ids/.cvsignore.id
3538      component/.arch-ids/=id
3539        ==> remote/bonobo/component/.arch-ids/=id
3540      component/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
3541        ==> remote/bonobo/component/.arch-ids/Rhythmbox_Nautilus_Context_Menu.server.in.in.id
3542      corba/.arch-ids/.arch-inventory.id
3543        ==> remote/bonobo/.arch-ids/.arch-inventory.id
3544      corba/.arch-ids/.cvsignore.id
3545        ==> remote/bonobo/.arch-ids/.cvsignore.id
3546      corba/.arch-ids/=id
3547        ==> remote/bonobo/.arch-ids/=id
3549     new directories:
3550      remote remote/.arch-ids remote/bonobo/.arch-ids
3551      remote/bonobo/component/.arch-ids
3553     removed directories:
3554      component/.arch-ids corba/.arch-ids
3556     renamed directories:
3557      component
3558        ==> remote/bonobo/component
3559      corba
3560        ==> remote/bonobo
3562     new patches:
3563      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--base-0
3564      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-1
3565      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-2
3566      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-3
3567      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-4
3568      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-5
3569      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-6
3570      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-7
3571      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-8
3572      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-9
3573      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-10
3574      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-11
3575      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-12
3576      walters@rhythmbox.org--2003b/rhythmbox--gtkaction--0.9--patch-13
3579 2004-05-06 21:31:19 GMT Colin Walters <walters@verbum.org>      patch-51
3581     Summary:
3582       remove unused update var
3583     Revision:
3584       rhythmbox--main--0.9--patch-51
3587     modified files:
3588      ChangeLog rhythmdb/rhythmdb-query-model.c
3591 2004-05-04 03:12:23 GMT Colin Walters <walters@verbum.org>      patch-50
3593     Summary:
3594       merge from rhythmdb: use refcounted strings 
3595     Revision:
3596       rhythmbox--main--0.9--patch-50
3598     Patches applied:
3599     
3600      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-36
3601        merge from main
3602     
3603      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-37
3604        hacking on refcounting strings (still very broken)
3605     
3606      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-38
3607        initialize last_played, various refstring fixes
3608     
3609      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-39
3610        merge from main
3611     
3612      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-40
3613        move some stuff into rhythmdb/
3614     
3615      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-41
3616        fix marshal refs, handle null mimetype on set
3617     
3618      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-42
3619        actually use new values in tree indices (fixes importing)
3620     
3622     new files:
3623      rhythmdb/.arch-ids/rhythmdb-marshal.list.id
3624      rhythmdb/rb-refstring.c rhythmdb/rb-refstring.h
3625      rhythmdb/rhythmdb-marshal.list
3627     modified files:
3628      ChangeLog iradio/rb-station-properties-dialog.c
3629      lib/Makefile.am rhythmdb/.arch-inventory rhythmdb/Makefile.am
3630      rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
3631      rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h shell/main.c
3632      shell/rb-shell-player.c shell/rb-shell.c
3633      sources/rb-library-source.c sources/rb-playlist-source.c
3634      widgets/rb-entry-view.c widgets/rb-header.c
3635      widgets/rb-song-info.c
3637     renamed files:
3638      lib/gsequence.c
3639        ==> rhythmdb/gsequence.c
3640      lib/gsequence.h
3641        ==> rhythmdb/gsequence.h
3643     new patches:
3644      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-36
3645      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-37
3646      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-38
3647      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-39
3648      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-40
3649      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-41
3650      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-42
3653 2004-05-03 06:30:19 GMT Colin Walters <walters@verbum.org>      patch-49
3655     Summary:
3656       cleanup: delete empty dirs, move some widgets to widgets/
3657     Revision:
3658       rhythmbox--main--0.9--patch-49
3661     removed files:
3662      lib/toolbar/.arch-ids/.cvsignore.id lib/toolbar/.arch-ids/=id
3663      lib/toolbar/.cvsignore lib/update-from-egg.sh
3664      lib/view/.arch-ids/.cvsignore.id lib/view/.arch-ids/=id
3665      lib/view/.cvsignore lib/widgets/.arch-ids/.cvsignore.id
3666      lib/widgets/.arch-ids/=id lib/widgets/.cvsignore
3668     modified files:
3669      ChangeLog lib/Makefile.am lib/rb-file-helpers.c
3670      widgets/Makefile.am
3672     renamed files:
3673      lib/.arch-ids/eggtrayicon.c.id
3674        ==> widgets/.arch-ids/eggtrayicon.c.id
3675      lib/.arch-ids/eggtrayicon.h.id
3676        ==> widgets/.arch-ids/eggtrayicon.h.id
3677      lib/.arch-ids/gst-hig-dialog.c.id
3678        ==> widgets/.arch-ids/gst-hig-dialog.c.id
3679      lib/.arch-ids/gst-hig-dialog.h.id
3680        ==> widgets/.arch-ids/gst-hig-dialog.h.id
3681      lib/disclosure-widget.c
3682        ==> widgets/disclosure-widget.c
3683      lib/disclosure-widget.h
3684        ==> widgets/disclosure-widget.h
3685      lib/eel-gconf-extensions.c
3686        ==> widgets/eel-gconf-extensions.c
3687      lib/eel-gconf-extensions.h
3688        ==> widgets/eel-gconf-extensions.h
3689      lib/eggtrayicon.c
3690        ==> widgets/eggtrayicon.c
3691      lib/eggtrayicon.h
3692        ==> widgets/eggtrayicon.h
3693      lib/gst-hig-dialog.c
3694        ==> widgets/gst-hig-dialog.c
3695      lib/gst-hig-dialog.h
3696        ==> widgets/gst-hig-dialog.h
3697      lib/rb-dialog.c
3698        ==> widgets/rb-dialog.c
3699      lib/rb-dialog.h
3700        ==> widgets/rb-dialog.h
3702     removed directories:
3703      lib/toolbar lib/toolbar/.arch-ids lib/view lib/view/.arch-ids
3704      lib/widgets lib/widgets/.arch-ids
3707 2004-05-03 06:14:37 GMT Colin Walters <walters@verbum.org>      patch-48
3709     Summary:
3710       kill off egg dir
3711     Revision:
3712       rhythmbox--main--0.9--patch-48
3715     removed files:
3716      lib/egg/.arch-ids/.cvsignore.id lib/egg/.arch-ids/=id
3717      lib/egg/.cvsignore
3719     modified files:
3720      ChangeLog
3722     removed directories:
3723      lib/egg lib/egg/.arch-ids
3726 2004-05-03 02:56:24 GMT Colin Walters <walters@verbum.org>      patch-47
3728     Summary:
3729       more import hackery
3730     Revision:
3731       rhythmbox--main--0.9--patch-47
3734     modified files:
3735      ChangeLog rhythmdb/rhythmdb.c
3738 2004-05-03 02:43:36 GMT Colin Walters <walters@verbum.org>      patch-46
3740     Summary:
3741       fix up type bits, and make importing in general work
3742     Revision:
3743       rhythmbox--main--0.9--patch-46
3746     modified files:
3747      ChangeLog metadata/rb-metadata-common.c
3748      metadata/rb-metadata-gst.c metadata/rb-metadata.h
3749      rhythmdb/rhythmdb-tree.c rhythmdb/rhythmdb.c
3752 2004-05-03 01:28:48 GMT Colin Walters <walters@verbum.org>      patch-45
3754     Summary:
3755       fix command line processing with gstreamer
3756     Revision:
3757       rhythmbox--main--0.9--patch-45
3760     modified files:
3761      ChangeLog shell/main.c
3764 2004-05-03 00:50:03 GMT Colin Walters <walters@verbum.org>      patch-44
3766     Summary:
3767       don't write nulls into db
3768     Revision:
3769       rhythmbox--main--0.9--patch-44
3772     modified files:
3773      ChangeLog rhythmdb/rhythmdb-tree.c
3776 2004-05-03 00:45:28 GMT Colin Walters <walters@verbum.org>      patch-43
3778     Summary:
3779       display playing source in source column
3780     Revision:
3781       rhythmbox--main--0.9--patch-43
3784     modified files:
3785      ChangeLog shell/rb-shell-player.c shell/rb-shell-player.h
3786      shell/rb-shell.c sources/rb-sourcelist-model.c
3787      sources/rb-sourcelist-model.h sources/rb-sourcelist.c
3788      sources/rb-sourcelist.h
3791 2004-05-02 16:10:24 GMT Colin Walters <walters@verbum.org>      patch-42
3793     Summary:
3794       merge from rhythmdb branch: make RhythmDBEntry a struct, other misc bits 
3795     Revision:
3796       rhythmbox--main--0.9--patch-42
3798     Patches applied:
3799     
3800      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-14
3801        merge from main
3802     
3803      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-15
3804        merge from main
3805     
3806      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-16
3807        make RhythmDBEntry into a struct
3808     
3809      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-17
3810        major hackery
3811     
3812      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-18
3813        fix dialog prototype
3814     
3815      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-19
3816        lots of hackery, very broken 
3817     
3818      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-20
3819        work on saving
3820     
3821      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-21
3822        fix saving a bit more, etc
3823     
3824      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-22
3825        refactor get, other stuff
3826     
3827      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-23
3828        remove unsaved props, other hackery
3829     
3830      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-24
3831        kill off RBFileMonitor
3832     
3833      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-25
3834        inlining for accessors, fix saving and querying
3835     
3836      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-26
3837        fix prototype
3838     
3839      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-27
3840        fix all accessors to use entry directly, type cleanups, etc 
3841     
3842      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-28
3843        merge from main
3844     
3845      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-29
3846        she boots!
3847     
3848      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-30
3849        kill off debug COMMIT print (bad Benjamin!)
3850     
3851      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-31
3852        fix album sorting function
3853     
3854      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-32
3855        change more types into gulong
3856     
3857      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-33
3858        access TITLE_FOLDED prop too
3859     
3860      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-34
3861        more work on de-threading
3862     
3863      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-35
3864        make LIKE queries work, actually insert entry in tree db after deserializing
3865     
3867     new files:
3868      rhythmdb/rhythmdb-private.h
3870     removed files:
3871      lib/rb-file-monitor.c lib/rb-file-monitor.h
3873     modified files:
3874      ChangeLog iradio/rb-station-properties-dialog.c
3875      lib/Makefile.am rhythmdb/Makefile.am
3876      rhythmdb/rhythmdb-property-model.c
3877      rhythmdb/rhythmdb-query-model.c rhythmdb/rhythmdb-tree.c
3878      rhythmdb/rhythmdb-tree.h rhythmdb/rhythmdb.c
3879      rhythmdb/rhythmdb.h
3880      shell/rb-play-order-random-by-age-and-rating.c
3881      shell/rb-play-order-random-by-age.c
3882      shell/rb-play-order-random-by-rating.c shell/rb-shell-player.c
3883      shell/rb-shell.c sources/rb-iradio-source.c
3884      sources/rb-library-source.c sources/rb-playlist-source.c
3885      sources/rb-source.c widgets/rb-entry-view.c
3886      widgets/rb-header.c widgets/rb-song-info.c
3888     new patches:
3889      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-14
3890      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-15
3891      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-16
3892      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-17
3893      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-18
3894      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-19
3895      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-20
3896      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-21
3897      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-22
3898      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-23
3899      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-24
3900      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-25
3901      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-26
3902      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-27
3903      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-28
3904      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-29
3905      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-30
3906      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-31
3907      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-32
3908      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-33
3909      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-34
3910      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-35
3913 2004-05-01 15:26:48 GMT Colin Walters <walters@verbum.org>      patch-41
3915     Summary:
3916       avoid multiple error dialogs
3917     Revision:
3918       rhythmbox--main--0.9--patch-41
3921     modified files:
3922      ChangeLog shell/rb-shell-player.c
3925 2004-05-01 15:21:40 GMT Colin Walters <walters@verbum.org>      patch-40
3927     Summary:
3928       fix error dialog to actually display formatted text and go away when clicked
3929     Revision:
3930       rhythmbox--main--0.9--patch-40
3933     modified files:
3934      ChangeLog lib/rb-dialog.c
3937 2004-05-01 04:30:29 GMT Colin Walters <walters@verbum.org>      patch-39
3939     Summary:
3940       revert accidentally applied patch
3941     Revision:
3942       rhythmbox--main--0.9--patch-39
3945     modified files:
3946      ChangeLog widgets/rb-query-creator.c
3949 2004-05-01 03:14:21 GMT Colin Walters <walters@verbum.org>      patch-38
3951     Summary:
3952       re-fix compilation
3953     Revision:
3954       rhythmbox--main--0.9--patch-38
3957     modified files:
3958      ChangeLog shell/rb-shell-player.c widgets/rb-query-creator.c
3961 2004-05-01 03:05:15 GMT Colin Walters <walters@verbum.org>      patch-37
3963     Summary:
3964       prune old 0.6 history
3965     Revision:
3966       rhythmbox--main--0.9--patch-37
3969     modified files:
3970      ChangeLog
3973 2004-05-01 02:57:57 GMT Colin Walters <walters@verbum.org>      patch-36
3975     Summary:
3976       current merge complete, sync tree with 0.8
3977     Revision:
3978       rhythmbox--main--0.9--patch-36
3980     Patches applied:
3981     
3982      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-254
3983        Update from CVS
3984     
3985      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--base-0
3986        tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-252
3987     
3988      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-1
3989        upd NEWS for 0.8.0
3990     
3991      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-2
3992        merge from a few accidental 0.7 commits
3993     
3994      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-3
3995        merge from a few accidental 0.7 commits
3996     
3997      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-5
3998        rotate ChangeLogs
3999     
4000      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-6
4001        use save button in rb_ask_file_save, and handle new selector in saving playlists
4002     
4003      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-11
4004        use gtk_object_destroy, not g_object_unref on floating tooltip objects
4005     
4006      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-12
4007        upd NEWS
4008     
4009      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-15
4010        Removed duplicate utf16_strlen definition on big endian machines
4011     
4012      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-16
4013        upd NEWS 
4014     
4015      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-17
4016        upd NEWS 
4017     
4018      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-18
4019        Removed GtkTreeView workaround, it was already mostly #ifdef'ed out anyway
4020     
4021      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-20
4022        release 0.8.1
4023     
4024      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-25
4025        Update from CVS
4026     
4027      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-30
4028        Fixed last know RTL issue ;)
4029     
4030      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-31
4031        RTL fixes for the rating widgets
4032     
4033      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-33
4034        Set version to 0.8.2, update NEWS
4035     
4036      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-34
4037        Added updated translations to NEWS
4038     
4039      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-39
4040        upd NEWS
4041     
4042      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-47
4043        upd NEWS
4044     
4045      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-48
4046        release 0.8.2
4047     
4049     modified files:
4050      ChangeLog
4052     new patches:
4053      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-254
4054      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--base-0
4055      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-1
4056      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-2
4057      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-3
4058      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-5
4059      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-6
4060      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-11
4061      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-12
4062      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-15
4063      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-16
4064      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-17
4065      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-18
4066      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-20
4067      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-25
4068      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-30
4069      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-31
4070      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-33
4071      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-34
4072      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-39
4073      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-47
4074      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-48
4077 2004-05-01 02:55:09 GMT Colin Walters <walters@verbum.org>      patch-35
4079     Summary:
4080       another merge from 0.8
4081     Revision:
4082       rhythmbox--main--0.9--patch-35
4084     Patches applied:
4085     
4086      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-21
4087        nuke super duper evil cvs $keyword$ blah
4088     
4089      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-24
4090        allow playback of untagged mp3s
4091     
4092      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-26
4093        don't lose on empty playlist
4094     
4095      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-27
4096        avoid a crash if user's gconf installation is borked
4097     
4099     modified files:
4100      ChangeLog lib/rb-playlist.c metadata/rb-metadata-gst.c
4101      shell/rb-shell-player.c sources/itunesdb.c
4103     new patches:
4104      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-21
4105      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-24
4106      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-26
4107      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-27
4110 2004-05-01 02:50:20 GMT Colin Walters <walters@verbum.org>      patch-34
4112     Summary:
4113       major merge from 0.8 
4114     Revision:
4115       rhythmbox--main--0.9--patch-34
4117     Patches applied:
4118     
4119      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-32
4120        use rb_source_can_pause to determine previous button behavior (#141259) 
4121     
4122      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-35
4123        don't try to jump to an entry when treeview isn't realized
4124     
4125      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-36
4126        don't leak memory when ignoring new entries on a max-size limited query model
4127     
4128      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-37
4129        fix auto rating bug (Jacques Fortier)
4130     
4131      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-38
4132        bump required gst version to 0.8.1
4133     
4134      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-40
4135        add doctype tag to docs (Mariano Suárez-Alvarez)
4136     
4137      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-41
4138        sync replaygain immediately (Juergen Kreileder)
4139     
4140      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-42
4141        call gnome_authentication_manager_init
4142     
4143      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-43
4144        show db errors from initial import
4145     
4146      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-44
4147        handle some error cases, quiet warning
4148     
4149      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-45
4150        be sure to convert some uris/filenames to utf8
4151     
4152      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-46
4153        don't make playlist parser think directories are playlists
4154     
4156     modified files:
4157      ChangeLog component/rb-nautilus-context-menu.c configure.ac
4158      help/C/rhythmbox-C.omf lib/rb-playlist.c
4159      rhythmdb/rhythmdb-query-model.c shell/main.c
4160      shell/rb-shell-player.c shell/rb-shell.c
4161      widgets/rb-entry-view.c
4163     new patches:
4164      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-32
4165      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-35
4166      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-36
4167      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-37
4168      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-38
4169      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-40
4170      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-41
4171      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-42
4172      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-43
4173      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-44
4174      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-45
4175      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-46
4178 2004-04-25 17:50:14 GMT David Dollar <david@grepninja.com>      patch-33
4180     Summary:
4181       fixed a broken compile
4182     Revision:
4183       rhythmbox--main--0.9--patch-33
4186     modified files:
4187      ChangeLog shell/rb-shell-player.c
4190 2004-04-23 23:06:24 GMT Christophe Fergeau <teuf@gnome.org>     patch-32
4192     Summary:
4193       RTL fixes for the rating widgets
4194     Revision:
4195       rhythmbox--main--0.9--patch-32
4197     Patches applied:
4198     
4199      * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-2
4200        Fix RTL behaviour of the rating widget in the song property window
4201     
4202      * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-3
4203        Use a constant instead of hardcoding the max number of stars
4204     
4205      * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-4
4206        Fixed rating cell renderer for RTL
4207     
4208      * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-5
4209        Fixed rating cell renderer for RTL
4210     
4212     modified files:
4213      ChangeLog widgets/rb-cell-renderer-rating.c
4214      widgets/rb-rating.c
4216     new patches:
4217      teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-2
4218      teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-3
4219      teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-4
4220      teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-5
4223 2004-04-23 22:20:56 GMT Christophe Fergeau <teuf@gnome.org>     patch-31
4225     Summary:
4226       RTL fixes
4227     Revision:
4228       rhythmbox--main--0.9--patch-31
4230     Patches applied:
4231     
4232      * teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-1
4233        Fix last known RTL issue ;)
4234     
4236     modified files:
4237      ChangeLog widgets/rb-tree-view.c
4239     new patches:
4240      teuf@gnome.org--2003/rhythmbox--rtl--0.8--patch-1
4243 2004-04-23 22:19:08 GMT Christophe Fergeau <teuf@gnome.org>     patch-30
4245     Summary:
4246       Fix compilation
4247     Revision:
4248       rhythmbox--main--0.9--patch-30
4250     Patches applied:
4251     
4252      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-29
4253        Fix compilation
4254     
4256     modified files:
4257      ChangeLog shell/rb-shell-player.c
4259     new patches:
4260      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-29
4263 2004-04-23 20:52:04 GMT Christophe Fergeau <teuf@gnome.org>     patch-29
4265     Summary:
4266       RTL fixes
4267     Revision:
4268       rhythmbox--main--0.9--patch-29
4270     Patches applied:
4271     
4272      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-22
4273        First batch or RTL fixes
4274     
4275      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-23
4276        Removed unused code added by the RTL commit
4277     
4278      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-28
4279        Fixes get_n_columns return value (2 and not RHYTHMBOX_NUM_PROPERTIES)
4280     
4282     modified files:
4283      ChangeLog lib/rb-util.c lib/rb-util.h
4284      rhythmdb/rhythmdb-query-model.c shell/rb-shell-player.c
4285      shell/rb-shell.c widgets/rb-entry-view.c
4286      widgets/rb-song-display-box.c widgets/rb-volume.c
4288     new patches:
4289      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-22
4290      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-23
4291      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-28
4294 2004-04-21 04:21:03 GMT Colin Walters <walters@verbum.org>      patch-28
4296     Summary:
4297       more merges from 0.8
4298     Revision:
4299       rhythmbox--main--0.9--patch-28
4301     Patches applied:
4302     
4303      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-4
4304        Sync with CVS
4305     
4306      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-19
4307        Update from CVS
4308     
4310     modified files:
4311      ChangeLog po/ChangeLog po/ja.po po/pl.po sources/itunesdb.c
4313     new patches:
4314      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-4
4315      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-19
4318 2004-04-21 04:08:02 GMT Colin Walters <walters@verbum.org>      patch-27
4320     Summary:
4321       some merges from 0.8
4322     Revision:
4323       rhythmbox--main--0.9--patch-27
4325     Patches applied:
4326     
4327      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-9
4328        fix a prototype consistency (Ben Liblit)
4329     
4330      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-10
4331        actually search shared dir, add new --enable-uninstalled-build argument
4332     
4333      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-13
4334        fix case when SHARE_UNINSTALLED_DIR is undefined
4335     
4336      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-14
4337        force playlists to be saved on shutdown
4338     
4340     modified files:
4341      ChangeLog autogen.sh configure.ac lib/rb-file-helpers.c
4342      shell/rb-playlist-manager.c shell/rb-playlist-manager.h
4343      shell/rb-shell.c widgets/rb-cell-renderer-rating.c
4345     new patches:
4346      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-9
4347      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-10
4348      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-13
4349      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-14
4352 2004-04-21 04:00:52 GMT Colin Walters <walters@verbum.org>      patch-26
4354     Summary:
4355       second pass at error dialog HIGification
4356     Revision:
4357       rhythmbox--main--0.9--patch-26
4360     modified files:
4361      ChangeLog lib/gst-hig-dialog.c lib/rb-dialog.c
4364 2004-04-21 03:51:16 GMT Colin Walters <walters@verbum.org>      patch-25
4366     Summary:
4367       first pass at error dialog HIGification
4368     Revision:
4369       rhythmbox--main--0.9--patch-25
4372     new files:
4373      lib/.arch-ids/gst-hig-dialog.c.id
4374      lib/.arch-ids/gst-hig-dialog.h.id lib/gst-hig-dialog.c
4375      lib/gst-hig-dialog.h
4377     modified files:
4378      ChangeLog lib/Makefile.am lib/eel-gconf-extensions.c
4379      lib/rb-dialog.c lib/rb-dialog.h lib/rb-file-helpers.c
4380      lib/rb-file-helpers.h shell/main.c shell/rb-playlist-manager.c
4381      shell/rb-shell-player.c shell/rb-shell-preferences.c
4382      shell/rb-shell.c sources/rb-playlist-source.c
4383      sources/rb-source.c
4386 2004-04-20 18:31:32 GMT Christophe Fergeau <teuf@gnome.org>     patch-24
4388     Summary:
4389       Removed duplicate utf16_strlen definition on big endian machines
4390     Revision:
4391       rhythmbox--main--0.9--patch-24
4394     modified files:
4395      ChangeLog sources/itunesdb.c
4398 2004-04-20 18:29:10 GMT Christophe Fergeau <teuf@gnome.org>     patch-23
4400     Summary:
4401       Removed tree view work around, removed unused atomic tests in configure.ac
4402     Revision:
4403       rhythmbox--main--0.9--patch-23
4406     modified files:
4407      ChangeLog configure.ac shell/rb-shell-player.c
4408      widgets/rb-entry-view.c widgets/rb-entry-view.h
4411 2004-04-19 21:31:48 GMT Christophe Fergeau <teuf@gnome.org>     patch-22
4413     Summary:
4414       Replayed patches -7 and -8 from the --0.8 branch, fix .applications file and don't reject audio/mpeg (tag-less mp3s) files
4415     Revision:
4416       rhythmbox--main--0.9--patch-22
4418     Patches applied:
4419     
4420      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-7
4421        Fixed rhythmbox.applications to advertise that it can open any location supported by gnome-vfs
4422     
4423      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-8
4424        Don't reject audio/mpeg files since tagless mp3s will have that mime type
4425     
4427     modified files:
4428      ChangeLog data/rhythmbox.applications
4429      metadata/rb-metadata-gst.c
4431     new patches:
4432      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-7
4433      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.8--patch-8
4436 2004-04-18 23:27:11 GMT Colin Walters <walters@verbum.org>      patch-21
4438     Summary:
4439       handle possibly uninitalized variable case
4440     Revision:
4441       rhythmbox--main--0.9--patch-21
4444     modified files:
4445      ChangeLog lib/rb-dialog.c
4448 2004-04-18 20:22:17 GMT Benjamin Otte <otte@gnome.org>  patch-20
4450     Summary:
4451       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
4452     Revision:
4453       rhythmbox--main--0.9--patch-20
4456     new files:
4457      rhythmdb/rhythmdb-gda.c rhythmdb/rhythmdb-gda.h
4459     modified files:
4460      ChangeLog autogen.sh configure.ac lib/rb-dialog.h
4461      rhythmdb/Makefile.am rhythmdb/rhythmdb-tree.c
4462      rhythmdb/rhythmdb.c rhythmdb/rhythmdb.h shell/Makefile.am
4463      shell/main.c shell/rb-shell.c
4466 2004-04-18 17:04:41 GMT Colin Walters <walters@verbum.org>      patch-19
4468     Summary:
4469       add copyright to dialog
4470     Revision:
4471       rhythmbox--main--0.9--patch-19
4474     modified files:
4475      ChangeLog lib/rb-dialog.c lib/rb-dialog.h
4478 2004-04-18 16:52:32 GMT Colin Walters <walters@verbum.org>      patch-18
4480     Summary:
4481       import menu items cleanup: kill off Add Location, separate folder/file
4482     Revision:
4483       rhythmbox--main--0.9--patch-18
4486     modified files:
4487      ChangeLog data/ui/rhythmbox-ui.xml shell/rb-shell.c
4490 2004-04-18 16:39:17 GMT Colin Walters <walters@verbum.org>      patch-17
4492     Summary:
4493       new rb_file_chooser_new API, toss old cruft
4494     Revision:
4495       rhythmbox--main--0.9--patch-17
4498     modified files:
4499      ChangeLog lib/rb-dialog.c lib/rb-dialog.h
4500      shell/rb-playlist-manager.c shell/rb-shell.c
4501      widgets/rb-druid.c
4504 2004-04-18 15:48:23 GMT Colin Walters <walters@verbum.org>      patch-16
4506     Summary:
4507       remove GtkFileSelection compat, require Gtk+ 2.4
4508     Revision:
4509       rhythmbox--main--0.9--patch-16
4512     modified files:
4513      ChangeLog configure.ac lib/rb-dialog.c
4514      shell/rb-playlist-manager.c shell/rb-shell.c
4515      widgets/rb-druid.c
4518 2004-04-18 15:34:15 GMT Colin Walters <walters@verbum.org>      patch-15
4520     Summary:
4521       remove RBAtomic
4522     Revision:
4523       rhythmbox--main--0.9--patch-15
4526     removed files:
4527      lib/rb-atomic.c lib/rb-atomic.h
4529     modified files:
4530      ChangeLog lib/Makefile.am rhythmdb/rhythmdb-tree.c
4531      rhythmdb/rhythmdb-tree.h rhythmdb/rhythmdb.c
4534 2004-04-17 17:38:57 GMT Colin Walters <walters@verbum.org>      patch-14
4536     Summary:
4537       merge from 0.7, fix tooltip reference 
4538     Revision:
4539       rhythmbox--main--0.9--patch-14
4541     Patches applied:
4542     
4543      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-214
4544        Update from CVS
4545     
4546      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-215
4547        don't use automake 1.8 until we fix everything to not use mkinstalldirs
4548     
4549      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-216
4550        boldify iradio properties labels
4551     
4552      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-217
4553        add zh_CN to ALL_LINGUAS
4554     
4555      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-218
4556        remove quality column for now
4557     
4558      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-219
4559        move db load completion handler into idle function
4560     
4561      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-220
4562        fix typo
4563     
4564      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-221
4565        attach db signal handlers only after query model is fully constructed
4566     
4567      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-222
4568        remove unused callbacks
4569     
4570      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-223
4571        fix sample pipeline in README, remove checks for 0.7 in configure
4572     
4573      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-224
4574        guard freeing hashtable ( ariano Suárez-Alvarez)
4575     
4576      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-225
4577        make file dialogs not local-only
4578     
4579      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-226
4580        handle invalid UTF-8 when parsing iradio stations
4581     
4582      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-227
4583        fix shuffle bonobo iface, handle a bonobo error condition better
4584     
4585      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-228
4586        quote spaces with + in allmusic.com urls (yes, they are crack)
4587     
4588      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-229
4589        add debugging info
4590     
4591      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-230
4592        add song-info-multiple.glade to POTFILES, ignore .server.in file
4593     
4594      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-231
4595        Update from CVS
4596     
4597      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-232
4598        change accelerator on Album back to A temporarily to fix string freeze
4599     
4600      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-233
4601        automatically disable sound for now (Miguel Coca)
4602     
4603      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-234
4604        s/gst-launch/gst-launch-0.8/
4605     
4606      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-235
4607        add better error message for missing plugin, and evil translation hack to avoid breaking string freeze
4608     
4609      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-236
4610        Update from CVS
4611     
4612      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-237
4613        actually put file type in message
4614     
4615      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-238
4616        don't bother with all this translation hackery since the original error isn't translated much
4617     
4618      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-239
4619        Update from CVS
4620     
4621      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-240
4622        fix default source
4623     
4624      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-241
4625        Sync from CVS
4626     
4627      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-242
4628        Update from CVS
4629     
4630      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-243
4631        fix accidentally reverted schemas change
4632     
4633      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-244
4634        fix version reference
4635     
4636      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-245
4637        attach clipboard signal handlers only after object is fully constructed
4638     
4639      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-246
4640        only sync clipboard if we had entries to begin with
4641     
4642      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-247
4643        really fix clipboard by turning syncing into an idle polling function
4644     
4645      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-248
4646        Update from CVS
4647     
4648      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-249
4649        allow player to release tha audio sink when GStreamer supports it
4650     
4651      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-250
4652        reinstate debug bits
4653     
4654      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-251
4655        make auto rate handle multiple entries
4656     
4657      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-252
4658        release 0.8.0
4659     
4660      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-253
4661        fix random memleaks
4662     
4664     new files:
4665      po/.arch-ids/en_GB.po.id po/.arch-ids/pa.po.id po/en_GB.po
4666      po/pa.po
4668     modified files:
4669      ChangeLog ChangeLog0.7 README autogen.sh configure.ac
4670      data/glade/general-prefs.glade
4671      data/glade/song-info-multiple.glade
4672      data/glade/station-properties.glade data/rhythmbox.schemas
4673      iradio/rb-station-properties-dialog.c lib/rb-dialog.c
4674      metadata/rb-metadata-gst.c omf.make player/rb-player-gst.c
4675      po/ChangeLog po/POTFILES.in po/POTFILES.skip po/ca.po po/cs.po
4676      po/cy.po po/da.po po/en_CA.po po/hu.po po/lt.po po/nl.po
4677      po/no.po po/pl.po po/pt.po po/pt_BR.po po/sr.po po/sr@Latn.po
4678      po/sv.po rhythmdb/rhythmdb-query-model.c
4679      rhythmdb/rhythmdb-query-model.h shell/main.c
4680      shell/rb-shell-clipboard.c shell/rb-shell-player.c
4681      shell/rb-shell-preferences.c shell/rb-shell.c
4682      shell/rb-source-header.c shell/rb-tray-icon.c
4683      sources/rb-iradio-source.c sources/rb-library-source.c
4684      widgets/rb-header.c widgets/rb-song-info.c
4685      widgets/update-from-egg.sh
4687     new patches:
4688      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-214
4689      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-215
4690      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-216
4691      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-217
4692      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-218
4693      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-219
4694      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-220
4695      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-221
4696      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-222
4697      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-223
4698      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-224
4699      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-225
4700      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-226
4701      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-227
4702      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-228
4703      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-229
4704      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-230
4705      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-231
4706      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-232
4707      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-233
4708      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-234
4709      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-235
4710      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-236
4711      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-237
4712      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-238
4713      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-239
4714      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-240
4715      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-241
4716      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-242
4717      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-243
4718      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-244
4719      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-245
4720      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-246
4721      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-247
4722      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-248
4723      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-249
4724      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-250
4725      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-251
4726      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-252
4727      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-253
4730 2004-04-12 04:53:42 GMT Colin Walters <walters@verbum.org>      patch-13
4732     Summary:
4733       bump version to 0.8.99
4734     Revision:
4735       rhythmbox--main--0.9--patch-13
4738     modified files:
4739      ChangeLog configure.ac
4742 2004-04-12 03:44:58 GMT David Dollar <david@grepninja.com>      patch-12
4744     Summary:
4745       minor fixes after threading rewrite
4746     Revision:
4747       rhythmbox--main--0.9--patch-12
4750     modified files:
4751      ChangeLog rhythmdb/rhythmdb.c shell/rb-shell.c
4752      sources/rb-ipod-source.c
4755 2004-04-11 15:12:58 GMT Colin Walters <walters@verbum.org>      patch-11
4757     Summary:
4758       merge from rhythmdb: bugfixes and file monitoring implementation 
4759     Revision:
4760       rhythmbox--main--0.9--patch-11
4762     Patches applied:
4763     
4764      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-8
4765        fix rhythmdb shutdown, be sure to free pending actions
4766     
4767      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-9
4768        first cut at file monitoring
4769     
4770      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-10
4771        fix some loading bugs
4772     
4773      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-11
4774        merge from main
4775     
4776      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-12
4777        get rid of write lock, add commit op, file monitoring fixes
4778     
4779      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-13
4780        make monitoring events into real events, file monitoring now works
4781     
4783     modified files:
4784      ChangeLog iradio/rb-new-station-dialog.c
4785      iradio/rb-station-properties-dialog.c
4786      metadata/rb-metadata-gst.c rhythmdb/rhythmdb.c
4787      rhythmdb/rhythmdb.h shell/rb-shell-player.c
4788      sources/rb-iradio-source.c sources/rb-library-source.c
4789      widgets/rb-song-info.c
4791     new patches:
4792      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-8
4793      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-9
4794      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-10
4795      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-11
4796      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-12
4797      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-13
4800 2004-04-11 00:47:40 GMT Colin Walters <walters@verbum.org>      patch-10
4802     Summary:
4803       merge from 0.7
4804     Revision:
4805       rhythmbox--main--0.9--patch-10
4807     Patches applied:
4808     
4809      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-209
4810        Update from CVS
4811     
4812      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-210
4813        display an error dialog if help files are not available
4814     
4815      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-211
4816        Update from CVS
4817     
4818      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-212
4819        always free changed entries (Benjamin Otte)
4820     
4821      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-213
4822        more memleak fixes, player cleanups (Benjamin Otte)
4823     
4825     new files:
4826      po/.arch-ids/pt_BR.po.id po/pt_BR.po
4828     removed files:
4829      po/pt_BR.po
4831     modified files:
4832      ChangeLog ChangeLog0.7 player/rb-player-gst.c po/ChangeLog
4833      po/ca.po po/cs.po po/es.po po/nl.po rhythmdb/rhythmdb.c
4834      shell/rb-shell.c widgets/rb-tree-view.c
4836     new patches:
4837      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-209
4838      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-210
4839      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-211
4840      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-212
4841      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-213
4844 2004-04-11 00:38:01 GMT Colin Walters <walters@verbum.org>      patch-9
4846     Summary:
4847       merge from rhythmdb: major threading rewrite 
4848     Revision:
4849       rhythmbox--main--0.9--patch-9
4851     The RhythmDB lock is gone.  The main thread now does all manipulation
4852     of the RhythmDB database.  Threads are still used for things like
4853     filesystem access.
4854     
4855     
4856     Patches applied:
4857     
4858      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--base-0
4859        tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.9--patch-4
4860     
4861      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-1
4862        remove usage of rb-thread-helpers
4863     
4864      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-2
4865        massive total complete threading brokenness
4866     
4867      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-3
4868        hack hack hack
4869     
4870      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-4
4871        more hackery...it almost compiles
4872     
4873      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-5
4874        she compiles
4875     
4876      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-6
4877        she boots
4878     
4879      * walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-7
4880        don't freeze on bootup
4881     
4883     removed files:
4884      lib/rb-thread-helpers.c lib/rb-thread-helpers.h
4886     modified files:
4887      ChangeLog iradio/rb-station-properties-dialog.c
4888      lib/Makefile.am lib/rb-util.c lib/rb-util.h
4889      rhythmdb/rhythmdb-property-model.c
4890      rhythmdb/rhythmdb-query-model.c
4891      rhythmdb/rhythmdb-query-model.h rhythmdb/rhythmdb-tree.c
4892      rhythmdb/rhythmdb-tree.h rhythmdb/rhythmdb.c
4893      rhythmdb/rhythmdb.h shell/main.c shell/rb-play-order-random.c
4894      shell/rb-playlist-manager.c shell/rb-shell-player.c
4895      shell/rb-shell.c shell/rb-source-header.c shell/rb-statusbar.c
4896      shell/rb-tray-icon.c sources/rb-iradio-source.c
4897      sources/rb-library-source.c sources/rb-playlist-source.c
4898      sources/rb-source.c widgets/rb-druid.c widgets/rb-entry-view.c
4899      widgets/rb-header.c widgets/rb-song-info.c
4901     new patches:
4902      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--base-0
4903      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-1
4904      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-2
4905      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-3
4906      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-4
4907      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-5
4908      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-6
4909      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.9--patch-7
4912 2004-04-08 19:01:49 GMT David Dollar <david@grepninja.com>      patch-8
4914     Summary:
4915       merge from 0.7
4916     Revision:
4917       rhythmbox--main--0.9--patch-8
4919     Patches applied:
4920     
4921      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-208
4922        add code to guard against GConf error in rb-shell-player.c
4923     
4925     modified files:
4926      ChangeLog ChangeLog0.7 shell/rb-shell-player.c
4928     new patches:
4929      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-208
4932 2004-04-07 15:53:50 GMT David Dollar <david@grepninja.com>      patch-7
4934     Summary:
4935       merge from 0.7
4936     Revision:
4937       rhythmbox--main--0.9--patch-7
4939     Patches applied:
4940     
4941      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-206
4942        revert back to using "Music Player" as Name until GNOME supports GenericName
4943     
4944      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-207
4945        Update from CVS
4946     
4948     modified files:
4949      ChangeLog ChangeLog0.7 data/rhythmbox.desktop.in po/ChangeLog
4950      po/id.po po/lt.po
4952     new patches:
4953      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-206
4954      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-207
4957 2004-04-06 18:13:58 GMT David Dollar <david@grepninja.com>      patch-6
4959     Summary:
4960       merge from mainline
4961     Revision:
4962       rhythmbox--main--0.9--patch-6
4964     Patches applied:
4965     
4966      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-202
4967        ignore .Trash directories (Jonathan Blandford)
4968     
4969      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-203
4970        add audio/x-mod
4971     
4972      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-204
4973        drag and drop fixes, squash query buglet
4974     
4975      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-205
4976        merge from me: add new rb_ask_file_save API, use it when saving playlist
4977     
4978      * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-257
4979        merge from main
4980     
4981      * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-258
4982        merge from main
4983     
4984      * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-259
4985        hack up drag and drop...sigh
4986     
4987      * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-260
4988        always push matched entries into queue
4989     
4990      * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-261
4991        merge from main
4992     
4993      * walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-262
4994        add new rb_ask_file_save API, use it when saving playlist
4995     
4997     modified files:
4998      ChangeLog ChangeLog0.7 lib/rb-dialog.c lib/rb-dialog.h
4999      lib/rb-file-helpers.c lib/rb-playlist.c lib/rb-tree-dnd.c
5000      metadata/rb-metadata-gst.c rhythmdb/rhythmdb-query-model.c
5001      rhythmdb/rhythmdb-tree.c shell/rb-playlist-manager.c
5002      sources/rb-sourcelist-model.c
5004     new patches:
5005      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-202
5006      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-203
5007      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-204
5008      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-205
5009      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-257
5010      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-258
5011      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-259
5012      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-260
5013      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-261
5014      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-262
5017 2004-04-04 14:07:00 GMT David Dollar <david@grepninja.com>      patch-5
5019     Summary:
5020       merge from 0.7
5021     Revision:
5022       rhythmbox--main--0.9--patch-5
5024     Patches applied:
5025     
5026      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-199
5027        Update from CVS
5028     
5029      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-200
5030        update README for new gst pipeline syntax
5031     
5032      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-201
5033        rewrite playlist saving to just write out xml in separate thread
5034     
5036     new files:
5037      po/.arch-ids/en_CA.po.id po/en_CA.po
5039     modified files:
5040      ChangeLog ChangeLog0.7 README configure.ac po/ChangeLog
5041      shell/rb-playlist-manager.c shell/rb-playlist-manager.h
5042      shell/rb-shell.c sources/rb-playlist-source.c
5044     new patches:
5045      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-199
5046      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-200
5047      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-201
5050 2004-04-03 21:37:31 GMT Colin Walters <walters@verbum.org>      patch-4
5052     Summary:
5053       rotate ChangeLogs
5054     Revision:
5055       rhythmbox--main--0.9--patch-4
5058     new files:
5059      ChangeLog
5061     renamed files:
5062      ChangeLog
5063        ==> ChangeLog0.7
5066 2004-04-03 05:26:53 GMT David Dollar <david@grepninja.com>      patch-3
5068     Summary:
5069       merge from 0.7
5070     Revision:
5071       rhythmbox--main--0.9--patch-3
5073     Patches applied:
5074     
5075      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-189
5076        add application/x-ape to known music types
5077     
5078      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-190
5079        Update from CVS
5080     
5081      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-191
5082        upd NEWS
5083     
5084      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-192
5085        attempt to fix dialog API and impl
5086     
5087      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-193
5088        abort attempt to select file and dir simultaneously with gtk2.4
5089     
5090      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-194
5091        handle GtkFileChooser
5092     
5093      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-195
5094        fix another GtkFileChooser buglet
5095     
5096      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-196
5097        3rd GtkFileChooser attempt...
5098     
5099      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-197
5100        upd NEWS
5101     
5102      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-198
5103        release 0.7.2
5104     
5106     modified files:
5107      ChangeLog NEWS configure.ac lib/rb-dialog.c lib/rb-dialog.h
5108      metadata/rb-metadata-gst.c po/ChangeLog po/da.po
5109      shell/rb-playlist-manager.c shell/rb-shell.c
5111     new patches:
5112      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-189
5113      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-190
5114      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-191
5115      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-192
5116      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-193
5117      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-194
5118      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-195
5119      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-196
5120      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-197
5121      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-198
5124 2004-04-01 21:18:50 GMT David Dollar <david@grepninja.com>      patch-2
5126     Summary:
5127       merge from 0.7
5128     Revision:
5129       rhythmbox--main--0.9--patch-2
5131     Patches applied:
5132     
5133      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-183
5134        upd NEWS
5135     
5136      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-184
5137        disable periodic rhythmdb saving for now
5138     
5139      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-185
5140        actually install playlist saving thread reaper
5141     
5142      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-186
5143        save rhythmdb 10 seconds after loading
5144     
5145      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-187
5146        add --shuffle arg and make bonobo prop rw (James Willcox)
5147     
5148      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-188
5149        upd NEWS
5150     
5152     modified files:
5153      ChangeLog NEWS shell/main.c shell/rb-playlist-manager.c
5154      shell/rb-shell.c
5156     new patches:
5157      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-183
5158      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-184
5159      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-185
5160      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-186
5161      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-187
5162      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-188
5165 2004-03-31 16:18:55 GMT David Dollar <david@grepninja.com>      patch-1
5167     Summary:
5168       merge from 0.7
5169     Revision:
5170       rhythmbox--main--0.9--patch-1
5172     Patches applied:
5173     
5174      * rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-182
5175        turn playlist entries into URLs if necessary
5176     
5178     modified files:
5179      ChangeLog shell/rb-playlist-manager.c
5181     new patches:
5182      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-182
5185 2004-03-30 17:13:22 GMT Colin Walters <walters@verbum.org>      base-0
5187     Summary:
5188       tag of rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-181
5189     Revision:
5190       rhythmbox--main--0.9--base-0
5192     (automatically generated log message)
5194     new patches:
5195      aeb@debian.org--2004/rhythmbox--main--0.7--base-0
5196      aeb@debian.org--2004/rhythmbox--main--0.7--patch-1
5197      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--base-0
5198      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-1
5199      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-2
5200      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-3
5201      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-4
5202      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-5
5203      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-6
5204      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-7
5205      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-8
5206      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-9
5207      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-10
5208      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-11
5209      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-12
5210      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-13
5211      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-14
5212      cfergeau@mipsys.com--2003/rhythmbox--ipod--0.7--patch-15
5213      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--base-0
5214      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-1
5215      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-2
5216      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-3
5217      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-4
5218      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-5
5219      cfergeau@mipsys.com--2003/rhythmbox--mainline--0.7--patch-6
5220      chris@gnome-de.org--2003/rhythmbox--mainline--0.6--base-0
5221      chris@gnome-de.org--2003/rhythmbox--mainline--0.6--patch-1
5222      daf@muse.19inch.net--2004/rhythmbox--main--0.7--base-0
5223      daf@muse.19inch.net--2004/rhythmbox--main--0.7--patch-1
5224      david@grepninja.com--2004/rhythmbox--grepninja--0.7--base-0
5225      david@grepninja.com--2004/rhythmbox--grepninja--0.7--patch-1
5226      david@grepninja.com--2004/rhythmbox--grepninja--0.7--patch-2
5227      david@grepninja.com--2004/rhythmbox--grepninja--0.7--patch-3
5228      david@grepninja.com--2004/rhythmbox--main--0.7--base-0
5229      david@grepninja.com--2004/rhythmbox--main--0.7--patch-1
5230      david@grepninja.com--2004/rhythmbox--main--0.7--patch-2
5231      david@grepninja.com--2004/rhythmbox--main--0.7--patch-3
5232      david@grepninja.com--2004/rhythmbox--main--0.7--patch-4
5233      david@grepninja.com--2004/rhythmbox--main--0.7--patch-5
5234      david@grepninja.com--2004/rhythmbox--main--0.7--patch-6
5235      david@grepninja.com--2004/rhythmbox--main--0.7--patch-7
5236      david@grepninja.com--2004/rhythmbox--main--0.7--patch-8
5237      david@grepninja.com--2004/rhythmbox--main--0.7--patch-9
5238      david@grepninja.com--2004/rhythmbox--main--0.7--patch-10
5239      david@grepninja.com--2004/rhythmbox--main--0.7--patch-11
5240      david@grepninja.com--2004/rhythmbox--main--0.7--patch-12
5241      david@grepninja.com--2004/rhythmbox--main--0.7--patch-13
5242      david@grepninja.com--2004/rhythmbox--main--0.7--patch-14
5243      david@grepninja.com--2004/rhythmbox--main--0.7--patch-15
5244      david@grepninja.com--2004/rhythmbox--main--0.7--patch-16
5245      david@grepninja.com--2004/rhythmbox--main--0.7--patch-17
5246      david@grepninja.com--2004/rhythmbox--main--0.7--patch-18
5247      david@grepninja.com--2004/rhythmbox--main--0.7--patch-19
5248      david@grepninja.com--2004/rhythmbox--main--0.7--patch-20
5249      david@grepninja.com--2004/rhythmbox--main--0.7--patch-21
5250      david@grepninja.com--2004/rhythmbox--main--0.7--patch-22
5251      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--base-0
5252      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-1
5253      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-2
5254      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-3
5255      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-4
5256      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-5
5257      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-6
5258      desrt@desrt.ca--2003/rhythmbox--displaybox--1.0--patch-7
5259      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--base-0
5260      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-1
5261      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-2
5262      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-3
5263      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-4
5264      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-5
5265      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-6
5266      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-7
5267      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-8
5268      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-9
5269      desrt@desrt.ca--2003/rhythmbox--mainline--1.0--patch-10
5270      desrt@desrt.ca--2003/rhythmbox--small-display--1.0--base-0
5271      desrt@desrt.ca--2003/rhythmbox--small-display--1.0--patch-1
5272      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--base-0
5273      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-1
5274      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-2
5275      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-3
5276      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-4
5277      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-5
5278      harshy@dersoldat.org--2003/rhythmbox--mainline--0.6--patch-6
5279      harshy@dersoldat.org--2004/rhythmbox--main--0.7--base-0
5280      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-1
5281      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-2
5282      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-3
5283      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-4
5284      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-5
5285      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-6
5286      harshy@dersoldat.org--2004/rhythmbox--main--0.7--patch-7
5287      jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--base-0
5288      jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-1
5289      jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-2
5290      jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-3
5291      jyasskin@mail.utexas.edu--2003/rhythmbox--bugzilla--0.6--patch-4
5292      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--base-0
5293      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-1
5294      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-2
5295      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-3
5296      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-4
5297      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-5
5298      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-6
5299      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-7
5300      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.6--patch-8
5301      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.7--base-0
5302      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.7--patch-1
5303      jyasskin@mail.utexas.edu--2003/rhythmbox--history--0.7--patch-2
5304      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--base-0
5305      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-1
5306      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-2
5307      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-3
5308      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-4
5309      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-5
5310      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-6
5311      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-7
5312      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-8
5313      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-9
5314      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-10
5315      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-11
5316      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-12
5317      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-13
5318      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-14
5319      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-15
5320      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-16
5321      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-17
5322      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.6--patch-18
5323      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--base-0
5324      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-1
5325      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-2
5326      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-3
5327      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-4
5328      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-5
5329      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-6
5330      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-7
5331      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-8
5332      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-9
5333      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-10
5334      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-11
5335      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-12
5336      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-13
5337      jyasskin@mail.utexas.edu--2003/rhythmbox--mainline--0.7--patch-14
5338      jyasskin@mail.utexas.edu--2003/rhythmbox--random-for-shuffle-repeat--0.7--base-0
5339      jyasskin@mail.utexas.edu--2003/rhythmbox--random-for-shuffle-repeat--0.7--patch-1
5340      jyasskin@mail.utexas.edu--2003/rhythmbox--random-for-shuffle-repeat--0.7--patch-2
5341      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--base-0
5342      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-1
5343      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-2
5344      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-3
5345      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-4
5346      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-5
5347      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-6
5348      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-7
5349      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-8
5350      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-9
5351      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-10
5352      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-11
5353      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-12
5354      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-13
5355      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-14
5356      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-15
5357      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-16
5358      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-17
5359      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-18
5360      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-19
5361      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-20
5362      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-21
5363      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-22
5364      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-23
5365      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-24
5366      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-25
5367      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-26
5368      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-27
5369      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-28
5370      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-29
5371      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-30
5372      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-31
5373      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-32
5374      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-33
5375      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-34
5376      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-35
5377      jyasskin@mail.utexas.edu--2003/rhythmbox--shuffle-random--0.7--patch-36
5378      jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--base-0
5379      jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-1
5380      jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-2
5381      jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-3
5382      jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-4
5383      jyasskin@mail.utexas.edu--2003/rhythmbox--trivial--0.7--patch-5
5384      jyasskin@mail.utexas.edu--valentine03/rhythmbox--osxfix--0.7--base-0
5385      jyasskin@mail.utexas.edu--valentine03/rhythmbox--osxfix--0.7--patch-1
5386      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--base-0
5387      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-1
5388      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-2
5389      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-3
5390      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-4
5391      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-5
5392      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-6
5393      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-7
5394      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-8
5395      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-9
5396      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-10
5397      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-11
5398      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-12
5399      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-13
5400      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-14
5401      jyasskin@mail.utexas.edu--valentine03/rhythmbox--shuffle-random--0.7--patch-15
5402      mterry@fastmail.fm--2004/rhythmbox--main--0.7--base-0
5403      mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-1
5404      mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-2
5405      mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-3
5406      mterry@fastmail.fm--2004/rhythmbox--main--0.7--patch-4
5407      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.6--patch-27
5408      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.6--patch-30
5409      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--base-0
5410      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-1
5411      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-2
5412      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-3
5413      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-4
5414      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-5
5415      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-6
5416      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-7
5417      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-8
5418      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-9
5419      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-10
5420      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-11
5421      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-12
5422      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-13
5423      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-14
5424      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-15
5425      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-16
5426      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-17
5427      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-18
5428      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-19
5429      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-20
5430      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-21
5431      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-22
5432      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-23
5433      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-24
5434      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-25
5435      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-26
5436      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-27
5437      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-28
5438      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-29
5439      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-30
5440      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-31
5441      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-32
5442      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-33
5443      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-34
5444      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-35
5445      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-36
5446      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-37
5447      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-38
5448      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-39
5449      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-40
5450      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-41
5451      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-42
5452      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-43
5453      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-44
5454      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-45
5455      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-46
5456      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-47
5457      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-48
5458      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-49
5459      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-50
5460      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-51
5461      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-52
5462      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-53
5463      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-54
5464      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-55
5465      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-56
5466      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-57
5467      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-58
5468      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-59
5469      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-60
5470      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-61
5471      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-62
5472      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-63
5473      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-64
5474      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-65
5475      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-66
5476      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-67
5477      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-68
5478      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-69
5479      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-70
5480      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-71
5481      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-72
5482      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-73
5483      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-74
5484      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-75
5485      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-76
5486      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-77
5487      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-78
5488      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-79
5489      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-80
5490      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-81
5491      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-82
5492      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-83
5493      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-84
5494      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-85
5495      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-86
5496      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-87
5497      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-88
5498      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-89
5499      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-90
5500      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-91
5501      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-92
5502      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-93
5503      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-94
5504      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-95
5505      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-96
5506      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-97
5507      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-98
5508      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-99
5509      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-100
5510      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-101
5511      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-102
5512      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-103
5513      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-104
5514      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-105
5515      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-106
5516      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-107
5517      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-108
5518      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-109
5519      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-110
5520      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-111
5521      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-112
5522      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-113
5523      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-114
5524      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-115
5525      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-116
5526      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-117
5527      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-118
5528      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-119
5529      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-120
5530      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-121
5531      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-122
5532      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-123
5533      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-124
5534      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-125
5535      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-126
5536      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-127
5537      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-128
5538      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-129
5539      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-130
5540      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-131
5541      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-132
5542      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-133
5543      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-134
5544      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-135
5545      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-136
5546      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-137
5547      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-138
5548      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-139
5549      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-140
5550      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-141
5551      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-142
5552      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-143
5553      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-144
5554      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-145
5555      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-146
5556      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-147
5557      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-148
5558      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-149
5559      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-150
5560      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-151
5561      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-152
5562      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-153
5563      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-154
5564      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-155
5565      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-156
5566      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-157
5567      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-158
5568      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-159
5569      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-160
5570      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-161
5571      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-162
5572      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-163
5573      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-164
5574      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-165
5575      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-166
5576      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-167
5577      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-168
5578      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-169
5579      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-170
5580      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-171
5581      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-172
5582      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-173
5583      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-174
5584      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-175
5585      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-176
5586      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-177
5587      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-178
5588      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-179
5589      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-180
5590      rhythmbox-devel@gnome.org--2004/rhythmbox--main--0.7--patch-181
5591      sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-3
5592      sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-4
5593      sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-5
5594      sri@aracnet.com--2003/rhythmbox--mainline--0.7--patch-6
5595      teuf@gnome.org--2003/rhythmbox--disc--0.7--base-0
5596      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-1
5597      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-2
5598      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-3
5599      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-4
5600      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-6
5601      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-7
5602      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-8
5603      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-9
5604      teuf@gnome.org--2003/rhythmbox--disc--0.7--patch-10
5605      teuf@gnome.org--2003/rhythmbox--fixlets--0.7--base-0
5606      teuf@gnome.org--2003/rhythmbox--fixlets--0.7--patch-1
5607      teuf@gnome.org--2003/rhythmbox--fixlets--0.7--patch-4
5608      teuf@gnome.org--2003/rhythmbox--ipod--0.7--base-0
5609      teuf@gnome.org--2003/rhythmbox--ipod--0.7--patch-1
5610      teuf@gnome.org--2003/rhythmbox--ipod--0.7--patch-2
5611      teuf@gnome.org--2003/rhythmbox--mainline--0.5--base-0
5612      teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-1
5613      teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-2
5614      teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-3
5615      teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-4
5616      teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-5
5617      teuf@gnome.org--2003/rhythmbox--mainline--0.5--patch-6
5618      teuf@gnome.org--2003/rhythmbox--mainline--0.6--base-0
5619      teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-1
5620      teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-2
5621      teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-3
5622      teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-4
5623      teuf@gnome.org--2003/rhythmbox--mainline--0.6--patch-5
5624      teuf@gnome.org--2003/rhythmbox--mainline--0.7--base-0
5625      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-1
5626      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-2
5627      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-3
5628      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-4
5629      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-5
5630      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-6
5631      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-7
5632      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-8
5633      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-9
5634      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-10
5635      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-11
5636      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-12
5637      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-13
5638      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-14
5639      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-15
5640      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-16
5641      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-17
5642      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-18
5643      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-19
5644      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-20
5645      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-21
5646      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-22
5647      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-23
5648      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-24
5649      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-25
5650      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-26
5651      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-27
5652      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-28
5653      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-29
5654      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-30
5655      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-31
5656      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-32
5657      teuf@gnome.org--2003/rhythmbox--mainline--0.7--patch-33
5658      teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-2
5659      teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-3
5660      teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-4
5661      teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-5
5662      teuf@gnome.org--2003/rhythmbox--wip--0.7--patch-6
5663      treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--base-0
5664      treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--patch-1
5665      treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--patch-2
5666      treed@surreality.us--2003-rhythmbox/rhythmbox--mainline--0.6--patch-3
5667      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--base-0
5668      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-1
5669      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-2
5670      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-3
5671      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-4
5672      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-5
5673      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-6
5674      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-7
5675      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-8
5676      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-9
5677      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-10
5678      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-11
5679      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-12
5680      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-13
5681      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-14
5682      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-15
5683      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-16
5684      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-17
5685      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-18
5686      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-19
5687      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-20
5688      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-21
5689      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-22
5690      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-23
5691      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-24
5692      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-25
5693      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-26
5694      walters@rhythmbox.org--2003/rhythmbox--cvs--1.0--patch-27
5695      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--base-0
5696      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-1
5697      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-2
5698      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-3
5699      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-4
5700      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-5
5701      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-6
5702      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-7
5703      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-8
5704      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-9
5705      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-10
5706      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-11
5707      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-12
5708      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-13
5709      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-14
5710      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-15
5711      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-16
5712      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-17
5713      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-18
5714      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-19
5715      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-20
5716      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-21
5717      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-22
5718      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-23
5719      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-24
5720      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-25
5721      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-26
5722      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-27
5723      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-28
5724      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-29
5725      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-30
5726      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-31
5727      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-32
5728      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-33
5729      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-34
5730      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-35
5731      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-36
5732      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-37
5733      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-38
5734      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-39
5735      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-40
5736      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-41
5737      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-42
5738      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-43
5739      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-44
5740      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-45
5741      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-46
5742      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-47
5743      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-48
5744      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-49
5745      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-50
5746      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-51
5747      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-52
5748      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-53
5749      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-54
5750      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-55
5751      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-56
5752      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-57
5753      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-58
5754      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-59
5755      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-60
5756      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-61
5757      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-62
5758      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-63
5759      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-64
5760      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-65
5761      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-66
5762      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-67
5763      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-68
5764      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-69
5765      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-70
5766      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-71
5767      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-72
5768      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-73
5769      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-74
5770      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-75
5771      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-76
5772      walters@rhythmbox.org--2003/rhythmbox--mainline--1.0--patch-77
5773      walters@rhythmbox.org--2003/rhythmbox--post-0-5-3--1.0--base-0
5774      walters@rhythmbox.org--2003/rhythmbox--post-0-5-3--1.0--patch-1
5775      walters@rhythmbox.org--2003/rhythmbox--post-0-5-3--1.0--patch-2
5776      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--base-0
5777      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-1
5778      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-2
5779      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-3
5780      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-4
5781      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-5
5782      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-6
5783      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-7
5784      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-8
5785      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-9
5786      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-10
5787      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-11
5788      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-12
5789      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-13
5790      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-14
5791      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-15
5792      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-16
5793      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-17
5794      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-18
5795      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-19
5796      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-20
5797      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-21
5798      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-22
5799      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-23
5800      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-24
5801      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-25
5802      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-26
5803      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-27
5804      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-28
5805      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-29
5806      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-30
5807      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-31
5808      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-32
5809      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-33
5810      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-34
5811      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-35
5812      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-36
5813      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-37
5814      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-38
5815      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-39
5816      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-40
5817      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-41
5818      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-42
5819      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-43
5820      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-44
5821      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-45
5822      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-46
5823      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-47
5824      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-48
5825      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-49
5826      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-50
5827      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-51
5828      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-52
5829      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-53
5830      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-54
5831      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-55
5832      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-56
5833      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-57
5834      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-58
5835      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-59
5836      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-60
5837      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-61
5838      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-62
5839      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-63
5840      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-64
5841      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-65
5842      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-66
5843      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-67
5844      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-68
5845      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-69
5846      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-70
5847      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-71
5848      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-72
5849      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-73
5850      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-74
5851      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-75
5852      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-76
5853      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-77
5854      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-78
5855      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-79
5856      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-80
5857      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-81
5858      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-82
5859      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-83
5860      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-84
5861      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-85
5862      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-86
5863      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-87
5864      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-88
5865      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-89
5866      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-90
5867      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-91
5868      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-92
5869      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-93
5870      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-94
5871      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-95
5872      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-96
5873      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-97
5874      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-98
5875      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-99
5876      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-100
5877      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-101
5878      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-102
5879      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-103
5880      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-104
5881      walters@rhythmbox.org--2003/rhythmbox--rhythmdb--1.0--patch-105
5882      walters@rhythmbox.org--2003/rhythmbox--small-fixes--1.0--base-0
5883      walters@rhythmbox.org--2003/rhythmbox--small-fixes--1.0--patch-1
5884      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--base-0
5885      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-1
5886      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-2
5887      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-3
5888      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-4
5889      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-5
5890      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-6
5891      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-7
5892      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-8
5893      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-9
5894      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-10
5895      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-11
5896      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-12
5897      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-13
5898      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-14
5899      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-15
5900      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-16
5901      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-17
5902      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-18
5903      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-19
5904      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-20
5905      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-21
5906      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-22
5907      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-23
5908      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-24
5909      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-25
5910      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-26
5911      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-27
5912      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-28
5913      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-29
5914      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-30
5915      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-31
5916      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-32
5917      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-33
5918      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-34
5919      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-35
5920      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-36
5921      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-37
5922      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-38
5923      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-39
5924      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-40
5925      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-41
5926      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-42
5927      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-43
5928      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-44
5929      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-45
5930      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-46
5931      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-47
5932      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-48
5933      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-49
5934      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-50
5935      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-51
5936      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-52
5937      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-53
5938      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-54
5939      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-55
5940      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-56
5941      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-57
5942      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-58
5943      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-59
5944      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-60
5945      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-61
5946      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-62
5947      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-63
5948      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-64
5949      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-65
5950      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-66
5951      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-67
5952      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-68
5953      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-69
5954      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-70
5955      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-71
5956      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-72
5957      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-73
5958      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-74
5959      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-75
5960      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-76
5961      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-77
5962      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-78
5963      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-79
5964      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-80
5965      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-81
5966      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-82
5967      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-83
5968      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-84
5969      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-85
5970      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-86
5971      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-87
5972      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-88
5973      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-89
5974      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-90
5975      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-91
5976      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-92
5977      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-93
5978      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-94
5979      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-95
5980      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-96
5981      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-97
5982      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-98
5983      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-99
5984      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-100
5985      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-101
5986      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-102
5987      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-103
5988      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-104
5989      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-105
5990      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-106
5991      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-107
5992      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-108
5993      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-109
5994      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-110
5995      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-111
5996      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-112
5997      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-113
5998      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-114
5999      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-115
6000      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-116
6001      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-117
6002      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-118
6003      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-119
6004      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-120
6005      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-121
6006      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-122
6007      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-123
6008      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-124
6009      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-125
6010      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-126
6011      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-127
6012      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-128
6013      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-129
6014      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-130
6015      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-131
6016      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-132
6017      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-133
6018      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-134
6019      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-135
6020      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-136
6021      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-137
6022      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-138
6023      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-139
6024      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-140
6025      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-141
6026      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-142
6027      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-143
6028      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-144
6029      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-145
6030      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-146
6031      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-147
6032      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-148
6033      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-149
6034      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-150
6035      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-151
6036      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-152
6037      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-153
6038      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-154
6039      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-155
6040      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-156
6041      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-157
6042      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-158
6043      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-159
6044      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-160
6045      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-161
6046      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-162
6047      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-163
6048      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-164
6049      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-165
6050      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-166
6051      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-167
6052      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-168
6053      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-169
6054      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-170
6055      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-171
6056      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-172
6057      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-173
6058      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-174
6059      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-175
6060      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-176
6061      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-177
6062      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-178
6063      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-179
6064      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-180
6065      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-181
6066      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-182
6067      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-183
6068      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-184
6069      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-185
6070      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-186
6071      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-187
6072      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-188
6073      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-189
6074      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-190
6075      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-191
6076      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-192
6077      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-193
6078      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-194
6079      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-195
6080      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-196
6081      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-197
6082      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-198
6083      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-199
6084      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-200
6085      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-201
6086      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-202
6087      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-203
6088      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-204
6089      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-205
6090      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-206
6091      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-207
6092      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-208
6093      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-209
6094      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-210
6095      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-211
6096      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-212
6097      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-213
6098      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-214
6099      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-215
6100      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-216
6101      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-217
6102      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-218
6103      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-219
6104      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-220
6105      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-221
6106      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-222
6107      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-223
6108      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-224
6109      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-225
6110      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-226
6111      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-227
6112      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-228
6113      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-229
6114      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-230
6115      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-231
6116      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-232
6117      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-233
6118      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-234
6119      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-235
6120      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-236
6121      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-237
6122      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-238
6123      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-239
6124      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-240
6125      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-241
6126      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-242
6127      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-243
6128      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-244
6129      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-245
6130      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-246
6131      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-247
6132      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-248
6133      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-249
6134      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-250
6135      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-251
6136      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-252
6137      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-253
6138      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-254
6139      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-255
6140      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-256
6141      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-257
6142      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-258
6143      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-259
6144      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-260
6145      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-261
6146      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-262
6147      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-263
6148      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-264
6149      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-265
6150      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-266
6151      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-267
6152      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-268
6153      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-269
6154      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-270
6155      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-271
6156      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-272
6157      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-273
6158      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-274
6159      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-275
6160      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-276
6161      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-277
6162      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-278
6163      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-279
6164      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-280
6165      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-281
6166      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-282
6167      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-283
6168      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-284
6169      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-285
6170      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-286
6171      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-287
6172      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-288
6173      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-289
6174      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-290
6175      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-291
6176      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-292
6177      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-293
6178      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-294
6179      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-295
6180      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-296
6181      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-298
6182      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-299
6183      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-300
6184      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-301
6185      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-302
6186      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-304
6187      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-307
6188      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-308
6189      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-309
6190      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-310
6191      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-311
6192      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-312
6193      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-313
6194      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-315
6195      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-317
6196      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-318
6197      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-319
6198      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-320
6199      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-323
6200      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-324
6201      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-325
6202      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-326
6203      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-328
6204      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-329
6205      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-331
6206      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-332
6207      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-334
6208      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-339
6209      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-340
6210      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-343
6211      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-344
6212      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-345
6213      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-346
6214      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-348
6215      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-349
6216      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-350
6217      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-353
6218      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-354
6219      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-355
6220      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-356
6221      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-357
6222      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-359
6223      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-360
6224      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-361
6225      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-362
6226      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-363
6227      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-364
6228      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-365
6229      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-367
6230      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-373
6231      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-374
6232      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-375
6233      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-378
6234      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-379
6235      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-381
6236      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-382
6237      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-383
6238      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-385
6239      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-387
6240      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-389
6241      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-396
6242      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-397
6243      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-398
6244      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-399
6245      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-400
6246      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.6--patch-405
6247      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--base-0
6248      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-1
6249      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-2
6250      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-3
6251      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-4
6252      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-5
6253      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-6
6254      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-7
6255      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-8
6256      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-9
6257      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-10
6258      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-11
6259      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-12
6260      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-13
6261      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-14
6262      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-15
6263      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-16
6264      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-17
6265      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-18
6266      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-19
6267      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-20
6268      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-21
6269      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-22
6270      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-23
6271      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-24
6272      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-25
6273      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-26
6274      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-27
6275      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-28
6276      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-29
6277      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-30
6278      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-31
6279      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-32
6280      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-33
6281      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-34
6282      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-35
6283      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-36
6284      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-37
6285      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-38
6286      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-39
6287      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-40
6288      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-41
6289      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-42
6290      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-43
6291      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-44
6292      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-45
6293      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-46
6294      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-47
6295      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-48
6296      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-49
6297      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-50
6298      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-51
6299      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-52
6300      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-53
6301      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-54
6302      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-55
6303      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-56
6304      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-57
6305      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-58
6306      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-59
6307      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-60
6308      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-61
6309      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-62
6310      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-63
6311      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-64
6312      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-65
6313      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-66
6314      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-67
6315      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-68
6316      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-69
6317      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-70
6318      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-71
6319      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-72
6320      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-73
6321      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-74
6322      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-75
6323      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-76
6324      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-77
6325      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-78
6326      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-79
6327      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-80
6328      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-81
6329      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-82
6330      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-83
6331      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-84
6332      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-85
6333      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-86
6334      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-87
6335      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-88
6336      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-89
6337      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-90
6338      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-91
6339      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-92
6340      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-93
6341      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-94
6342      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-95
6343      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-96
6344      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-97
6345      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-98
6346      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-99
6347      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-100
6348      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-101
6349      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-102
6350      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-103
6351      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-104
6352      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-105
6353      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-106
6354      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-107
6355      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-108
6356      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-109
6357      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-110
6358      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-111
6359      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-112
6360      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-113
6361      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-114
6362      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-115
6363      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-116
6364      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-117
6365      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-118
6366      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-119
6367      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-120
6368      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-121
6369      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-122
6370      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-123
6371      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-124
6372      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-125
6373      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-126
6374      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-127
6375      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-128
6376      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-129
6377      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-130
6378      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-131
6379      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-132
6380      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-133
6381      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-134
6382      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-135
6383      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-136
6384      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-137
6385      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-138
6386      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-139
6387      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-140
6388      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-141
6389      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-142
6390      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-143
6391      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-144
6392      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-145
6393      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-146
6394      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-147
6395      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-148
6396      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-149
6397      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-150
6398      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-151
6399      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-152
6400      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-153
6401      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-154
6402      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-155
6403      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-156
6404      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-157
6405      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-158
6406      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-159
6407      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-160
6408      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-161
6409      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-162
6410      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-163
6411      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-164
6412      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-165
6413      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-166
6414      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-167
6415      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-168
6416      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-169
6417      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-170
6418      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-171
6419      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-172
6420      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-173
6421      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-174
6422      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-175
6423      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-176
6424      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-177
6425      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-178
6426      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-179
6427      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-180
6428      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-181
6429      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-182
6430      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-183
6431      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-184
6432      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-185
6433      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-186
6434      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-187
6435      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-188
6436      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-189
6437      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-190
6438      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-191
6439      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-192
6440      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-193
6441      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-194
6442      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-195
6443      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-196
6444      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-197
6445      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-198
6446      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-199
6447      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-200
6448      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-201
6449      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-202
6450      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-203
6451      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-204
6452      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-205
6453      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-206
6454      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-207
6455      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-208
6456      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-209
6457      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-210
6458      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-211
6459      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-212
6460      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-213
6461      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-214
6462      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-215
6463      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-216
6464      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-217
6465      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-218
6466      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-219
6467      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-220
6468      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-221
6469      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-222
6470      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-223
6471      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-224
6472      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-225
6473      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-226
6474      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-227
6475      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-228
6476      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-229
6477      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-230
6478      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-231
6479      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-232
6480      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-233
6481      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-234
6482      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-235
6483      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-236
6484      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-237
6485      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-238
6486      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-239
6487      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-240
6488      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-241
6489      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-242
6490      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-243
6491      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-244
6492      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-245
6493      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-246
6494      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-247
6495      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-248
6496      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-249
6497      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-250
6498      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-251
6499      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-252
6500      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-253
6501      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-254
6502      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-255
6503      walters@rhythmbox.org--2003b/rhythmbox--mainline--0.7--patch-256
6504      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--base-0
6505      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-1
6506      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-2
6507      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-3
6508      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-4
6509      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-5
6510      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-6
6511      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-7
6512      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-8
6513      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-9
6514      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-10
6515      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-11
6516      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-12
6517      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-13
6518      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-14
6519      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-15
6520      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-16
6521      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-17
6522      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-18
6523      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-19
6524      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-20
6525      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-21
6526      walters@rhythmbox.org--2003b/rhythmbox--playlists-2--0.6--patch-22
6527      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--base-0
6528      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-1
6529      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-2
6530      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-3
6531      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-4
6532      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-5
6533      walters@rhythmbox.org--2003b/rhythmbox--rhythmdb--0.7--patch-6
6534      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--base-0
6535      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-1
6536      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-2
6537      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-3
6538      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-4
6539      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-5
6540      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-6
6541      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-7
6542      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-8
6543      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-9
6544      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-10
6545      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-11
6546      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-12
6547      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-13
6548      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-14
6549      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-15
6550      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-16
6551      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-17
6552      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-18
6553      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-19
6554      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-20
6555      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-21
6556      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-22
6557      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-23
6558      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-24
6559      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-25
6560      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-26
6561      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-27
6562      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-28
6563      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-29
6564      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-30
6565      walters@rhythmbox.org--2003b/rhythmbox--tags--0.7--patch-31
6566      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--base-0
6567      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-1
6568      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-2
6569      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-3
6570      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-4
6571      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-5
6572      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-6
6573      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-7
6574      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-8
6575      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-9
6576      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-10
6577      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-11
6578      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-12
6579      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-13
6580      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-14
6581      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-15
6582      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-16
6583      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-17
6584      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-18
6585      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-19
6586      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-20
6587      yann@cvs.gnome.org--2003/rhythmbox--mainline--0.6--patch-21
6588      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--base-0
6589      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-1
6590      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-2
6591      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-3
6592      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-4
6593      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-5
6594      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-6
6595      yann@cvs.gnome.org--2003/rhythmbox--treednd--0.6--patch-7
6596      yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--base-0
6597      yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--patch-1
6598      yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--patch-2
6599      yann@pleiades.fr.eu.org--2004/rhythmbox--main--0.7--patch-3