From: Braden M. <br...@us...> - 2006-05-18 22:20:52
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv23521 Modified Files: ChangeLog Log Message: Set the command channel encoding to null (i.e., no encoding). Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1250 retrieving revision 1.1251 diff -C2 -d -r1.1250 -r1.1251 *** ChangeLog 18 May 2006 07:09:57 -0000 1.1250 --- ChangeLog 18 May 2006 22:20:46 -0000 1.1251 *************** *** 1,4 **** --- 1,10 ---- 2006-05-18 Braden McDaniel <br...@en...> + * mozilla-plugin/src/openvrml.cpp + (PluginInstance::SetWindow(NPWindow &)): Set the command channel + encoding to null (i.e., no encoding). + + 2006-05-18 Braden McDaniel <br...@en...> + Implemented Browser.createVrmlFromURL() in the Script node JavaScript binding. |