From: George H. <geo...@us...> - 2010-02-25 19:22:54
|
Update of /cvsroot/win32forth/win32forth/Help/html In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10647/html Modified Files: Tag: V614XX w32f-relnotes.6.14.htm Log Message: Updated release notes and help items Index: w32f-relnotes.6.14.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/w32f-relnotes.6.14.htm,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** w32f-relnotes.6.14.htm 28 Aug 2008 00:29:04 -0000 1.3 --- w32f-relnotes.6.14.htm 25 Feb 2010 19:22:42 -0000 1.3.2.1 *************** *** 31,34 **** --- 31,35 ---- <h3>System Changes</h3> <ul> + <li>A new console written in Forth. w32fConsole.dll is not needed anymore.</li> <li>ForthForm has been integrated into the Win32ForthIDE.</li> <li>Help has been totally rewritten and runs in a separate application.</li> *************** *** 38,53 **** saving words (see <a href='w32f-MoveTo.6.14.htm'>"How to convert from version 6.12.00"</a>).</li> </ul> <h3>Bug fixes</h3> <p>A large number of bugs have been fixed. Changes can be found at the ! <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=43364">CVS Commit ! List</a>.</p> ! ! - <h2>New Applications</h2> - <ul> - </ul> <h2>New Tools</h2> --- 39,51 ---- saving words (see <a href='w32f-MoveTo.6.14.htm'>"How to convert from version 6.12.00"</a>).</li> + <li> A lot of code has been moved.</li> + <li> An improved IDE.</li> + <li> see ~\src\Compat\Evolve.f for specific to the changes between the releases 6.12.00 and 6.14.00.</li> </ul> <h3>Bug fixes</h3> <p>A large number of bugs have been fixed. Changes can be found at the ! <a href="http://sourceforge.net/mailarchive/forum.php?forum_name=win32forth-cvs">CVS Commit List</a>.</p> <h2>New Tools</h2> *************** *** 56,63 **** </ul> - <h2>New Controls</h2> - <ul> - </ul> - <h2>New classes</h2> <ul> --- 54,57 ---- *************** *** 65,81 **** <li><a href="./classes/ExtDC.htm">Ext-WinDC</a> Extended version of the WinDC class.</li> <li><a href="./classes/BitmapDC.htm">Bitmap-DC</a> Bitmap device context class.</li> - <ul> </ul> <h2>New Libraries</h2> ! <ul> ! </ul> ! ! <h2>New Demos</h2> ! <ul> </ul> <hr> ! <p>Document : w32f-relnotes.6.14.htm -- 2008/04/30 -- dbu_de</p> </body> --- 59,70 ---- <li><a href="./classes/ExtDC.htm">Ext-WinDC</a> Extended version of the WinDC class.</li> <li><a href="./classes/BitmapDC.htm">Bitmap-DC</a> Bitmap device context class.</li> </ul> <h2>New Libraries</h2> ! <ul> <li><b>EscapedStrings.f</b> Initial written by Stephen Pelc modified for Win32Forth by Dirk Busch.</li> </ul> <hr> ! <p>Document : w32f-relnotes.6.14.htm -- 2010/02/14 -- </p> </body> |