summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog27
-rw-r--r--NEWS43
-rw-r--r--data/Makefile.am1
-rw-r--r--po/ChangeLog4
-rw-r--r--po/POTFILES.in1
-rw-r--r--src/plugins/mythtv/Makefile.am2
6 files changed, 58 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b8b00a08..4fce629cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+============ Version 2.21.0
+
+2007-10-21 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * data/Makefile.am:
+ * src/plugins/mythtv/Makefile.am: Fix distcheck errors
+
2007-10-21 Jan Arne Petersen <jpetersen@jpetersen.org>
* src/plugins/youtube/youtube.py: Use a regular expression to extract
@@ -25,25 +33,6 @@
2007-10-19 Bastien Nocera <hadess@hadess.net>
- reviewed by: <delete if not using a buddy>
-
- * browser-plugin/Makefile.am:
- * browser-plugin/totem-map.c: (totem_map_ensure_directory),
- (totem_map_new), (totem_map_get_contents), (totem_map_is_new),
- (totem_map_free), (totem_map_get_filename):
- * browser-plugin/totem-map.h:
- * browser-plugin/totem-plugin-viewer.c:
- (totem_embedded_open_internal), (startup_timeout),
- (totem_embedded_launch_player), (on_got_redirect),
- (totem_embedded_on_fullscreen_exit), (on_eos_event):
- * browser-plugin/totemPlugin.cpp:
- * browser-plugin/totemPlugin.h:
- * browser-plugin/totemPluginMd5.cpp:
- * browser-plugin/totemPluginMd5.h:
- * configure.in:
-
-2007-10-19 Bastien Nocera <hadess@hadess.net>
-
* data/totem.schemas.in:
* data/totem.ui:
* src/totem-preferences.c: (checkbutton3_toggled_cb),
diff --git a/NEWS b/NEWS
index 394f58024..d2f52182d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,48 @@
New features and significant updates in version...
+2.21.0, Changes from 2.20.1
+* Features
+ - Add a MythTV plugin, and a YouTube plugin
+ - Add the ability to drop files in specific places in the playlist
+ - Add a Cone plugin to mimic VLC's browser plugin
+ - Remove support for audio CDs, there are better options out there
+ - Allow ejecting CDs or removable drives when playing data files
+ - Disable text subtitles loading by default, as it can slow opening new files down
+ - Look for text subtitle files in the subtitles/ sub-directory as well
+ - Make it possible to select a DVD menu item with the 5 key of the numeric pad
+ - Add a totem-audio-preview program that plays audio data passed from the standard
+ input, as can be used by Nautilus' audio preview
+
+* Bugs
+ - Fix behaviour when a file appears twice in the playlist
+ - Disable the volume button on startup, so it doesn't pop on start
+ - Only make the "save screenshot" button sensitive when we can get a
+ screenshot
+
+* Browser plugin
+ - Add a toggle button to popup the right-click menu
+ - Implement SetVolume and SetSource in the Complex plugin
+ - Implement GetRate, GetMaxBytesLoaded, GetMovieSize, GetTime and GetDuration
+ in the QuickTime-compatible plugin
+ - Set the logo to a play button when we have something to play on click
+
+* Playlist parser:
+ - Add RSS and Atom podcasts parsing, including URLs reserved for iTunes
+ - Add metadata to the "playlist-started" signal
+ - Add totem_plparser_parse_duration
+ - Add support for the autoplay metadata in QuickTime metalinks
+ - Add support for the abstract, copyright, author and moreinfo
+ properties for ASX playlists
+ - Add support for the author, "dur", "clip-begin", abstract, and copyright
+ attributes of SMIL
+ - Ignore SDP and NSC files, backends handle them themselves
+ - Use the canonical device when giving the cdda MRL
+
+* xine-lib backend:
+ - Try to get authentication information from the keyring when
+ authentication fails for HTTP locations
+ - Seek by time instead of fraction when possible, gives better precision
+
2.19.90
* Make the default window size bigger on first startup
* Remove most of the flicker from the waiting cursor on startup
diff --git a/data/Makefile.am b/data/Makefile.am
index 7decc8bff..b20b2f10b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -103,6 +103,7 @@ CLEANFILES = \
totem-handlers.schemas.in \
totem-mime-types.h \
totem-video-thumbnail.schemas.in\
+ nautilus-audio-mime-types.h \
update-gconf.sh
DISTCLEANFILES =
diff --git a/po/ChangeLog b/po/ChangeLog
index d207c4581..74318e3d9 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-21 Bastien Nocera <hadess@hadess.net>
+
+ * POTFILES.in: Add the mythtv schemas to the list
+
2007-10-21 Djihed Afifi <djihed@gmail.com>
* ar.po: Updated Arabic Translation by Sohaib Afifi.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e7ec7e4db..63b57c3ea 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -47,6 +47,7 @@ src/plugins/gromit/totem-gromit.c
src/plugins/lirc/totem-lirc.c
[type: gettext/ini]src/plugins/media-player-keys/media-player-keys.totem-plugin.in
src/plugins/mythtv/totem-mythtv.c
+src/plugins/mythtv/totem-mythtv.schemas.in
[type: gettext/ini]src/plugins/ontop/ontop.totem-plugin.in
src/plugins/properties/totem-movie-properties.c
src/plugins/properties/bacon-video-widget-properties.c
diff --git a/src/plugins/mythtv/Makefile.am b/src/plugins/mythtv/Makefile.am
index 9f95d16aa..59fb799bc 100644
--- a/src/plugins/mythtv/Makefile.am
+++ b/src/plugins/mythtv/Makefile.am
@@ -51,6 +51,6 @@ libtotem_mythtv_la_CFLAGS = \
EXTRA_DIST = $(plugin_in_files) $(schema_in_files)
-CLEANFILES = $(noinst_DATA) $(BUILT_SOURCES)
+CLEANFILES = $(noinst_DATA) $(BUILT_SOURCES) $(schema_DATA)
DISTCLEANFILES = $(plugin_DATA)