Changeset 1774
- Timestamp:
- Apr 6, 2014, 7:42:00 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 22 edited
-
HISTORY (modified) (1 diff)
-
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)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1679 r1774 1 1 New stuff at the top. This list is not necessarily complete. 2 3 3.22 4 o Compare directories enhancements: 5 Fix snapshot file to actually load and save (with/without subdirectories) properly. 6 Toggle of include subdirectories leaves snapshot file loaded. Added an indicator 7 (textbox) that a list (snapshot) file is loaded.Ticket 490 (Gregg) 8 Added optional confirmation dialogs for delete move and copy Ticket 277 (Gregg) 9 Added EA compare option Ticket 80 (Gregg) 10 Fixed some minor interspace/display issues (Steven, Gregg) 11 o Fixed the readonly warning on delete code and enhanced the dialog it now has focus on 12 opening, accel keys, defaults to no and Esc key cancels operation. Rework readonly 13 code so it works with move to trashcan enabled Ticket 506 (Gregg) 14 Suppress readonly warning for delete of temporary files. Ticket 497 (Gregg) 15 o Changes to get 7z archives to work with AV2. Includes an ugly hack to compensate for 16 the fact that the compressed size is missing from some files in some archives. 17 This results in the filename being put in the nsize variable which then must be passed 18 to fname. Fortunately it displays compressed size as 0 since it can't deal with the non 19 numeric text string. A file name that is all numeric will show odd results. 20 Ticket 492 (Gregg) 21 o Changes to fix .tar.gz list because of changes in tar 1.20 (maybe earlier). Ticket 493 22 (Gregg) 23 o Added lzip support Ticket 494 (Gregg) 24 o Fix failure to create directory from archive file name when the name had a space. 25 Ticket 495 (Gregg) 26 o Added instruction for creating a new archiver definition in Archiver.bb2 using an 27 archive of the new type as a template to the help file. Ticket 21 (Gregg) 28 o Improved user interface responsiveness during long seek and scan operations (Gregg) 29 o Fixed trap that occurred when trying to run commands from the command list drop down 30 Ticket 509 (Gregg) 31 o Support git, svn, hg etc. version control metadata directory excludes in seek and scan 32 Ticket 404 (Steven) 33 o Fix trap on opening a file without an extension Ticket 496 (Gregg) 34 o Fix separate parameters. Moved to general page renamed separate settings for apps. 35 Ticket 497 (Gregg) 36 o Add "#" command line switch to workaround problem with blank command shell started 37 from fm2 after fm2 has been started with stdout and stderr redirected to a file. 38 Ticket 508 (Gregg) 39 o Fixed move to trashcan so it works when the trashcan::drives key hadn't been written 40 to OS2.INI Ticket 507 (Gregg) 41 o Installer fixes: Fixed the FM2 with logging object. Ticket 511 (Gregg) 42 Fixed install of file shadows in FM2 folder and subfolders Ticket 501 (John) 43 Fixed FM2 utilities install by FM2 warpin. (Gregg) 44 Fixed the suggest dialog which suggests parameters for newly installed objects. 45 Ticket 527 (Gregg) 46 o Fixed trap caused by cleanup of temp files left after a crash. Ticket 515 (John) 47 o Stopped file extensions in directory containers from changing to upper case following 48 a double click. Ticket 513 (Gregg) 49 o Stop loading FM2 in high memory to prevent odd traps. Ticket 500 (John) 50 o Fixed trap when attempting to print a file from an archive container Ticket 525 (Gregg) 51 o Disabled menu choices in archive container that aren't options for the selected 52 archiver. Ticket 100 (Gregg) 53 o Enhanced initial drive scan speed Ticket 528 (Gregg) 54 o Suppressed error message drive A: not ready on initial scan Ticket 529 (Gregg) 55 o Added information about drag and drop on program objects to the help file Ticket 530 56 (Gregg) 2 57 3 58 3.21 -
trunk/README
r1679 r1774 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 6 7 8 FM/2 3.22 provides enhancements to compare directories, seek and scan and the 9 archive viewer. It fixes the check for readonly files on delete to work in all 10 cases. It fixes some problems with the installer. We have also fixed a number 11 of cosmetic issues and several traps. We no longer load FM/2 in high memory as 12 we determined that was causing some of the traps. We tried to improve the speed 13 of drive scans and the responsiveness of the UI during long seek and scans. 14 See the history file for more details. Please let us know if you find a defect. 7 15 8 16 FM/2 3.21 has a few enhancement which we hope you will find useful. Since eCS -
trunk/av2.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 #option stack = 65536 # 14 Dec 08 SHL -
trunk/dirsize.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/dll/copyright.h
r1679 r1774 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "201 3"10 #define COPYRIGHT_YEAR "2014" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1679 r1774 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 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
r1679 r1774 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1679 r1774 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 2 150 #define VERMINOR 22 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR "" -
trunk/eas.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r1679 r1774 1 FM/2 v3.2 1.0 built with OpenWatcom1 FM/2 v3.22.0 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/disk/archive/etc. -
trunk/fm3.def
r1679 r1774 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r1679 r1774 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/global.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 655360 -
trunk/vdir.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r1679 r1774 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r1679 r1774 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3.2 1.0#@##1## 01/01/2013 03:21:00 tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2013Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.22.0#@##1## 2014-04-06 03:22:00 TRESBOPEEP::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2014 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.
