Changeset 1531
- Timestamp:
- May 30, 2010, 6:39:57 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
-
README (modified) (1 diff)
-
av2.def (modified) (1 diff)
-
databar.def (modified) (1 diff)
-
dirsize.def (modified) (1 diff)
-
dll/copyright.h (modified) (1 diff)
-
dll/fm3dll.def (modified) (1 diff)
-
dll/fm3res.def (modified) (1 diff)
-
dll/version.h (modified) (1 diff)
-
eas.def (modified) (1 diff)
-
file_id.diz (modified) (1 diff)
-
fm3.def (modified) (1 diff)
-
fm4.def (modified) (1 diff)
-
global.def (modified) (1 diff)
-
ini.def (modified) (1 diff)
-
killproc.def (modified) (1 diff)
-
sysinfo.def (modified) (1 diff)
-
undel.def (modified) (1 diff)
-
vcollect.def (modified) (1 diff)
-
vdir.def (modified) (1 diff)
-
viewinfs.def (modified) (1 diff)
-
vtree.def (modified) (1 diff)
-
warpin/makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r1496 r1531 4 4 ³ See end of document for contact info ³ 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 7 FM/2 3.18 This release removes high memory support at least for now. 8 Changes made to the openwatcom compiler which adds large file support to the 9 open file functions created a problem since DosOpenL doesn't work correctly 10 with high memory. This change also fixes the paste failure in VIO windows 11 when copying from FM/2. 12 13 We have provided an archiver description for use with unzip ver 6. It is contained 14 in ARCHIVER.TMP. The installer copies the description to ARCHIVER.BB2 (last entry). 15 If you plan on using ver 6 as your default unzip you will need to activate this 16 description. The instructions follow: 17 18 - This archiver definition assumes that UNZIP v6 19 a) is named UNZIP.EXE 20 b) is on the PATH 21 c) precedes all other UNZIP.EXE versions on the PATH. 22 23 - If any of these are not true, then either correct the problem listed above or: 24 a) Select the UNZIP v6 definition. (See below.) 25 b) Click on the "Edit" button 26 c) Modify all instances of UNZIP.EXE to include a full path for UNZIP.EXE v6. 27 d) Click on "OK", then "Close" and then "Yes" to exit and save your changes. 28 29 - FM/2 will not use this entry unless 30 a) It is the only UNZIP definition; or 31 b) You select it manually; or 32 c) You move UNZIP v6 ahead of all the UNZIP's in the list of archivers. 33 In order to do this: 34 1) Select the UNZIP v6 definition. (See below.) 35 2) Click on the "Up" button until the UNZIP v6 entry precedes all other 36 UNZIP definitions.(If you have never modified ARCHIVER.BB2 it will 37 need to be moved to the very top) 38 3) Click on "Close" and then "Yes" to exit and save your changes 39 40 Selecting the UNZIP v6 definition: 41 1) Start FM/2 42 2) Select the "Config" menu 43 3) Select the "Edit" submenu 44 4) Select the "Edit an archiver..." menu item 45 5) In the dialog that appears scroll the list, if necessary, and select 46 the UNZIP v6 definition 47 48 We have made changes to the open files logic to correct some odd issues 49 caused by MMPM when ogg, flac and/or mpg IOProcs are installed. MPGs are now 50 recognized as media and zero byte files trigger a dialog offering to open 51 them in the text editor. We now pass .wpi files to the WPS if no association 52 is set for them. If you see FM/2 attempt to open non-media files as a media file 53 or fails to open a media file recognized as such by OS/2 as media, let us know. 54 55 We reworked the user commands. Doing so makes COMMANDS.DAT obsolete with the 56 commands moving to FM3INI.INI. We did this to eliminate toolbar entry failures 57 caused by reordering the commands. It also keeps the hotkey the same following 58 a reorder and allows the user to select the hotkey they wish to use. The first 59 time you run 3.18, it will copy the commands information from COMMANDS.DAT to 60 the INI. COMMANDS.DAT isn't deleted or changed so you can revert to an earlier 61 version without losing old commands. However, any commands you add or change 62 with this version will not be seen by older versions. 63 64 You can use Ctrl-click to select state or commonly used directory quicklist entries 65 or walk dialog user list entries without activating them. This is handy for deleting 66 entries without changing the window's state.Compare directories has been rework to 67 enhance its speed, allow for quick cancel and provide the option of AND'ed 68 selection (CTRL click). AND'ed selection selects from currently selected entries 69 as opposed to all entries. See the help file for more information. We have fixed 70 some rare traps and hangs and a few annoying bugs like the failure of the append 71 checkbox in the list file dialog to append. Please see the history file for a more 72 complete list of changes. 6 73 7 74 FM/2 3.17: This release provides for loading FM/2 partially in high memory -
trunk/av2.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1391 r1531 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "20 09"10 #define COPYRIGHT_YEAR "2010" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1466 r1531 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 12 12 segment class 'DATA' readwrite loadoncall nonshared 13 13 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r1466 r1531 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1464 r1531 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 1 750 #define VERMINOR 18 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR "" -
trunk/eas.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1466 r1531 1 FM/2 v3.1 7.0 built with OpenWatcom1 FM/2 v3.18.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1466 r1531 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1466 r1531 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1466 r1531 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1466 r1531 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 7.0#@##1## 09/20/2009 03:17:00 tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00 tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1465 r1531 26 26 27 27 !ifndef FM2_VER # if defined on wmake command, use it 28 FM2_VER=-3-1 7-0 # default value28 FM2_VER=-3-18-0 # default value 29 29 !ifdef %FM2_VER # if defined via env. var. 30 30 FM2_VER=$(%FM2_VER) # use the env. var.
Note:
See TracChangeset
for help on using the changeset viewer.
