Changeset 1581
- Timestamp:
- Jun 26, 2011, 9:52:24 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1528 r1581 1 1 New stuff at the top. This list is not necessarily complete. 2 3 3.19 4 o Added the option to open the directory container of an item in the collector. Ticket 362 (Gregg) 5 o Finally appear to have fixed the duplicate names in the tree container on drive scanning 6 Ticket 363 (Gregg) 7 o Corrected the drive space display in the drive information dialog. Ticket 367 (Gregg) 8 o Eliminate "Drive not Ready" error when change the "Show in tree" option. Ticket 437 (Gregg) 9 o Force a reload of Archiver.bb2 anytime it is edited using FM/2's archiver editor and on 10 opening the editor if it has been changed on disk. Ticket 438, 441 (Steven, Gregg) 11 o Added an Open file button to the EA editor so multiple files can be edited without opening and 12 closing the dialog box. Ticket 439 (Gregg) 13 o Prevent an AV/2 hang caused by deletion of the temp directory and check that the temp 14 directory exists before creating temp files also prevents some hangs. Ticket 440, 442 (Gregg) 15 o Fixed trap that occurred if seeall is closed while it is scanning. Ticket 444 (Steven) 16 o Fixed trap that occurred when a scan added more than 64k files to a container. Ticket 446, 448 17 (Steven, Gregg) 18 o Improved UI and PM response during large file scans and container closes. Tickets 452-57 19 (Steven, Gregg) 20 o Eliminate double count up of files and kibs in directory containers Ticket 458 (Gregg) 21 o Removed instructions for updating resources which was badly out of date. Ticket 371 (Gregg) 22 o Added .xqs files and now install debug package by default to better utilize exceptq. 23 Ticket 447 (Gregg) 24 o Load as much of FM/2 in high memory as possible. (Gregg) 2 25 3 26 3.18 -
trunk/README
r1537 r1581 4 4 ³ See end of document for contact info ³ 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 7 FM/2 3.19 I would like to dedicate this release of FM/2 to the memory 8 of my parents Ralph and Helen Young both of whom passed away earlier 9 this year. It has been over a year since the last release. The FM/2 10 team has been busy with a lot of other projects. This release mostly 11 fixes bugs. 12 13 The major change is that this version uses high memory to 14 load much of FM/2's code, data and resources. If your version of OS/2 15 doesn't support high memory please contact me and I will provide a low 16 memory version. If anyone contacts me, I will plan on both a high and 17 low memory version (or a way to convert one to the other) for future 18 releases. 19 20 You can now open a directory container from an item in the collector and 21 the EA editor now has a file open option. We also made some improvements 22 to FM/2's handling of containers holding large numbers of files 23 (greater than 64k). Please see the history file for more details. 6 24 7 25 FM/2 3.18 This release removes high memory support at least for now. -
trunk/av2.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1531 r1581 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "201 0"10 #define COPYRIGHT_YEAR "2011" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1531 r1581 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 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
r1531 r1581 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1531 r1581 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 1 850 #define VERMINOR 19 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR "" -
trunk/eas.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1531 r1581 1 FM/2 v3.1 8.0 built with OpenWatcom1 FM/2 v3.19.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1531 r1581 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1531 r1581 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1561 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/vdir.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1531 r1581 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1531 r1581 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.1 8.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, 2010Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.19.0#@##1## 06/26/2011 03:19:00 tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1531 r1581 26 26 27 27 !ifndef FM2_VER # if defined on wmake command, use it 28 FM2_VER=-3-1 8-0 # default value28 FM2_VER=-3-19-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.