============ Version 0.99.16 2004-09-16 Bastien Nocera * configure.in: 2004-09-15 Bastien Nocera * NEWS: upd * README: update the Copyright notices * src/totem-playlist.c: (totem_playlist_current_has_prefix), (totem_playlist_clear_with_prefix): * src/totem-playlist.h: add totem_playlist_clear_with_prefix to remove playlist items with a particular prefix * src/totem.c: (totem_action_eject): call totem_playlist_clear_with_prefix when ejecting an optical media instead of simply stopping the play, so that the stream doesn't appear in the UI after an eject (Closes: #148480) 2004-09-15 Bastien Nocera * NEWS: upd * src/totem-pl-parser.c: (totem_pl_parser_parse_internal), (totem_pl_parser_parse): We now can recurse into 3 levels of subdirectories (enough for drag'n'dropping, say, an "iTunes Music" directory) (Closes: #149173) 2004-09-15 Bastien Nocera * src/totem.c: (totem_action_remote): fix addition of optical media URLs via the remote interface (Patch by Frederic Crozat ) 2004-09-15 Bastien Nocera * data/totem.keys: Add matroska to the .keys file for totem (Patch by Frederic Crozat ) 2004-09-15 Bastien Nocera * src/totem-preferences.c: (on_button1_clicked): fix KDE detection for newer KDE versions (Patch by Frederic Crozat ) 2004-09-15 Bastien Nocera * src/bacon-video-widget-xine.c: (xine_event_message), (bacon_video_widget_set_logo): work-around a bug in xine-lib where it wouldn't send the right error message if trying to play a DVD without libdvdcss installed (Patch by Frederic Crozat ) 2004-09-14 Bastien Nocera * src/totem-remote.h: * src/totem.c: (totem_action_remote), (process_options), (process_command_line_early), (process_command_line), (main): make --debug actually work for the instance that's being started, add a "--toggle-controls" command-line option (Closes: #152355) 2004-09-14 Bastien Nocera * src/totem.c: (process_command_line_quit), (main): make "totem --quit" just exit if there's no running Totem instance (Closes: #152360) 2004-09-14 Bastien Nocera * src/totem-playlist.c: (totem_playlist_key_press): make Ctrl+A select all the files in the playlist window (Closes: #152197) 2004-09-09 Ankit Patel * configure.in: Added 'gu' (Gujarati) to ALL_LINGUAS. 2004-09-01 Bastien Nocera * src/bacon-video-widget-xine.c: (xine_event_message): * src/totem-pl-parser.c: (totem_pl_parser_add_asf_parser), (totem_pl_parser_add_ra), (totem_pl_parser_add_asf), (totem_pl_parser_scheme_is_ignored): * src/totem-playlist.c: (totem_playlist_is_media): * src/totem.c: (totem_playing_dvd), (totem_is_media), (totem_action_open_files_list), (process_options), (process_command_line): * src/video-dev.c: use g_str_has_prefix instead of strncmp 2004-09-01 Bastien Nocera * src/bacon-video-widget-xine.c: (bacon_video_widget_open): Fix error message when the codec doesn't have a nice name 2004-08-23 Bastien Nocera * src/bacon-video-widget-properties.c: (bacon_video_widget_properties_set_from_current): Only try to get more audio/video metadata if audio/video is present 2004-08-21 Kjartan Maraas * configure.in: Add «nb» to ALL_LINGUAS. 2004-08-17 Mark McLoughlin * src/egg-recent-item.[ch], src/egg-recent-model.c, src/egg-recent-view-gtk.c: sync to latest libegg. 2004-08-03 Bastien Nocera * data/.cvsignore: upd 2004-08-03 Bastien Nocera * data/Makefile.am: * data/handlers.sh: * src/bacon-video-widget-xine.c: (setup_config): install the url-handlers (pnm, rtsp, mms and mmsh) at install-time, not at run-time 2004-07-30 Bastien Nocera * data/totem.keys: add audio/x-pn-realaudio-plugin for the benefit of the BBC Radio website 2004-07-28 Bastien Nocera * src/bacon-video-widget-xine.c: (bacon_video_widget_open): remove unused debug * src/totem-pl-parser.c: (totem_pl_parser_add_asf_parser), (totem_pl_parser_add_asf): fix parsing of ASX playlists ============ Version 0.99.15.1 2004-07-24 Bastien Nocera * NEWS: * configure.in: yay, I suck at doing releases