gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/ming_ut...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/ming_ut...
Date: Wed, 11 Apr 2007 08:49:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/11 08:49:48

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: ming_utils.h 

Log message:
                * testsuite/misc-ming.all/ming_utils.h: define newSWFAction
                  to compileSWFActionCode when using older Ming versions.
                  Now we can use them interxchangeably (the newer newSWFAction
                  has to be preferred though).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2842&r2=1.2843
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/ming_utils.h?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2842
retrieving revision 1.2843
diff -u -b -r1.2842 -r1.2843
--- ChangeLog   11 Apr 2007 08:39:29 -0000      1.2842
+++ ChangeLog   11 Apr 2007 08:49:47 -0000      1.2843
@@ -1,5 +1,9 @@
 2007-04-11 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/ming_utils.h: define newSWFAction
+         to compileSWFActionCode when using older Ming versions.
+         Now we can use them interxchangeably (the newer newSWFAction
+         has to be preferred though).
        * testsuite/actionscript.all/MovieClip.as: add tests
          showing that user-defined event handlers must be handled
          differently then placeobject-defined ones. At least

Index: testsuite/misc-ming.all/ming_utils.h
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/ming_utils.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- testsuite/misc-ming.all/ming_utils.h        2 Apr 2007 10:38:34 -0000       
1.17
+++ testsuite/misc-ming.all/ming_utils.h        11 Apr 2007 08:49:48 -0000      
1.18
@@ -37,6 +37,8 @@
  */
 #if MING_VERSION_CODE >= 00040004
 # define compileSWFActionCode newSWFAction
+#else
+# define newSWFAction compileSWFActionCode
 #endif
 
 /* Missing define to allow using older Ming releases */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]