From: George H. <geo...@us...> - 2011-11-17 20:38:17
|
Update of /cvsroot/win32forth/win32forth/Help/html In directory vz-cvs-4.sog:/tmp/cvs-serv27838 Modified Files: dexh-AcceleratorTables.htm dexh-paths.htm w32f-relnotes.6.14.htm w32f-relnotes.6.15.htm Log Message: Added to release notes plus some minor edits Index: w32f-relnotes.6.15.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/w32f-relnotes.6.15.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** w32f-relnotes.6.15.htm 14 Feb 2010 19:52:07 -0000 1.1 --- w32f-relnotes.6.15.htm 17 Nov 2011 20:38:15 -0000 1.2 *************** *** 8,12 **** ! <h1>Release Notes for version 6.14.00 </h2> <h2>Contributors (in alphabetical order) </h2> --- 8,12 ---- ! <h1>Release Notes for version 6.16.00 </h2> <h2>Contributors (in alphabetical order) </h2> *************** *** 31,36 **** <h3>System Changes</h3> <ul> ! <li>Line to be replaced by the first change</li> ! </ul> --- 31,46 ---- <h3>System Changes</h3> <ul> ! <li>Number of locals increased to 16.</li> ! <li>200X {: :} locals syntax added.</li> ! <li>EXECUTE-PARSING added.</li> ! <li>200X PARSE-NAME added.</li> ! <li>RECURSE now works correctly with :NONAME</li> ! <li>RESTORE-INPUT now repositions the file and rereads the line if input source is a file.</li> ! <li>USER area increased to 8192 bytes</li> ! <li>USER area moved down closer to parameter stack.</li> ! <li>New user variable TASK-STATUS added to provide 32 bit flags (8 for applications), plus access words.</li> ! <li>Assychronous callbacks in multi-media automatically handled.</li> ! <li>Opening source files associated with an editor (WinEd, SciEdit or Win32ForthIDE) when the editor is ! running causes the file to display in the running instance.</li> </ul> *************** *** 67,71 **** <hr> ! <p>Document : w32f-relnotes.6.15.htm -- 2010/02/14 -- </p> </body> --- 77,81 ---- <hr> ! <p>Document : w32f-relnotes.6.16.htm -- 2010/02/14 -- </p> </body> Index: dexh-AcceleratorTables.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/dexh-AcceleratorTables.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dexh-AcceleratorTables.htm 15 May 2008 06:28:27 -0000 1.1 --- dexh-AcceleratorTables.htm 17 Nov 2011 20:38:15 -0000 1.2 *************** *** 29,33 **** </code></b><br>Start a table of entries in the dictionary </p><p><b><code>: AccelEntry ( flags key-code command-id -- ) \ W32F sys ! </code></b><br>Add a entry to the current table </p><p><b><code>: HandlesThem ( Window -- ) \ W32F </code></b><br>Close a table and assign it to the given window. --- 29,33 ---- </code></b><br>Start a table of entries in the dictionary </p><p><b><code>: AccelEntry ( flags key-code command-id -- ) \ W32F sys ! </code></b><br>Add an entry to the current table </p><p><b><code>: HandlesThem ( Window -- ) \ W32F </code></b><br>Close a table and assign it to the given window. Index: w32f-relnotes.6.14.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/w32f-relnotes.6.14.htm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** w32f-relnotes.6.14.htm 14 Feb 2010 19:48:03 -0000 1.4 --- w32f-relnotes.6.14.htm 17 Nov 2011 20:38:15 -0000 1.5 *************** *** 62,66 **** <h2>New Libraries</h2> ! <ul> <li><b>EscapedStrings.f</b> Initial written by Stephen Pelc modified for Win32Forth by Dirk Busch.</li> </ul> --- 62,66 ---- <h2>New Libraries</h2> ! <ul> <li><b>EscapedStrings.f</b> Initially written by Stephen Pelc modified for Win32Forth by Dirk Busch.</li> </ul> Index: dexh-paths.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/dexh-paths.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dexh-paths.htm 18 Aug 2011 15:43:28 -0000 1.3 --- dexh-paths.htm 17 Nov 2011 20:38:15 -0000 1.4 *************** *** 23,27 **** </p><p><b><code>: path: ( -- ) </code></b><br>Defines a directory search path. <br /> ! The first 2 cells are used to handle a search path. <br /> The next 260 bytes are reserved for a counted string of a path. <br /> followed by null. <br /> --- 23,27 ---- </p><p><b><code>: path: ( -- ) </code></b><br>Defines a directory search path. <br /> ! The first cell holds a pointer to 2 cells in the user area which are used to handle a search path. <br /> The next 260 bytes are reserved for a counted string of a path. <br /> followed by null. <br /> |