Changeset 708
- Timestamp:
- Jun 24, 2007, 10:35:56 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r688 r708 1 1 New stuff's at the top. This list is not necessarily complete. 2 2 3 3.06 (pending) 4 o Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit 5 o Mouse button 3 white space click to fail silently 3 3.06 4 o First release built with OpenWtcom associated documentation updates (Steven,Gregg,John) 5 o Fixed ramdisk not shown it states bar drive lists (Gregg) 6 o Fixed WORKPLACE_PROCESS envroment varible check (Gregg) 7 o Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit (Steven,Gregg) 8 o Mouse button 3 white space click to fail silently (Gregg) 9 o Document behavior of global.exe when attempt is made to run it from 4os2 (Gregg) 6 10 7 11 3.05.09 -
trunk/av2.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 65536 -
trunk/dirsize.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/dll/fm3dll.def
r691 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/14/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.' 8 8 segment class 'DATA' readwrite loadoncall nonshared 9 9 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r691 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/14/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r688 r708 41 41 03 Feb 07 SHL v3.05beta07: Release 42 42 14 Mar 07 SHL v3.05beta08: Release 43 13 May 07 GKY v3.05.09: Release 1st warpin installer version 44 24 Jun 07 GKY v3.06: Release 1st OpenWatcom release 43 45 44 46 ***********************************************************************/ 45 47 46 48 #define VERMAJOR 3 47 #define VERMINOR 0549 #define VERMINOR 6 48 50 // Ensure VERREALMINOR nul for non-beta releases 49 51 // #define VERREALMINOR "" 50 // #define VERREALMINOR ".09"__DATE__51 #define VERREALMINOR ".09 " __DATE__ " " __TIME__52 #define VERREALMINOR " "__DATE__ 53 //#define VERREALMINOR ".09 " __DATE__ " " __TIME__ 52 54 53 55 #define APPNAME "FM2" -
trunk/eas.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r684 r708 1 FM/2 v3.0 5.091 FM/2 v3.06.00 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/ disk/archive/etc. -
trunk/fm3.def
r691 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/14/2007 03:05:09SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r691 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/global.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r695 r708 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r695 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/15/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/warpin/fm2.wis.in
r699 r708 26 26 27 27 <PCK INDEX=1 28 PACKAGEID="Netlabs\FM2\Base\3\ 5\9"28 PACKAGEID="Netlabs\FM2\Base\3\6\0" 29 29 TITLE="FM/2 - File Manager/2 (Base package)" 30 30 TARGET="$(WARPIN_DEFAULTTOOLSPATH)\FM2" … … 67 67 68 68 The FM/2 base package must be installed to a drive with long filename support! 69 This is the first release of FM/2 that was build with OpenWatcom. Changing 70 compilers can introduce unexpected problem so you may want to install this 71 package to a location different than your current install for testing before 72 replacing your current version. See the readme for more information 69 73 </PCK> 70 74 71 75 <PCK INDEX=7 72 PACKAGEID="Netlabs\FM2 Utilities\FM2Utils\1\ 0\0"76 PACKAGEID="Netlabs\FM2 Utilities\FM2Utils\1\1\0" 73 77 TITLE="FM/2 Utilities" 74 78 EXTERNAL="fm2utils@@@FM2UTILS_VER@@@.wpi" … … 162 166 163 167 <PCK INDEX=3 164 PACKAGEID="Netlabs\FM2\FM/2 Tools\3\ 5\9\20070331"168 PACKAGEID="Netlabs\FM2\FM/2 Tools\3\6\0\20070624" 165 169 TITLE="Standalone FM/2 Tools" 166 170 TARGET="$(1)" … … 196 200 197 201 <PCK INDEX=10 198 PACKAGEID="Netlabs\FM2\Reset FM/2 Customizations\3\ 5\9\20070331"202 PACKAGEID="Netlabs\FM2\Reset FM/2 Customizations\3\6\0\20070624" 199 203 TITLE="Reset all FM/2 customizations to default values" 200 204 TARGET="$(1)"
Note:
See TracChangeset
for help on using the changeset viewer.