summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-10-11 23:05:21 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-10-11 23:05:21 +0000
commit8892c1e4954c0eb32b3680b730fbde7377594dee (patch)
tree6c67d4b956f5b485e237e2e3008b28d64049877f /README
parent453ac5cec64d35b41e898e7860bb25e6bdcbeb09 (diff)
downloadtotem-8892c1e4954c0eb32b3680b730fbde7377594dee.tar.gz
sort out the 0 length vs. streaming mess
2003-10-12 Bastien Nocera <hadess@hadess.net> * README: * src/totem-statusbar.c: (totem_statusbar_update_time): * src/totem.c: (update_mrl_label): sort out the 0 length vs. streaming mess
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index b4a09e285..71650756d 100644
--- a/README
+++ b/README
@@ -17,16 +17,21 @@ News
* Make HTTP proxies work again
* Fix scaling, fullscreen and visualisation in GStreamer backend
* Get the title of all the tracks when playing an Audio CD
+* Plenty of fixes for streams playback (playback on start works, no network
+ activity when paused)
+* Much faster playlist parsing when the files contain known good extensions
* Make properties menu unsensitive when we didn't manage to open a file, or
the logo was shown
* Fix restoration of the size on restart after exit in fullscreen
* Remove selected entries from the playlist with 'Delete'
* Use 'eject' to eject CDs and DVDs
-* Fix parsing of ASX playlists
+* Fix parsing of some ASX playlists
+* Ignore empty lines in .m3u files
* Make Shift+F10 display a popup menu
* Fix access keys
* Fix drag and dropping local files with '%' in their name
* Update the "skip to" spinner as time passes
+* Fix a hang on exit when playing back a song with visual effects on and paused
* A lot of API changes in the BaocnVideoWidget, cleanups
0.99.5: