From: George H. <geo...@us...> - 2006-11-07 11:24:33
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4742/win32forth/src/console Modified Files: BasicWin.f WinBase.f Log Message: gah:Corrected spelling of separate Index: WinBase.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/WinBase.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** WinBase.f 3 Oct 2006 07:44:22 -0000 1.4 --- WinBase.f 7 Nov 2006 11:24:29 -0000 1.5 *************** *** 51,55 **** - added TTM_UPDATETIPTEXT, TTM_ENUMTOOLS & TTM_GETTEXT 19981117 ! - Seperated window classes into their own file (BasicWin.f) - Simplified definitions for zCount and MAKELONG - Factored ?WinError, but it still looks too complicated --- 51,55 ---- - added TTM_UPDATETIPTEXT, TTM_ENUMTOOLS & TTM_GETTEXT 19981117 ! - separated window classes into their own file (BasicWin.f) - Simplified definitions for zCount and MAKELONG - Factored ?WinError, but it still looks too complicated Index: BasicWin.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/BasicWin.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BasicWin.f 14 May 2006 10:46:19 -0000 1.4 --- BasicWin.f 7 Nov 2006 11:24:29 -0000 1.5 *************** *** 49,53 **** - Changed ?WinError to DROP in Enable: & Disable: methods 19981117 ! - Seperated these from WinBase.f where they had been defined. - General cosmetic updates - Added some validity checking to PutHandle: and Destroy: --- 49,53 ---- - Changed ?WinError to DROP in Enable: & Disable: methods 19981117 ! - separated these from WinBase.f where they had been defined. - General cosmetic updates - Added some validity checking to PutHandle: and Destroy: |