From: George H. <geo...@us...> - 2011-08-19 14:42:05
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory vz-cvs-4.sog:/tmp/cvs-serv20258 Modified Files: AcceleratorTables.f FCOM.F RESOURCES.F TrayWindow.f Log Message: Added $Id:$ Index: RESOURCES.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/RESOURCES.F,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** RESOURCES.F 3 Aug 2008 11:08:51 -0000 1.8 --- RESOURCES.F 19 Aug 2011 14:42:03 -0000 1.9 *************** *** 1,3 **** ! \ Resources.f Utilities to copy, add and enumerate resources in .dll and .exe files. \ Rod Oakford Feb 2005 ****Does not work in Win98, need NT, Win2k or later**** \ --- 1,4 ---- ! \ $Id$ ! \ Utilities to copy, add and enumerate resources in .dll and .exe files. \ Rod Oakford Feb 2005 ****Does not work in Win98, need NT, Win2k or later**** \ Index: TrayWindow.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/TrayWindow.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** TrayWindow.f 26 Apr 2008 11:14:37 -0000 1.3 --- TrayWindow.f 19 Aug 2011 14:42:03 -0000 1.4 *************** *** 1,3 **** ! \ File: TrayWindow.f \ \ Author: Dirk Busch (dbu) --- 1,3 ---- ! \ $Id$ \ \ Author: Dirk Busch (dbu) *************** *** 11,15 **** \ *T TrayWindow class \ *P Windows that are created with this class will hide themself ! \ ** in the windows traybar when they are minimized. cr .( Loading TrayWindow class...) --- 11,15 ---- \ *T TrayWindow class \ *P Windows that are created with this class will hide themself ! \ ** in the windows traybar when they are minimized, rather than on the task bar. cr .( Loading TrayWindow class...) Index: AcceleratorTables.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/AcceleratorTables.f,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** AcceleratorTables.f 26 May 2006 12:41:05 -0000 1.5 --- AcceleratorTables.f 19 Aug 2011 14:42:03 -0000 1.6 *************** *** 1,3 **** ! \ AcceleratorTables.f Windows Accelerator Table support for Win32Forth \ October 2004 Rod Oakford --- 1,5 ---- ! \ $Id$ ! ! \ Windows Accelerator Table support for Win32Forth \ October 2004 Rod Oakford Index: FCOM.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/FCOM.F,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** FCOM.F 6 Jul 2011 12:04:34 -0000 1.7 --- FCOM.F 19 Aug 2011 14:42:03 -0000 1.8 *************** *** 1,2 **** --- 1,4 ---- + \ $Id$ + \ Component Object Module Interface for Win32forth \ Tom Dixon |