From: Braden M. <br...@us...> - 2006-11-28 06:12:34
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24588 Modified Files: Tag: OpenVRML-0_16-BRANCH ChangeLog Log Message: Removed "offset" argument from openvrml-gtkplug's "write" command. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1310.2.61 retrieving revision 1.1310.2.62 diff -C2 -d -r1.1310.2.61 -r1.1310.2.62 *** ChangeLog 24 Nov 2006 06:37:03 -0000 1.1310.2.61 --- ChangeLog 28 Nov 2006 06:12:32 -0000 1.1310.2.62 *************** *** 1,2 **** --- 1,15 ---- + 2006-11-28 Braden McDaniel <br...@en...> + + Removed "offset" argument from openvrml-gtkplug's "write" command. + + * doc/openvrml-gtkplug.texi: Removed "offset" argument from the + "write" command. + * mozilla-plugin/src/openvrml.cpp + (NPP_Write(NPP, NPStream *, int32, int32, int32, void *)): Don't + write the offset to the command stream. + * src/openvrml-gtkplug/main.cpp + (openvrml_player::command_istream_reader::operator() const): Don't + read the offset from the command stream. + 2006-11-24 Braden McDaniel <br...@en...> |