From: Dirk B. <db...@us...> - 2005-05-20 16:29:47
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4417/doc Modified Files: p-relnotes.6.12.htm Log Message: Some ReleaseNote changes Index: p-relnotes.6.12.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.12.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-relnotes.6.12.htm 19 May 2005 22:02:30 -0000 1.1 --- p-relnotes.6.12.htm 20 May 2005 16:29:36 -0000 1.2 *************** *** 29,38 **** <h2>Contributors (in alphabetical order) </h2> <dir> <li>Dirk Busch</li> <li>George Hubert</li> <li>Alex McDonald</li> <li>Rod Oakford</li> <li>Andrew Stephenson</li> ! <li>Jos vd Ven </li> </dir> <h2>Distributions</h2> --- 29,41 ---- <h2>Contributors (in alphabetical order) </h2> <dir> + <li>Ezra Boyce</li> <li>Dirk Busch</li> + <li>Bruno Gauthier</li> <li>George Hubert</li> <li>Alex McDonald</li> <li>Rod Oakford</li> <li>Andrew Stephenson</li> ! <li>Jos van de Ven</li> ! <li>and some others...</li> </dir> <h2>Distributions</h2> *************** *** 95,99 **** <a href="Guide/primer.htm">"A Beginner's Guide to Forth"</a> and some of his <a href="Guide">formula translation source code</a>. ! <a href="http://www.complang.tuwien.ac.at/projects/forth.html">Anton Ertl</a> <img border="0" src="ONWEB.gif" width="16" height="16"> has given his permission to modify the <a href="http://www.complang.tuwien.ac.at/forth/gforth/Docs-html"> --- 98,102 ---- <a href="Guide/primer.htm">"A Beginner's Guide to Forth"</a> and some of his <a href="Guide">formula translation source code</a>. ! <a href="http://www.complang.tuwien.ac.at/anton/home.html">Anton Ertl</a> <img border="0" src="ONWEB.gif" width="16" height="16"> has given his permission to modify the <a href="http://www.complang.tuwien.ac.at/forth/gforth/Docs-html"> *************** *** 151,157 **** <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=43364">CVS Commit List</a>.</p> <h2>New Applications</h2> ! <h3>SciEdit</h3> ! <h3>Player4</h3> <hr> <p>Document $Id$</p> --- 154,173 ---- <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=43364">CVS Commit List</a>.</p> + <h2>New Applications</h2> ! <ul> ! <li><a href="SciEdit/SciEdit.htm">SciEdit</a> (Win32Forth Source-Editor)</li> ! <li><a href="ProMgr/ProjectManager.htm">ForthProject</a> (Win32Forth Project Manager)</li> ! <li>Player4 (Audio/Video player)</li> ! </ul> ! ! <h2>New Demos</h2> ! <ul> ! <li>HtmlDisplay.f - Display HTML pages in a Window</li> ! <li>MDIExample.f - Example of an MDI application</li> ! <li>MDIDialogExample.f - Example of an MDI application using the MDIDialogWindow Class</li> ! <li>MultiHello.f - Example of using Dialog windows in different threads</li> ! </ul> ! <hr> <p>Document $Id$</p> *************** *** 159,161 **** </body> ! </html> \ No newline at end of file --- 175,177 ---- </body> ! </html> |