gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/refmanual/building.xml do...


From: Benjamin Wolsey
Subject: [Gnash-commit] gnash ChangeLog doc/C/refmanual/building.xml do...
Date: Sun, 02 Mar 2008 09:20:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Benjamin Wolsey <bwy>   08/03/02 09:20:30

Modified files:
        .              : ChangeLog 
        doc/C/refmanual: building.xml configuration.xml 
                         cross_compiling.xml install.xml internals.xml 
                         plugin.xml 

Log message:
        Typo corrections to refmanual, library names and executables updated. 
The 'Tour of Gnash' (internals.xml) still has some outdated stuff.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5771&r2=1.5772
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/refmanual/building.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/refmanual/configuration.xml?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/refmanual/cross_compiling.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/refmanual/install.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/refmanual/internals.xml?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/refmanual/plugin.xml?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5771
retrieving revision 1.5772
diff -u -b -r1.5771 -r1.5772
--- ChangeLog   2 Mar 2008 01:28:33 -0000       1.5771
+++ ChangeLog   2 Mar 2008 09:20:27 -0000       1.5772
@@ -1,3 +1,8 @@
+2008-03-02 Benjamin Wolsey <address@hidden>
+
+       * doc/C/refmanual: some typo and other minor corrections to refmanual
+         only. 
+
 2008-03-01  Rob Savoye  <address@hidden>
 
        * doc/C/Makefile.am: Tweak dependencies more to deal with all the

Index: doc/C/refmanual/building.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/refmanual/building.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/refmanual/building.xml        1 Mar 2008 19:47:09 -0000       1.2
+++ doc/C/refmanual/building.xml        2 Mar 2008 09:20:29 -0000       1.3
@@ -27,7 +27,7 @@
       couple of the files, even with swap enabled and optimisation turned off.
     </para>
     <para>
-      At present the Gnash source is about 30 MB to extracted and configured
+      At present the Gnash source is about 30 MB extracted and configured
       and requires a total of about 125 megabytes to compile it.
     </para>
     <para>
@@ -67,7 +67,7 @@
          export CVS_RSH=ssh
          cvs -z3 -d:pserver:address@hidden:/sources/gnash co gnash
        </programlisting>
-       you will then be able to update your copy from the repository using
+       You will then be able to update your copy from the repository using
        <programlisting>
          cd gnash
          cvs update -d
@@ -110,7 +110,7 @@
     </para>
     
     <para>
-      The variables used by <emphasis>make</emphasis> can be redefined when
+      The variables used by <command>make</command> can be redefined when
       the program is invoked, if you desire it.   The most interesting flags
       are <emphasis>CFLAGS</emphasis> and <emphasis>CXXFLAGS</emphasis>,
       which are often used to enable debugging or turn of optimization.

Index: doc/C/refmanual/configuration.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/refmanual/configuration.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- doc/C/refmanual/configuration.xml   1 Mar 2008 21:14:06 -0000       1.3
+++ doc/C/refmanual/configuration.xml   2 Mar 2008 09:20:29 -0000       1.4
@@ -33,7 +33,7 @@
     list of <emphasis>all</emphasis> configuration options, including
     standard ones, can be seen by typing:
     <programlisting>
-      ./configure --help |less
+      ./configure --help | less
     </programlisting>
     Read further for a more detailed explanation of &app;-specific
     options.
@@ -59,12 +59,12 @@
     configure. The configure script will attempt to determine what to
     build based on the development libraries you have installed. The
     default configuration for Gnash is both GTK and KDE GUIs, the AGG
-    renderer, and Gstreamer for mltimedia support, with no extensions
+    renderer, and Gstreamer for multimedia support, with no extensions
     built.
   </para>
 
   <para>
-    Being higher portable, &app; has many configuration options
+    Being highly portable, &app; has many configuration options
     available, and not all are supposed to work together. A common
     mistake when configuring &app; is to supply too many options,
     overdriving &app;'s ability to do the right thing.

Index: doc/C/refmanual/cross_compiling.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/refmanual/cross_compiling.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/refmanual/cross_compiling.xml 1 Mar 2008 19:47:09 -0000       1.2
+++ doc/C/refmanual/cross_compiling.xml 2 Mar 2008 09:20:29 -0000       1.3
@@ -7,7 +7,7 @@
     architecture, and some system headers. 
     You will also need to cross compile all the <link 
linkend="docdepend">dependencies  
     </link> normally needed to build Gnash. This can on occasion be a
-    daunting process, as not libraries will cross configure and cross
+    daunting process, as not all libraries will cross configure and cross
     compile. There is more information about cross compiling all the
     dependant packages on the <ulink type="http"
     url="http://www.gnashdev.org";>http://www.gnashdev.org</ulink> web

Index: doc/C/refmanual/install.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/refmanual/install.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/refmanual/install.xml 1 Mar 2008 21:14:06 -0000       1.2
+++ doc/C/refmanual/install.xml 2 Mar 2008 09:20:30 -0000       1.3
@@ -14,12 +14,13 @@
   
   <para>
     &app; installs a number of <link linkend="libinstall">libraries</link>,
-    namely: <emphasis>libbase</emphasis>,
-    <emphasis>libgeometry</emphasis>, <emphasis>libbackend</emphasis>,
-    <emphasis>libserver</emphasis>, and <emphasis>libmozsdk</emphasis>.
+    namely: <emphasis>libgnashbase</emphasis>,
+    <emphasis>libgnashamf</emphasis>, <emphasis>libgnashmedia</emphasis>,
+    <emphasis>libserver</emphasis>, and <emphasis>libgnashplugin</emphasis>.
     <link linkend="appinstall">Executables</link>
     consist of the (optional) plugin, <filename>gprocessor</filename>,
-    <filename>cygnal</filename>,  and <filename>gnash</filename>.
+    <filename>cygnal</filename>,  <filename>dumpshm</filename>,
+    <filename>soldumper</filename>, and <filename>gnash</filename>.
     <link linkend="docinstall">Documentation</link> may also be installed.
     The installation location is controlled with the
     <emphasis>--prefix</emphasis> <link linkend="custompath">configure

Index: doc/C/refmanual/internals.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/refmanual/internals.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/refmanual/internals.xml       1 Mar 2008 21:14:06 -0000       1.2
+++ doc/C/refmanual/internals.xml       2 Mar 2008 09:20:30 -0000       1.3
@@ -132,10 +132,10 @@
       </sect3>
 
       <sect3 id="processor">
-       <title>Gprocesser</title>
+       <title>Gprocessor</title>
        
        <para>
-         Gprocesser is used to print out the actions (using the -va
+         Gprocessor is used to print out the actions (using the -va
          option) or the parsing (using the -vp option) of a flash
          movie. It is also used to produce the <emphasis>.gsc</emphasis>
          files that Gnash uses to cache data, thereby speeding up the
@@ -815,7 +815,7 @@
        The textarea is initially placed at <code>0, 50</code> and is 
<code>600x800</code> in size.
        You can resize/move the clip after loading it.
        Also, you can completely make the clip invisible if that bothers you. 
The important thing is the
-       *debuggin* trace (call to the trace function). The latter will be used 
by the testing framework.
+       <emphasis>debugging</emphasis> trace (call to the trace function). The 
latter will be used by the testing framework.
        </para>
 
        <para>
@@ -1025,8 +1025,8 @@
          
          <para>
            In this case you might want to use the MovieTester class to
-           implement a C++ test runner. Be aware that you can *mix* tests in
-           the MovieTester-based class with *self-contained*
+           implement a C++ test runner. Be aware that you can 
<emphasis>mix</emphasis> tests in
+           the MovieTester-based class with <emphasis>self-contained</emphasis>
            tests in the SWF file as long as you activate verbosity for
            the debug logfile. This is done, for example, for the
            DefineEditTextVariableNameTest.swf file. The corresponding

Index: doc/C/refmanual/plugin.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/refmanual/plugin.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- doc/C/refmanual/plugin.xml  1 Mar 2008 21:14:07 -0000       1.2
+++ doc/C/refmanual/plugin.xml  2 Mar 2008 09:20:30 -0000       1.3
@@ -1,5 +1,5 @@
 <chapter id="nsapi">
-  <title>Mozilla/Firefox NSAPI Plugin</title>
+  <title>Mozilla/Firefox NPAPI Plugin</title>
 
   <para>
     The Mozilla SDK has two API layers for plugins. The older layer is




reply via email to

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