gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/introduction.xml doc/C/us...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog doc/C/introduction.xml doc/C/us...
Date: Mon, 03 Mar 2008 15:00:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/03 15:00:01

Modified files:
        .              : ChangeLog 
        doc/C          : introduction.xml 
        doc/C/usermanual: acknowledgments.xml installation.xml 
                          revisions.xml usage.xml 

Log message:
                * doc/C/usermanual: some typo corrections, small additions to
                  usage.xml and removal of obsolete options.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5781&r2=1.5782
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/introduction.xml?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/acknowledgments.xml?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/installation.xml?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/revisions.xml?cvsroot=gnash&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/usage.xml?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5781
retrieving revision 1.5782
diff -u -b -r1.5781 -r1.5782
--- ChangeLog   3 Mar 2008 11:27:41 -0000       1.5781
+++ ChangeLog   3 Mar 2008 14:59:59 -0000       1.5782
@@ -1,3 +1,8 @@
+2008-03-03 Benjamin Wolsey <address@hidden>
+
+       * doc/C/usermanual: some typo corrections, small additions to
+         usage.xml and removal of obsolete options.
+
 2008-03-03 Timo Jyrinki <address@hidden>
 
        * packaging/debian/: gnash.desktop, klash.desktop: add

Index: doc/C/introduction.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/introduction.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/C/introduction.xml      1 Mar 2008 14:47:16 -0000       1.1
+++ doc/C/introduction.xml      3 Mar 2008 15:00:00 -0000       1.2
@@ -6,16 +6,16 @@
     stand-alone application or as a plugin for several popular
     web browsers. It supports playing media from a disk or streaming
     over a network connection. Some popular video sharing sites like
-    YouTube are supported from a wide vaariety of devices from
+    YouTube are supported on a wide variety of devices from
     embedded ones to modern desktops.
   </para>
 
   <para>
     &app; has a better focus on security, allowing the user tight
     control of all network or disk based I/O. Gnash also supports
-    extending ActionScript by creating your own. You can write
+    extending ActionScript by creating your own classes. You can write
     wrappers for any development library, and import them into the
-    player much like perl or python does.
+    player much like Perl or Python does.
   </para>
 
   <sect1 id="audience">
@@ -31,13 +31,13 @@
   </sect1>    
   
   <sect1 id="runs-on">
-    <title>What Is Supported ?</title>
+    <title>What Is Supported?</title>
     
     <para>
       Gnash is known to compile for most any POSIX and ANSI C++
       conforming system if you have all the dependent libraries
-      installed. Systems we test on, and which Gnash is know to
-      run on are Ubuntu, Fedora, Debian, OpenBSD, NetBSD, FreeBSD,
+      installed. Systems we test on, and which Gnash is known to
+      run on are Ubuntu, Fedora, Debian, Mandriva, OpenBSD, NetBSD, FreeBSD,
       Win32, and Darwin (OSX) primarily. Occasionally other platforms
       are built, primarily by those distribution maintainers. This
       includes BeOS, Haiku, Syllable, OS/2, Solaris, Slackware, and
@@ -45,9 +45,9 @@
     </para>
     
     <para>
-      Gnash is a capable of reading up to SWF v9 files and opcodes,
+      Gnash is capable of reading up to SWF v9 files and opcodes,
       but primarily supports SWF v7, with better SWF v8 and v9
-      support under heavy developement. With the 0.8.2 release,
+      support under heavy development. With the 0.8.2 release,
       Gnash includes initial parser support for SWF v8 and v9.
       Not all ActionScript 2 classes are implemented yet, but all of the
       most heavily used ones are. Many ActionScript 2 classes are
@@ -56,13 +56,13 @@
     </para>
     
     <para>
-      Gnash has implemented about 80% of ActionScript v. 2.0, and has
-      begun implementing ActionScript v. 3.0. Gnash supports the
-      majority of Flash opcodes up to SWF version 9, and a wide
-      sampling of ActionScript classes for SWF version 8.
+      Gnash has implemented about 80% of ActionScript v2.0, and has
+      begun implementing ActionScript v3.0. Gnash supports the
+      majority of Flash opcodes up to SWF v9, and a wide
+      sampling of ActionScript classes for SWF v8.
     </para>
      <para>
-      As ActionsScript 3 is a more developed version of
+      As ActionScript 3 is a more developed version of
       ActionScript 2, many of the same classes work for
       both. Support has been added to Gnash's ActionScript library
       to support the new ActionScript 3 filters, which get applied
@@ -73,7 +73,7 @@
     
     <para>
       Gnash has included video support since early 2007, but this is
-      an every changing field of reverse engineering. Many of the
+      an ever changing field of reverse engineering. Many of the
       popular video sharing sites use SWF v8 or v9, which Gnash
       still has imperfect support for. This is improving all the
       time, so often builds from a development snapshot will work

Index: doc/C/usermanual/acknowledgments.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/acknowledgments.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/C/usermanual/acknowledgments.xml        20 Feb 2008 05:16:20 -0000      
1.1
+++ doc/C/usermanual/acknowledgments.xml        3 Mar 2008 15:00:00 -0000       
1.2
@@ -21,7 +21,7 @@
     
     <para>
       &app; is based on the public domain program
-      <application>GameSWF</application>, which is a graphics library
+      <application>GameSWF</application>, a graphics library
       for games that contains the heart of a SWF interpreter.  In December
       2005, &app; was forked from <application>GameSWF</application> and
       repackaged in the GNU project style, and a major recoding started.

Index: doc/C/usermanual/installation.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/installation.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- doc/C/usermanual/installation.xml   2 Mar 2008 16:28:29 -0000       1.9
+++ doc/C/usermanual/installation.xml   3 Mar 2008 15:00:00 -0000       1.10
@@ -98,7 +98,7 @@
            <row>
              <entry>Mandriva
              </entry>
-             <entry>i386, MIPS</entry>
+             <entry>i386, x86-64, MIPS</entry>
            </row>
            <row>
              <entry>Open Embedded, OpenMoko, Poky

Index: doc/C/usermanual/revisions.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/revisions.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- doc/C/usermanual/revisions.xml      1 Mar 2008 14:47:23 -0000       1.6
+++ doc/C/usermanual/revisions.xml      3 Mar 2008 15:00:00 -0000       1.7
@@ -7,7 +7,7 @@
       <para role="author">Rob Savoye
       <email>address@hidden</email>
       The end user parts of the manual have been pulled out of
-      the original version of the manual, and rewritten.
+      the original version of the manual and rewritten.
       </para>
       
       <para role="publisher">Open Media Now! Foundation</para>

Index: doc/C/usermanual/usage.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/usermanual/usage.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- doc/C/usermanual/usage.xml  2 Mar 2008 16:28:29 -0000       1.10
+++ doc/C/usermanual/usage.xml  3 Mar 2008 15:00:01 -0000       1.11
@@ -16,7 +16,7 @@
     may view them in the terminal window by executing the following at
     the command line: 
     <programlisting>
-      gnash --help |less
+      gnash --help | less
     </programlisting>
   </para>
   
@@ -114,26 +114,18 @@
          </row>
          <row>
            <entry>
-             <option>-p</option>
-           </entry>
-           <entry>
-             Run full speed (no sleep) and log frame rate.
-           </entry>
-         </row>
-         <row>
-           <entry>
-             <option>-a</option>
+             <option>-v</option>
            </entry>
            <entry>
-             Enable Actionscript debugging.
+             Be verbose; i.e. print important messages to stdout.
            </entry>
          </row>
          <row>
            <entry>
-             <option>-v</option>
+             <option>-vv</option>
            </entry>
            <entry>
-             Be verbose; i.e. print debug messages to stdout.
+             Be very verbose; i.e. also print debug messages to stdout.
            </entry>
          </row>
          <row>
@@ -141,7 +133,8 @@
              <option>-va</option>
            </entry>
            <entry>
-             Be verbose about movie Actions. 
+             Be verbose about movie actions (for ActionScript debugging). This
+             generates very large amounts of text and will affect &app;'s 
performance.
            </entry>
          </row>
          <row>
@@ -210,7 +203,7 @@
            </entry>
            <entry>
              Play once; exit when/if movie reaches the last
-             frame. This is the default.
+             frame.
            </entry>
          </row>
          <row>
@@ -270,6 +263,7 @@
              in; this is mainly used by plugins.
            </entry>
          </row>
+<!--
          <row>
            <entry>
              <option>-b bits</option>
@@ -277,12 +271,9 @@
            <entry>
              Bit depth of output window (for example, 16 or 32). Appropriate
              bit depths depend on the renderer and GUI library used.
-             <!--
-                 TODO: add information about which depths are suitable for each
-                 renderer.
-             -->
            </entry>
          </row>
+-->
          <row>
            <entry>
              <option>-u url</option>
@@ -305,11 +296,11 @@
          </row>
          <row>
            <entry>
-             <option>-P entrymeter</option>
+             <option>-P parameter</option>
            </entry>
            <entry>
-             Parameters are given in ParamName=Value syntax and are mostly 
-             useful to the plugin to honour EMBED tags attributes 
+             Parameters are given in the syntax &quot;ParamName=Value&quot; 
and are mostly 
+             useful for the plugin to honour EMBED tags attributes 
              or explicit OBJECT PARAM tags. A common use for -P 
              is to provide FlashVars 
              (ie: -P "FlashVars=home=http://www.gnu.org";).
@@ -392,6 +383,8 @@
              Restart the movie.
            </entry>
          </row>
+
+<!--
          <row>
            <entry>
              <option>CTRL-[ or kp-</option>
@@ -408,6 +401,7 @@
              Step forward one frame.
            </entry>
          </row>
+-->
          <row>
              <entry>
                <option>CTRL-L</option>
@@ -451,6 +445,7 @@
              Debug.  Test the call_method() function.
            </entry>
          </row>
+<!--
          <row>
            <entry>
              <option>CTRL-B</option>
@@ -459,6 +454,7 @@
              Toggle the background color.
            </entry>
          </row>
+-->
        </tbody>
       </tgroup>
     </table>




reply via email to

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