From: Dirk B. <db...@us...> - 2006-07-23 10:14:38
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30749/doc Modified Files: p-relnotes.6.12.htm Log Message: - Some minor doc update. Index: p-relnotes.6.12.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.12.htm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** p-relnotes.6.12.htm 6 May 2006 07:59:48 -0000 1.9 --- p-relnotes.6.12.htm 23 Jul 2006 10:14:36 -0000 1.10 *************** *** 75,81 **** <h2>System Changes</h2> <p> ! <li>The File w32fHtmlDisplay.dll was removed because it was replaced whith ! the new ActiveX support written by Thomas Dixon. ! </li> </p> --- 75,81 ---- <h2>System Changes</h2> <p> ! <li>The File w32fHtmlDisplay.dll was removed because it was replaced whith the new ActiveX support written by Thomas Dixon.</li> ! <li>The File FreeImage.dll was added because it is used by the Win32Forth IDE to display Bitmap images.</li> ! <li>PATH-PTR was changed. All code that depend on PATH-PTR be defined as a VALUE must be changed !!!</li> </p> *************** *** 93,99 **** <ul> <li><a href="../Player4.exe">Player4 (Audio/Video player)</a></li> ! <li><a href="../PlayVirginRadio.exe">PlayVirginRadio (Play "Virgin Radio" from the internet)</a></li> ! <li><a href="../solipion.exe">Solipion (Classic Morpion Solitaire Like Game)</a></li> ! <li><a href="../sudoku.exe">Sudoku (Classic Sudoku Game)</a></li> </ul> --- 93,101 ---- <ul> <li><a href="../Player4.exe">Player4 (Audio/Video player)</a></li> ! <li><a href="../PlayVirginRadio.exe">PlayVirginRadio </a>(Play "Virgin Radio" from the internet)</li> ! <li><a href="../solipion.exe">Solipion </a>(Classic Morpion Solitaire Like Game)</li> ! <li><a href="../sudoku.exe">Sudoku </a>(Classic Sudoku Game)</li> ! <li><a href="../Win32ForthIDE.exe">The Win32Forth IDE </a>(It is a replacment for SciEdit and combines SciEdit and the Project Manager. SciEdit was removed from the distribution. But you can still get a copy from our CVS.)</li> ! <li><a href="../PictureViewer.exe">Picture Viewer </a>(A Simple Bitmap Viewer)</li> </ul> *************** *** 101,108 **** <ul> <li><a href="../src/lib/Resources.f">Resources (Utilities to copy, add and ! enumerate resources in .dll and .exe files (For Win NT4 or better only). </a> ! </li> ! <li><a href="../src/lib/fcom.f">Component Object Module (COM) Interface. </a> ! </li> </ul> --- 103,113 ---- <ul> <li><a href="../src/lib/Resources.f">Resources (Utilities to copy, add and ! enumerate resources in .dll and .exe files (For Win NT4 or better only). </a></li> ! <li><a href="../src/lib/fcom.f">Component Object Module (COM) Interface. </a></li> ! <li><a href="../src/tools/AxConList.f">src/tools/AxConList.f - Shows a list of all installed ActiveX controls</a></li> ! <li><a href="../src/tools/AxConInfo.f">src/tools/AxConInfo.f - Shows informations about an ActiveX control</a></li> ! <li><a href="p-dexh.htm">DexH - Document Extractor</a></li> ! <li><a href="p-noconsole.htm">Helper words for turnkey applications that don't need the w32fConsole.dll</a></li> ! <li><a href="../src/tools/DumpWindow.f">src/tools/DumpWindow.f - Dump all Top-Level-Windows to the console.</a></li> </ul> *************** *** 218,229 **** </ul> - <h2>New Tools</h2> - <ul> - <li><a href="../src/tools/AxConList.f">src/tools/AxConList.f - Shows a list of all installed ActiveX controls</a></li> - <li><a href="../src/tools/AxConInfo.f">src/tools/AxConInfo.f - Shows informations about an ActiveX control</a></li> - <li><a href="p-dexh.htm">DexH - Document Extractor</a></li> - <li><a href="p-noconsole.htm">Helper words for turnkey applications that don't need the w32fConsole.dll</a></li> - </ul> - <hr> <p>Document $Id$</p> --- 223,226 ---- |