From: George H. <geo...@us...> - 2007-05-17 11:11:26
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31502/win32forth/doc Modified Files: p-relnotes.6.12.htm Log Message: gah:added to release notes Index: p-relnotes.6.12.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.12.htm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** p-relnotes.6.12.htm 25 Aug 2006 14:13:34 -0000 1.12 --- p-relnotes.6.12.htm 17 May 2007 11:11:22 -0000 1.13 *************** *** 78,82 **** <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 !!! Alternatively you can INCLUDE the file compat\oldpaths.f for a harness to use old code with the new paths.f</li> --- 78,82 ---- <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 being defined as a VALUE must be changed !!! Alternatively you can INCLUDE the file compat\oldpaths.f for a harness to use old code with the new paths.f</li> *************** *** 84,88 **** <h3>Documentation</h3> <p> ! A lot of new documentation was added using Brad Eckert's <a href="p-dexh.htm">DexH - Document Extractor</a>. </p> <h3>Bug fixes</h3> --- 84,88 ---- <h3>Documentation</h3> <p> ! A lot of new documentation has been added using an extended version of Brad Eckert's <a href="p-dexh.htm">DexH - Document Extractor</a>. </p> <h3>Bug fixes</h3> *************** *** 117,121 **** <ul> <li><a href="./classes/HTMLControl.htm">HTML browser control</a> ! This is a HTML browser control that can be used for all kinds of things. </li> --- 117,123 ---- <ul> <li><a href="./classes/HTMLControl.htm">HTML browser control</a> ! This is a HTML browser control that can be used for all kinds of things. This ! requires that Internet Explorer is installed (even if it's not your default ! browser). </li> |