CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 07/09/25 14:20:47
Modified files: . : ChangeLog doc/C/usermanual/usage: gnashrc.xml Log message: * doc/C/usermanual/usage/gnashrc.xml: document StreamsTimeout directive, remove duplicated line for StartStopped. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4404&r2=1.4405 http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/usermanual/usage/gnashrc.xml?cvsroot=gnash&r1=1.10&r2=1.11 Patches: Index: ChangeLog =================================================================== RCS file: /sources/gnash/gnash/ChangeLog,v retrieving revision 1.4404 retrieving revision 1.4405 diff -u -b -r1.4404 -r1.4405 --- ChangeLog 25 Sep 2007 14:17:18 -0000 1.4404 +++ ChangeLog 25 Sep 2007 14:20:46 -0000 1.4405 @@ -1,5 +1,7 @@ 2007-09-25 Sandro Santilli <[EMAIL PROTECTED]> + * doc/C/usermanual/usage/gnashrc.xml: document StreamsTimeout + directive, remove duplicated line for StartStopped. * libbase/: Makefile.am, WallClockTimer.{h,cpp}: New class for wall-clock timing. Interface borrowed by boost::timer, but this one uses wall-clock and Index: doc/C/usermanual/usage/gnashrc.xml =================================================================== RCS file: /sources/gnash/gnash/doc/C/usermanual/usage/gnashrc.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- doc/C/usermanual/usage/gnashrc.xml 3 Sep 2007 08:46:24 -0000 1.10 +++ doc/C/usermanual/usage/gnashrc.xml 25 Sep 2007 14:20:47 -0000 1.11 @@ -150,11 +150,12 @@ the latter (which doesn't affect $version and System.capabilities.version).</entry> </row> <row> -<entry>StartStopped</entry> -<entry>on/off</entry> -<entry>Set to <emphasis>on</emphasis> to have the GUI start in "stop" mode. This is useful in particular - for the plugin, so you have to explicitly start any movie on a webpage. This option is <emphasis>off</emphasis> by default. - </entry> +<entry>StreamsTimeout</entry> +<entry>double</entry> +<entry> +Set the number of seconds after which streams download time out. Note that timeouts only occurs after the given number of seconds +passed w/out anything was received. +</entry> </row> </tbody> </tgroup> _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit