summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@svn.gnome.org>2007-02-18 22:37:10 +0000
committerChristian Persch <chpe@src.gnome.org>2007-02-18 22:37:10 +0000
commit58ffbb5b9d280a8c73db6786bbc23871d4bd98c2 (patch)
tree40709f1d5855fd7a5c37032332450e80f76c2820 /ChangeLog
parent310171d7c2d3e0b82e8fc6a664c68bf722d091ac (diff)
downloadtotem-58ffbb5b9d280a8c73db6786bbc23871d4bd98c2.tar.gz
Revert the patch from bug #405850, since G_GNUC_FUNCTION is absolutely
2007-02-18 Christian Persch <chpe@svn.gnome.org> * browser-plugin/Makefile.am: * browser-plugin/idl/Makefile.am: * browser-plugin/totemComplexPlugin.cpp: * browser-plugin/totemDebug.h: * browser-plugin/totemGMPError.cpp: * browser-plugin/totemGMPPlaylist.cpp: * browser-plugin/totemGMPPlugin.cpp: * browser-plugin/totemGMPSettings.cpp: * browser-plugin/totemNarrowSpacePlugin.cpp: Revert the patch from bug #405850, since G_GNUC_FUNCTION is absolutely useless. Factor the debug macros out into totemDebug.h so there's only one place to port to __FUNCTION__-less compilers. svn path=/trunk/; revision=4049
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c71da2a9a..f2521017a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2007-02-18 Christian Persch <chpe@svn.gnome.org>
+
+ * browser-plugin/Makefile.am:
+ * browser-plugin/idl/Makefile.am:
+ * browser-plugin/totemComplexPlugin.cpp:
+ * browser-plugin/totemDebug.h:
+ * browser-plugin/totemGMPError.cpp:
+ * browser-plugin/totemGMPPlaylist.cpp:
+ * browser-plugin/totemGMPPlugin.cpp:
+ * browser-plugin/totemGMPSettings.cpp:
+ * browser-plugin/totemNarrowSpacePlugin.cpp: Revert the patch from bug
+ #405850, since G_GNUC_FUNCTION is absolutely useless. Factor the debug
+ macros out into totemDebug.h so there's only one place to port to
+ __FUNCTION__-less compilers.
+
2007-02-14 Bastien Nocera <hadess@hadess.net>
* src/bacon-volume.h: revert a change that cause build to fail