From: Braden M. <br...@us...> - 2007-01-23 05:52:11
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2396 Modified Files: ChangeLog Log Message: Added load-url command to openvrml-gtkplug; this facilitates loading a new world into an existing component instance. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1429 retrieving revision 1.1430 diff -C2 -d -r1.1429 -r1.1430 *** ChangeLog 23 Jan 2007 04:08:39 -0000 1.1429 --- ChangeLog 23 Jan 2007 05:52:06 -0000 1.1430 *************** *** 1,2 **** --- 1,13 ---- + 2007-01-23 Braden McDaniel <br...@en...> + + Added load-url command to openvrml-gtkplug; this facilitates + loading a new world into an existing component instance. + + * doc/openvrml-gtkplug.texi: Added description of load-url + command. + * src/openvrml-gtkplug/main.cpp + (command_istream_reader::operator()() const): Call + gtk_vrml_browser_load_url in response to a 'load-url' command. + 2007-01-22 Braden McDaniel <br...@en...> |