Ann, could you update the gnash website on gnu.org on a regular basis ? It's still CVS-based, and latest documentation about writing Dejagnu.swf-based testcases with other-then-Ming compilers is particularly useful for contributors. Thanks.
--strk; On Mon, Dec 11, 2006 at 11:32:25AM +0000, Ann Barcomb wrote: > CVSROOT: /sources/gnash > Module name: gnash > Changes by: Ann Barcomb <ann> 06/12/11 11:32:24 > > Modified files: > . : ChangeLog > doc/C : gnash.xml > > Log message: > Modified plugin list in documentation, > based upon comments from Bastiaan. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1910&r2=1.1911 > http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/gnash.xml?cvsroot=gnash&r1=1.34&r2=1.35 > > Patches: > Index: ChangeLog > =================================================================== > RCS file: /sources/gnash/gnash/ChangeLog,v > retrieving revision 1.1910 > retrieving revision 1.1911 > diff -u -b -r1.1910 -r1.1911 > --- ChangeLog 10 Dec 2006 23:33:36 -0000 1.1910 > +++ ChangeLog 11 Dec 2006 11:32:23 -0000 1.1911 > @@ -1,3 +1,7 @@ > +2006-12-11 Ann Barcomb <[EMAIL PROTECTED]> > + * Modified plugin list in documentation, > + based upon comments from Bastiaan. > + > 2006-12-11 Sandro Santilli <[EMAIL PROTECTED]> > > * server/swf/tag_loaders.cpp (place_object_2): > > Index: doc/C/gnash.xml > =================================================================== > RCS file: /sources/gnash/gnash/doc/C/gnash.xml,v > retrieving revision 1.34 > retrieving revision 1.35 > diff -u -b -r1.34 -r1.35 > --- doc/C/gnash.xml 4 Dec 2006 19:14:15 -0000 1.34 > +++ doc/C/gnash.xml 11 Dec 2006 11:32:24 -0000 1.35 > @@ -507,10 +507,8 @@ > <term>-x id</term> > <listitem> > <para> > - This option is only used by Mozplugger when running the > - standalone player from within a web browser like > - Firefox. This specifies the X11 window ID to display > - in. > + This specifies the X11 window ID to display > + in; this is mainly used by plugins. > </para> > </listitem> > </varlistentry> > @@ -519,7 +517,10 @@ > <term>-b bits</term> > <listitem> > <para> > - Bit depth of output window (16 or 32, default is 16). > + Bit depth of output window (for example, 16 or 32). Appropriate > + bit depths depend on the renderer and GUI library used. > + FIXME: add information about which depths are suitable for each > + renderer. > </para> > </listitem> > </varlistentry> > > > _______________________________________________ > Gnash-commit mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash-commit -- /"\ ASCII Ribbon Campaign \ / Respect for low technology. X Keep e-mail messages readable by any computer system. / \ Keep it ASCII. _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
