From: George H. <geo...@us...> - 2006-08-25 12:54:08
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4195/win32forth/doc Modified Files: p-relnotes.6.10.htm p-relnotes.6.12.htm Log Message: gah:Updated documentation and tidy up. Index: p-relnotes.6.12.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.12.htm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** p-relnotes.6.12.htm 23 Jul 2006 10:14:36 -0000 1.10 --- p-relnotes.6.12.htm 25 Aug 2006 12:54:01 -0000 1.11 *************** *** 77,81 **** <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> --- 77,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 harnees to use old code with the new paths.f</li> </p> *************** *** 169,173 **** </li> </ul> ! <h2>New GDI class library</h2> <ul> --- 170,178 ---- </li> </ul> ! <h2>New ADO class library</h2> ! <ul> ! <li><a href="./classes/ADO.htm#0">ADOConnection</a> For connecting to a database.</li> ! <li><a href="./classes/ADO.htm#21">ADOCursor</a> For manipulating recordsets.</li> ! </ul> <h2>New GDI class library</h2> <ul> *************** *** 221,224 **** --- 226,230 ---- <li><a href="../demos/ListViewDemo.f">demos/ListViewDemo.f - Shows how to use the ListView control. Also shows how to implement a Spliiter window</a></li> + <li>demos\Ado\*.f - Various demos for the new Ado class library. Requires MS access to build the .mdb file for the tests. </ul> Index: p-relnotes.6.10.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.10.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** p-relnotes.6.10.htm 26 Feb 2006 07:13:13 -0000 1.3 --- p-relnotes.6.10.htm 25 Aug 2006 12:54:00 -0000 1.4 *************** *** 144,147 **** --- 144,149 ---- to print 4,000,000 spaces if the line has a comment has been fixed..</p> <p><b> REPRESENT </b> has been modified so zero is output as 0.0e0 by <b>FS.</b> </p> + <p><b> SYNONYM </b> now leaves the new name as hidden if the old name + isn't found. Also it correctly finds an earlier version of old name (if it's in the search order) where the two names are the same and the current and context vocabularies are also the same. </p> <h2>New Applications</h2> |