gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog README


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog README
Date: Mon, 04 Jun 2007 20:46:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/04 20:46:03

Modified files:
        .              : ChangeLog README 

Log message:
        * README: some opcode and classes are actually implemented now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3453&r2=1.3454
http://cvs.savannah.gnu.org/viewcvs/gnash/README?cvsroot=gnash&r1=1.28&r2=1.29

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3453
retrieving revision 1.3454
diff -u -b -r1.3453 -r1.3454
--- ChangeLog   4 Jun 2007 19:21:20 -0000       1.3453
+++ ChangeLog   4 Jun 2007 20:46:01 -0000       1.3454
@@ -1,5 +1,9 @@
 2007-06-04 Sandro Santilli <address@hidden>
 
+       * README: some opcode and classes are actually implemented now.
+
+2007-06-04 Sandro Santilli <address@hidden>
+
        * server/video_stream_instance.{cpp,h}: register Video AS class
          interface and provide class initialization.
        * server/asobj/: Global.cpp, Makefile.am, Video.{cpp,h}: Drop Video 
file, video

Index: README
===================================================================
RCS file: /sources/gnash/gnash/README,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- README      4 Jun 2007 18:00:08 -0000       1.28
+++ README      4 Jun 2007 20:46:03 -0000       1.29
@@ -1,4 +1,4 @@
-$Id: README,v 1.28 2007/06/04 18:00:08 rsavoye Exp $
+$Id: README,v 1.29 2007/06/04 20:46:03 strk Exp $
 
                    Gnash: the GNU Flash Player
 
@@ -40,17 +40,17 @@
 
 Currently implemented ActionScript classes are: Array, Boolean, Date,
 Key, Math, Mouse, Number, Object, Sound, String, XML, XMLNode,
-XMLSocket, NetStream, NetConnection, 
+XMLSocket, NetStream, NetConnection, Stage, Button.
 
 Partially implemented classes are: MovieClipLoader, LocalConnection,
-MovieClip, TextField, TextFormat, System, Function, LoadVars,
+MovieClip, TextField, TextFormat, System, Function, LoadVars, Video.
 
 Unimplemented classes are: Accessibility, Error, Microphone,
-Selection, SharedObject, Stage, Button, Camera, Color, ContextMenu,
-CustomActions, Video.
+Selection, SharedObject, Camera, Color, ContextMenu,
+CustomActions.
 
-Unimplemented Opcodes are: Throw, Implements, Extends, EnumObject, Try,
-NewMethod, MDLength, MDSubstring, MDChr, Delete, GetTarget.
+Unimplemented Opcodes are: Throw, Implements, Try,
+MDLength, MDSubstring, MDChr.
 
 Currently streaming video for some video sharing sites like Lulu.tv,
 or YouTube.com, does work. Your mileage with other sites may vary, but




reply via email to

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