Changeset 1617
- Timestamp:
- Aug 13, 2011, 9:28:39 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1581 r1617 1 1 New stuff at the top. This list is not necessarily complete. 2 3 3.19.1 4 o This is a bug fix release. Most of these have existed for a very long time but were only 5 discovered recently. 6 o Fixed trap on startup when TMP and TEMP environment variable aren't present or aren't valid 7 Ticket 468 (Gregg) 8 o Fixed overlapped buttons in EA editor which prevented changing EAs. Ticket 467 (Gregg) 9 o Fixed collector trap when duplicate files were drop in. Ticket 461 (Steven) 10 o Fixed counter in collector to update # of files and KIBs at the same time. Ticket 455 (Gregg) 11 o Fixed path quoting code to prevent it adding a single " in some cases Ticket 463 (Gregg) 12 o Fixed commands to avoid assigning duplicate ID numbers. Ticket 463 (Gregg) 13 o Fixed commands dialog not to exit following clearing of a duplicate hotkey error. Ticket 464 14 (Gregg) 15 o Fixed FM/2 utilities wpi script so it can be installed without install FM/2 also. None of 16 the utilities have been updated. Ticket 460 (John) 17 o Fixed CMD file that installs unzip V6 support to avoid a warpin hang. Ticket 459 (John) 18 o Associations were not being saved when an association was moved to the top or bottom of the 19 list. Ticket 466 (Gregg) 2 20 3 21 3.19 -
trunk/README
r1585 r1617 4 4 ³ See end of document for contact info ³ 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 7 FM/2 3.19.1 This is a bug fix release. Most of these have existed for a 8 very long time but were only discovered recently. Included is a fixed 9 FM/2 utilities wpi file. None of the utilities have been updated. The 10 fix allows you to install the utilities without having to install FM/2. 11 See the history file for more details. Please let us know if you find 12 a defect. 6 13 7 14 FM/2 3.19 I am dedicating this release of FM/2 to the memory of my -
trunk/av2.def
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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/fm3dll.def
r1581 r1617 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'11 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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/eas.def
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 1 FM/2 v3.19. 0built with OpenWatcom1 FM/2 v3.19.1 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1581 r1617 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
r1581 r1617 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.19. 0#@##1## 06/26/2011 03:19:00tresbopeep::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'7 option description '@#The Netlabs FM/2 team:3.19.1#@##1## 08/13/2011 03:19:01 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
Note:
See TracChangeset
for help on using the changeset viewer.