summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-08-29 15:38:18 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-08-29 15:38:18 +0000
commit9396911fa58a6eea06950bf6c29506189054308b (patch)
tree602afdd8a19a75f9c78aff4a5a8b764b3305182e /ChangeLog
parent9d972066c6200006947ff24229c28d70fa6085c0 (diff)
downloadtotem-9396911fa58a6eea06950bf6c29506189054308b.tar.gz
Add the Cone plugin, a plugin to mimic the VLC plugin, write IDL files
2007-08-29 Bastien Nocera <hadess@hadess.net> * browser-plugin/Makefile.am: * browser-plugin/idl/Makefile.am: * browser-plugin/idl/totemICone.idl: * browser-plugin/idl/totemIConeAudio.idl: * browser-plugin/idl/totemIConeInput.idl: * browser-plugin/idl/totemIConePlaylist.idl: * browser-plugin/idl/totemIConeVideo.idl: * browser-plugin/totemConePlugin.cpp: * browser-plugin/totemConePlugin.h: * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPluginGlue.h: * configure.in: Add the Cone plugin, a plugin to mimic the VLC plugin, write IDL files from the web developers documentation available on their site (Helps: #462544) * browser-plugin/totemBasicPlugin.h: * browser-plugin/totemComplexPlugin.h: * browser-plugin/totemGMPError.h: * browser-plugin/totemGMPPlugin.h: * browser-plugin/totemMullYPlugin.h: * browser-plugin/totemNarrowSpacePlugin.h: Fix some includes #ifdef svn path=/trunk/; revision=4625
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dad0ee088..c5978fde1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2007-08-29 Bastien Nocera <hadess@hadess.net>
+
+ * browser-plugin/Makefile.am:
+ * browser-plugin/idl/Makefile.am:
+ * browser-plugin/idl/totemICone.idl:
+ * browser-plugin/idl/totemIConeAudio.idl:
+ * browser-plugin/idl/totemIConeInput.idl:
+ * browser-plugin/idl/totemIConePlaylist.idl:
+ * browser-plugin/idl/totemIConeVideo.idl:
+ * browser-plugin/totemConePlugin.cpp:
+ * browser-plugin/totemConePlugin.h:
+ * browser-plugin/totemPlugin.cpp:
+ * browser-plugin/totemPluginGlue.h:
+ * configure.in: Add the Cone plugin, a plugin to mimic the
+ VLC plugin, write IDL files from the web developers
+ documentation available on their site (Helps: #462544)
+
+ * browser-plugin/totemBasicPlugin.h:
+ * browser-plugin/totemComplexPlugin.h:
+ * browser-plugin/totemGMPError.h:
+ * browser-plugin/totemGMPPlugin.h:
+ * browser-plugin/totemMullYPlugin.h:
+ * browser-plugin/totemNarrowSpacePlugin.h:
+ Fix some includes #ifdef
+
2007-08-29 Philip Withnall <pwithnall@svn.gnome.org>
Update svn:ignore properties.