[Xfce4-commits] <parole:master> Prepare 0.1.99

Ali Abdallah noreply at xfce.org
Tue Dec 1 14:26:01 CET 2009


Updating branch refs/heads/master
         to 323e608cc63dcdce997702146f27c37923f5e915 (commit)
       from 708a6683211511e599ecdb5033ccfbec94f1994c (commit)

commit 323e608cc63dcdce997702146f27c37923f5e915
Author: Ali Abdallah <aliov at xfce.org>
Date:   Tue Dec 1 14:23:40 2009 +0100

    Prepare 0.1.99

 NEWS                                             |   24 +++++++++++++++----
 configure.ac.in                                  |    2 +-
 docs/plugin-api/Parole-Plugins-sections.txt      |    4 ---
 docs/plugin-api/tmpl/Parole-Plugins-unused.sgml  |   28 ++++++++++++++++++++++
 docs/plugin-api/tmpl/parole-provider-player.sgml |    8 ------
 docs/plugin-api/tmpl/parole-provider-plugin.sgml |    8 ------
 docs/plugin-api/tmpl/parole-stream.sgml          |   16 ------------
 7 files changed, 48 insertions(+), 42 deletions(-)

diff --git a/NEWS b/NEWS
index a921114..ee6137a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
-1.98
+0.1.99
+====
+- Fix bug in the active plugin saved list.
+- Added translators credit.
+- Fix a memory leak.
+- reload the logo when the theme is changed.
+- Fix compilation with xulrunner 1.9.2.
+- Fix bug #6039 concerning the crash on a virtual box.
+- Fix a variable type causing the cursor to be set invisible on the video
+  widget event if no video is playing.
+/* Browser plugin */
+- Fix buffering info that was displayed in fullscreen mode.
+- Stabilizing the browser plugin.
+
+0.1.98
 ====
 - Fix missing signal handler for the mute menu item.
 - Don't hide the controls in full screen when cursor is above
@@ -10,14 +24,14 @@
 - Added an option in the media chooser to chooer whether to start
   playing opened files directly or not (bug #6035).
 
-1.96
+0.1.96
 ====
 - Fix the plugin loader bug, when the a plugin is asking to pack a widget
   and the plugin loader is not ready (bug #6032).
 - Exit after 60 seconds of inactivity on the browser plugin to avoid
   any zombie process.
 
-1.95
+0.1.95
 ====
 - Use taglib when compiled to get the media title and display it in
   the list instead of waiting for a tag message from gst to change
@@ -40,7 +54,7 @@
 - Added --device command line to be used with cdda:// dvd:// etc...
 - Added browser media player plugin.
 
-1.91
+0.1.91
 ====
 - Don't runref the vis plugin as playbin will remove it on exit (bug #5830).
 - Fix settings dialog displayes in english when locales aren't english (bug #5829).
@@ -48,6 +62,6 @@
 - Fix some untranslatable strings (bug #5827).
 - Fix desktop file Application Type typo. (Type=Application instead if Type=Application;).
 
-1.90
+0.1.90
 ====
 First release.
diff --git a/configure.ac.in b/configure.ac.in
index 71d5b06..4b346c0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -3,7 +3,7 @@ m4_define([parole_verinfo],  [0:2:0])
 m4_define([parole_version_api],  [0])
 m4_define([parole_version_major],  [0])
 m4_define([parole_version_minor],  [1])
-m4_define([parole_version_micro],  [98])
+m4_define([parole_version_micro],  [99])
 m4_define([parole_version_build],  [@REVISION@])
 m4_define([parole_version_tag], [])
 m4_define([parole_version], [parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(), [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
diff --git a/docs/plugin-api/Parole-Plugins-sections.txt b/docs/plugin-api/Parole-Plugins-sections.txt
index dc2e22d..f72b9a5 100644
--- a/docs/plugin-api/Parole-Plugins-sections.txt
+++ b/docs/plugin-api/Parole-Plugins-sections.txt
@@ -1,6 +1,5 @@
 <SECTION>
 <FILE>parole-provider-player</FILE>
-PAROLE_PROVIDER_PLAYER_GET_INTERFACE
 ParoleProviderPlayerIface
 ParoleProviderPlayer
 ParolePluginContainer
@@ -23,7 +22,6 @@ parole_provider_player_get_type
 
 <SECTION>
 <FILE>parole-provider-plugin</FILE>
-PAROLE_PROVIDER_PLUGIN_GET_INTERFACE
 ParoleProviderPluginIface
 ParoleProviderPlugin
 parole_provider_plugin_get_is_configurable
@@ -58,8 +56,6 @@ parole_file_get_type
 ParoleMediaType
 <TITLE>ParoleStream</TITLE>
 ParoleStream
-parole_stream_new
-parole_stream_init_properties
 <SUBSECTION Standard>
 PAROLE_STREAM
 PAROLE_IS_STREAM
diff --git a/docs/plugin-api/tmpl/Parole-Plugins-unused.sgml b/docs/plugin-api/tmpl/Parole-Plugins-unused.sgml
index abec82b..86f6ab7 100644
--- a/docs/plugin-api/tmpl/Parole-Plugins-unused.sgml
+++ b/docs/plugin-api/tmpl/Parole-Plugins-unused.sgml
@@ -165,6 +165,20 @@ static void sample_provider_finalize (GObject *object)
   </part>
 
 
+<!-- ##### MACRO PAROLE_PROVIDER_PLAYER_GET_INTERFACE ##### -->
+<para>
+
+</para>
+
+ at o: 
+
+<!-- ##### MACRO PAROLE_PROVIDER_PLUGIN_GET_INTERFACE ##### -->
+<para>
+
+</para>
+
+ at o: 
+
 <!-- ##### ENUM ParoleFileFormat ##### -->
 <para>
 
@@ -183,3 +197,17 @@ static void sample_provider_finalize (GObject *object)
 @file: 
 @Returns: 
 
+<!-- ##### FUNCTION parole_stream_init_properties ##### -->
+<para>
+
+</para>
+
+ at stream: 
+
+<!-- ##### FUNCTION parole_stream_new ##### -->
+<para>
+
+</para>
+
+ at Returns: 
+
diff --git a/docs/plugin-api/tmpl/parole-provider-player.sgml b/docs/plugin-api/tmpl/parole-provider-player.sgml
index c038e96..b612838 100644
--- a/docs/plugin-api/tmpl/parole-provider-player.sgml
+++ b/docs/plugin-api/tmpl/parole-provider-player.sgml
@@ -19,14 +19,6 @@ playback status.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### MACRO PAROLE_PROVIDER_PLAYER_GET_INTERFACE ##### -->
-<para>
-
-</para>
-
- at o: 
-
-
 <!-- ##### STRUCT ParoleProviderPlayerIface ##### -->
 <para>
 
diff --git a/docs/plugin-api/tmpl/parole-provider-plugin.sgml b/docs/plugin-api/tmpl/parole-provider-plugin.sgml
index 0f1a36c..3a5c24d 100644
--- a/docs/plugin-api/tmpl/parole-provider-plugin.sgml
+++ b/docs/plugin-api/tmpl/parole-provider-plugin.sgml
@@ -20,14 +20,6 @@ can use to get access to various functionalities of the player.
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### MACRO PAROLE_PROVIDER_PLUGIN_GET_INTERFACE ##### -->
-<para>
-
-</para>
-
- at o: 
-
-
 <!-- ##### STRUCT ParoleProviderPluginIface ##### -->
 <para>
 
diff --git a/docs/plugin-api/tmpl/parole-stream.sgml b/docs/plugin-api/tmpl/parole-stream.sgml
index b043df7..9f11cff 100644
--- a/docs/plugin-api/tmpl/parole-stream.sgml
+++ b/docs/plugin-api/tmpl/parole-stream.sgml
@@ -145,19 +145,3 @@ signal of the player, the plugin shouldn't take reference and all the properties
 
 </para>
 
-<!-- ##### FUNCTION parole_stream_new ##### -->
-<para>
-
-</para>
-
- at Returns: 
-
-
-<!-- ##### FUNCTION parole_stream_init_properties ##### -->
-<para>
-
-</para>
-
- at stream: 
-
-



More information about the Xfce4-commits mailing list