2005-11-18 Paolo Bacchilega [ version 0.9.93 released ] * src/main.h (system_notify): * src/main.c (system_notify): * src/goo-window.c (player_start_cb): added position hint to the notification. 2005-11-10 Paolo Bacchilega * configure.in: added --enable-notification option to configure to enable/disable notification. 2005-11-09 Paolo Bacchilega * NEWS: updated. * src/ui.h: Added Quit on the tray icon popup menu. * src/main.h: * src/main.c: * src/goo-window.c: * src/Makefile.am: * configure.in: Notify the playing track when the main window is hidden. Requires libnotify. * src/dlg-ripper.c (update_progress_cb): use gint64 instead of guint64 * src/goo-player-cd.c (list_thread): use GST_QUERY_SEGMENT_END instead of GST_QUERY_TOTAL, as suggested by Felix Riemann (#312657). (cd_player_skip_to): fixed computation of the last available sector. 2005-11-08 Paolo Bacchilega * src/ui.h: * src/goo-window.c (goo_window_search_cover_on_internet): * src/dlg-cover-chooser.c (search_result_saved_cb): Fixed bug #315292: One error in the PO file. * configure.in: require gstreamer >= 0.8.11 * src/goo-player-cd.c (cd_player_skip_to, update_progress_cb): do not add the from_sector value anymore. Fixes bug #320699: the length bar stops when playing a song. 2005-08-28 Paolo Bacchilega * src/goo-window.c (window_update_statusbar_list_info): changed status info. * src/dlg-extract.c (dlg_extract): * configure.in: require libglade 2.5.0 for GtkFileChooserButton. Fixes debian bug #319713. * src/dlg-ripper.c (rip_current_track): use GST_TAG_MERGE_REPLACE instead of GST_TAG_MERGE_APPEND. Patch by Helge Kreutzmann. Fixes debian bug #319719. 2005-08-04 Paolo Bacchilega * configure.in: removed m4 macro directory. 2005-08-02 Paolo Bacchilega * configure.in: * Makefile.am: Fixes bug #312261: Gnome-doc-utils migration patch. Patch by Tommi Vainikainen. 2005-07-20 Paolo Bacchilega * src/goo-window.c: use gint64 for total_time