CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/01/09 15:17:27
Modified files:
. : ChangeLog
Log message:
correctly ordered commits of 2007-01-08 (hopefully)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2064&r2=1.2065
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2064
retrieving revision 1.2065
diff -u -b -r1.2064 -r1.2065
--- ChangeLog 9 Jan 2007 15:14:20 -0000 1.2064
+++ ChangeLog 9 Jan 2007 15:17:27 -0000 1.2065
@@ -6,6 +6,38 @@
xmlnode.h, xmlnode.cpp, xmlsocket.h, xmlsocket.cpp: Don't make
building XML optional, it's part of the Flash spec.
+2007-01-09 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * server/swf_function.{cpp,h}: use symbolic
+ names for Function2 flags.
+
+2007-01-09 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * server/swf_function.cpp (operator()):
+ Fix 'this' reference in function2 (both register and local var,
+ only the latter tested but I'd assume the former would also work).
+ Remove "UNTESTED" notice for super in function2 local var as it's
+ now tested using latest Ming.
+
+2007-01-09 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * server/vm/ASHandlers.cpp (ActionSetRegister, ActionPushData):
+ when setting/getting registers in function2 context and local
+ registers are not available, fallback to using global register.
+
+2007-01-09 Bastiaan Jacques <[EMAIL PROTECTED]>
+
+ * macros/agg.m4: When pkg-config is available and it knows Agg,
+ check for the agg-2.5 header in case we're dealing with an
+ improperly named Agg package.
+
+2007-01-08 Sandro Santilli <[EMAIL PROTECTED]>
+
+ * server/as_environment.h: add num_local_registers() and
+ resize_local_registers() methods.
+ * libbase/log.{cpp,h}: added log_swferror and log_aserror
+ functions.
+
2007-01-08 Rob Savoye <[EMAIL PROTECTED]>
* Makefile.am: Change ZLIB_ to Z_, so it works with
@@ -51,38 +83,6 @@
* macros/incllist: List of directories to use for header file searches.
* macros/libslist: List of directories to use for library searches.
-2007-01-09 Sandro Santilli <[EMAIL PROTECTED]>
-
- * server/swf_function.{cpp,h}: use symbolic
- names for Function2 flags.
-
-2007-01-09 Sandro Santilli <[EMAIL PROTECTED]>
-
- * server/swf_function.cpp (operator()):
- Fix 'this' reference in function2 (both register and local var,
- only the latter tested but I'd assume the former would also work).
- Remove "UNTESTED" notice for super in function2 local var as it's
- now tested using latest Ming.
-
-2007-01-09 Sandro Santilli <[EMAIL PROTECTED]>
-
- * server/vm/ASHandlers.cpp (ActionSetRegister, ActionPushData):
- when setting/getting registers in function2 context and local
- registers are not available, fallback to using global register.
-
-2007-01-09 Bastiaan Jacques <[EMAIL PROTECTED]>
-
- * macros/agg.m4: When pkg-config is available and it knows Agg,
- check for the agg-2.5 header in case we're dealing with an
- improperly named Agg package.
-
-2007-01-08 Sandro Santilli <[EMAIL PROTECTED]>
-
- * server/as_environment.h: add num_local_registers() and
- resize_local_registers() methods.
- * libbase/log.{cpp,h}: added log_swferror and log_aserror
- functions.
-
2007-01-08 Bastiaan Jacques <[EMAIL PROTECTED]>
* macros/ffmpeg.m4: Fix a rather unfortunate typo that was causing
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit