Update of /cvsroot/win32forth/win32forth/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19124/src
Modified Files:
GENERIC.F
Log Message:
Changed DexH to create a glossary file (w32f-glossary.csv) in the doc folder. This file can be used
to create a glossary file for win32forth as HTML.
Index: GENERIC.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/GENERIC.F,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** GENERIC.F 27 Jan 2006 10:10:25 -0000 1.8
--- GENERIC.F 4 Feb 2006 10:40:35 -0000 1.9
***************
*** 155,159 ****
then ;M
! :M Show: ( state -- ) \ use words like SW_SHOWNORMAL
\ *G The ShowWindow function sets the specified window's show state. \n
\ ** Possible values for state are:
--- 155,159 ----
then ;M
! :M Show: ( state -- )
\ *G The ShowWindow function sets the specified window's show state. \n
\ ** Possible values for state are:
|