Changeset 1658
- Timestamp:
- Jan 8, 2012, 11:03:45 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1617 r1658 1 1 New stuff at the top. This list is not necessarily complete. 2 3 3.20 4 o Identified mmioIdentifyFile's failure to correctly identify some files as the root cause of 5 a trap in GBM.DLL. ShowMultiMedia now only checks files with known multimedia extensions. 6 This will minimize but not complete prevent the problem. Ticket 402 (Gregg) 7 o Add suggested drive flags for use with Netdrive drives to help file. Ticket 171 (Gregg) 8 o Clarify ARCHIVER.BB2 date types and add a new one to fix displaying of .tar.gz files for Tar 1.15 and higher. 9 (Requires installation of ARCHIVER.TMP -> ARCHIVER.BB2) Ticket 473, 474 (Gregg) 10 o Stop loading EA.EXE's resources in high memory. This caused a trap on some machines. Ticket 470 (Gregg) 11 o Fixed behavior of the duplicate hotkey warning dialog in "Commands". Ticket 476 (Gregg) 12 o Fixed the failure of FM/2 to create a list file if it didn't already exist. Ticket 477 (Gregg) 13 o Fixed missing file size after copy in compare directories. Ticket 479 (Gregg) 14 o Extract called from the popup menu would fail if the archive file name contained a space. Ticket 480 15 (Gregg) 16 o Selecting "View" in the View Help Files dialog failed to open the selected file. Ticket 481 (Gregg) 17 o Fixed command line quoting. Ticket 475 (Gregg) 18 o The thread notes window now reopens on startup if it was open at shutdown. Ticket 482 (Gregg) 19 o Fixed a trap on drag in compare directory dialog. Ticket 483 (Gregg) 20 o Fix missing icons on archive and multimedia files. Ticket 484 (Gregg) 21 o FM/2 only opens either the scan error or select dialog on a drive scan error not both. Ticket 485 22 (Gregg) 23 o Code cleanup to try to increase drive scan speed. (Gregg) 2 24 3 25 3.19.1 … … 17 39 o Fixed CMD file that installs unzip V6 support to avoid a warpin hang. Ticket 459 (John) 18 40 o Associations were not being saved when an association was moved to the top or bottom of the 19 list. Ticket 466 (Gregg) 41 list. Ticket 466 (Gregg) 20 42 21 43 3.19 -
trunk/README
r1617 r1658 4 4 ³ See end of document for contact info ³ 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 7 FM/2 3.20 mainly addresses things that were annoying me. The only new item 8 is a new date type for ARCHIVER.BB2 which allows for the viewing of .tar.gz 9 archives directly using Tar 1.15 or higher. You will need to either replace 10 your ARCHIVER.BB2 with ARCHIVER.TMP from the package or replace/add Entry #10 11 (tar.gz) from the .TMP file to your existing ARCHIVER.BB2. We don't do this 12 automatically to avoid breaking any custom changes you may have made. We updated 13 some of the help information, fixed several rare traps and little things like 14 the failure to create a list file if it didn't already exist. See the history 15 file for more details. Please let us know if you find a defect. 6 16 7 17 FM/2 3.19.1 This is a bug fix release. Most of these have existed for a -
trunk/av2.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1581 r1658 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "201 1"10 #define COPYRIGHT_YEAR "2012" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1622 r1658 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 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
r1622 r1658 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1581 r1658 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 1950 #define VERMINOR 20 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR "" -
trunk/eas.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1617 r1658 1 FM/2 v3. 19.1built with OpenWatcom1 FM/2 v3.20.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1622 r1658 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1622 r1658 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/vdir.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1622 r1658 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1622 r1658 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/warpin/makefile
r1618 r1658 26 26 27 27 !ifndef FM2_VER # if defined on wmake command, use it 28 FM2_VER=-3- 19-1# default value28 FM2_VER=-3-20-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.