gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash doc/C/sources.xml ChangeLog
Date: Sun, 22 Oct 2006 01:56:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    06/10/22 01:56:30

Modified files:
        doc/C          : sources.xml 
        .              : ChangeLog 

Log message:
                * doc/C/sources.xml: Update configure option behaviour.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sources.xml?cvsroot=gnash&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1338&r2=1.1339

Patches:
Index: doc/C/sources.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sources.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- doc/C/sources.xml   15 Oct 2006 07:59:51 -0000      1.16
+++ doc/C/sources.xml   22 Oct 2006 01:56:30 -0000      1.17
@@ -953,13 +953,13 @@
        </varlistentry>
 
        <varlistentry>
-         <term>--disable-plugin</term>
+         <term>--enable-plugin</term>
          <listitem>
            <para>
-             Disable building the plugin. By default the
-             Mozilla Firefox plugin will be built if all the required
+             Enable building the plugin. By default the
+             Mozilla Firefox plugin won't be built, even if all the required
              files are found by configure. Configure
-             <emphasis>--with-plugindir</emphasis> to specify where the
+             <emphasis>--with-plugindir=</emphasis> to specify where the
              plugin should be installed. 
            </para>
          </listitem>
@@ -977,10 +977,14 @@
        </varlistentry>
 
        <varlistentry>
-         <term>--enable-klash</term>
+         <term>--disble-klash</term>
          <listitem>
            <para>
-             Enable support for Konqueror plugin.
+             Disble support for Konqueror plugin. If
+             <emphasis>--enable--plugin</emphasis> is  specified, and
+             support for building KDE programs is found, Klash is
+             built by default. This option limits the plugin to only
+             the Mozilla/Firefox one.
            </para>
          </listitem>
        </varlistentry>
@@ -1108,7 +1112,8 @@
          <listitem>
            <para>
              Enable support for the a sound handing system. Currently
-             only <emphasis>sdl</emphasis> works sufficiently.
+             only <emphasis>sdl</emphasis> works sufficiently. This
+             is enabled by default when building Gnash.
            </para>
          </listitem>
        </varlistentry>
@@ -1118,7 +1123,8 @@
          <listitem>
            <para>
              Specified the mp3 decoder to use with sdl sound handler.
-              Mixing this with --enable-sound=gst is invalid.
+              Mixing this with --enable-sound=gst is invalid. Using
+             <emphasis>mad</emphasis> is the default decoder.
            </para>
          </listitem>
        </varlistentry>
@@ -1133,7 +1139,8 @@
              used when you have hardware accelerated graphics. AGG i
              used when you don't have hardware accelerated
              graphics. Tyically most desktop machines hasve OpenGL
-             support, and most embedded systems don't.
+             support, and most embedded systems don't. OpenGl is the
+             default when building Gnash.
            </para>
          </listitem>
        </varlistentry>

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1338
retrieving revision 1.1339
diff -u -b -r1.1338 -r1.1339
--- ChangeLog   21 Oct 2006 22:32:29 -0000      1.1338
+++ ChangeLog   22 Oct 2006 01:56:30 -0000      1.1339
@@ -1,5 +1,18 @@
 2006-10-21  Rob Savoye  <address@hidden>
 
+       * gnash/NEWS: Update with new fetures.
+       * server/shm.cpp: Don't core dump anymore by not trying to open
+       the same memory segment twice.
+       * utilities/dumpshm.cpp: Shared memory utility. Lists, deletes,
+       and dumps internal data from Gnash shared memory segments.
+       * server/shm.h: Add more accessors for private data.
+       * server/asobj/LocalConnection.cpp: Dump all the networking crap,
+       that's for NetConnection.
+       * server/asobj/LocalConnection.h: Derive class from Shm base class 
+       instead of Network base class.
+       * testsuite/actionscript.all/LocalConnection.as: Use dejagnu.as.
+       * utilities/Makefile.am: Add dumpshm program.
+       
        * configure.ac: Build klash if the plugin is enabled, and KDE is
        found. Use --disable-klash with --enable-plugin to change this
        behaviour.
@@ -47,6 +60,7 @@
 
 2006-10-20 Sandro Santilli <address@hidden>
 
+       * doc/C/sources.xml: Update configure option behaviour.
        * testsuite/actionscript.all/swf_exists.exp: catch errors
          in 'makeswf' call.
        * testsuite/actionscript.all/swf_exists.exp: made it work




reply via email to

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