From: George H. <geo...@us...> - 2011-03-01 21:54:27
|
Update of /cvsroot/win32forth/win32forth/Help/hdb In directory vz-cvs-4.sog:/tmp/cvs-serv19483 Modified Files: Help.cfg HelpCls.tv HelpWrd.hdb HelpWrd.ndx HelpWrd.txt Log Message: Updated hdb files for {: :} Index: HelpCls.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpCls.tv,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HelpCls.tv 31 Aug 2010 07:38:44 -0000 1.3 --- HelpCls.tv 1 Mar 2011 21:54:25 -0000 1.4 *************** *** 1,2290 **** ! 0 tvn| CLASSROOT| tvd| 5469| 1 tvn| -methods-| tvd| 0| ! -2 tvn| CLASSINIT:| tvd| 5470| ! -2 tvn| ~:| tvd| 5471| ! -2 tvn| ADDR:| tvd| 5472| ! -2 tvn| PRINT:| tvd| 5473| ! 1 tvn| OBJECT| tvd| 5474| 2 tvn| -methods-| tvd| 0| ! -3 tvn| GET:| tvd| 5475| ! -3 tvn| PUT:| tvd| 5476| [...4551 lines suppressed...] ! -4 tvn| FIELDNAME:| tvd| 8533| ! -4 tvn| GETINT:| tvd| 8534| ! -4 tvn| GETDOUBLE:| tvd| 8535| ! -4 tvn| GETFLOAT:| tvd| 8536| ! -4 tvn| GETSTR:| tvd| 8537| ! -4 tvn| GETBLOB:| tvd| 8538| ! -4 tvn| ISNULL?:| tvd| 8539| ! -4 tvn| NEXTROW:| tvd| 8540| ! -4 tvn| (BIND):| tvd| 8541| ! -4 tvn| BINDINT:| tvd| 8542| ! -4 tvn| BINDDOUBLE:| tvd| 8543| ! -4 tvn| BINDFLOAT:| tvd| 8544| ! -4 tvn| BINDSTR:| tvd| 8545| ! -4 tvn| BINDBLOB:| tvd| 8546| ! 1 tvn| STRING| tvd| 8552| 2 tvn| -methods-| tvd| 0| ! -3 tvn| GET:| tvd| 8553| ! -3 tvn| PUT:| tvd| 8554| ! -3 tvn| ADD:| tvd| 8555| ! -3 tvn| APPEND:| tvd| 8556| Index: Help.cfg =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/Help.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Help.cfg 8 Aug 2009 19:02:55 -0000 1.3 --- Help.cfg 1 Mar 2011 21:54:25 -0000 1.4 *************** *** 3,7 **** [WindowW] 1019 [WindowH] 708 ! [SplitterV] 206 [SplitterH] 112 \ No newline at end of file --- 3,7 ---- [WindowW] 1019 [WindowH] 708 ! [SplitterV] 210 [SplitterH] 112 \ No newline at end of file Index: HelpWrd.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** HelpWrd.txt 31 Aug 2010 07:38:44 -0000 1.7 --- HelpWrd.txt 1 Mar 2011 21:54:25 -0000 1.8 *************** *** 1447,1453 **** CREATE USERCONFIG$ BYTES &PS : (CLASSINIT) ( -- ) : (CLASSINIT) ( n1 -- ) - : (CLASSINIT) ( x y width height -- ) CONSTANT 1/1 CONSTANT 1/2 --- 1447,1453 ---- CREATE USERCONFIG$ BYTES &PS [...8450 lines suppressed...] - : OPEN-DIALOG2 ( filterindx filenam diradr titleadr specadr owner -- filename ) - : RUN-DIALOG ( owner_handle dialog-func-cfa -- a1 ) - : SAVE-DIALOG ( filename diraddr titleaddr specaddr owner -- filename ) - : SAVE-DIALOG2 ( filterindx filename diraddr titleaddr specaddr owner -- filename ) - :M SETDIR: ( a1 n1 -- ) - \ set the dialog directory string - :M SETFILTER: ( a1 n1 -- ) - \ set new file filter spec - :M SETTITLE: ( a1 n1 -- ) - :M START2: ( filterindex owner_handle -- a1 ) - :M START2: ( filterindex owner_handle -- a1 ) - :M START2: ( filterindex owner_handle -- a1 ) - :M START: ( owner_handle -- a1 ) - :M START: ( owner_handle -- a1 ) - :M START: ( owner_handle -- a1 ) - BYTES SZDIR - BYTES SZFILE - INT SZFILTER - INT SZTITLE --- 6831,6832 ---- Index: HelpWrd.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.hdb,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsY18ALH and /tmp/cvsFzZzXd differ Index: HelpWrd.ndx =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.ndx,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 Binary files /tmp/cvsRizGEI and /tmp/cvstuqQSe differ |