Changeset 1057
- Timestamp:
- Jul 8, 2008, 6:28:15 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r994 r1057 1 1 New stuff's at the top. This list is not necessarily complete. 2 3 3.11 4 o Fixed 2 traps in Dirsize, tickey 243 (Gregg Steven) 5 o Added the option of having delete move the files to the Xworkplace trashcan, ticket 43 6 (Gregg) 7 o Added fortify support fix several memory management issues, ticket 213 240 (Steven Gregg) 8 o Fixed multi dot file association/filtering logic, ticket 235 (KO Myung-Hun) 9 o The Newviewer (not the old MLE) is used to view files when view is selected from menus 10 ticket 241 (Gregg) 11 o Fixed issues with details view not following user selected settings, ticket 237 239 12 (Gregg John) 13 o Eliminated the "bare" ini key details setting names. They are now prefaced by the container 14 name (ie DIRCNRS_) ticket 234 (John) 15 o Made all command line lenghts obey user selected command line length, ticket 233 (Gregg) 16 o Added a state "FM2ShutDown" to the states dropdown box to allow easy return to the startup 17 state, ticket 227 (John) 18 o Fixed crash in compare directories if a file's name exceeded the OS/2 maximum, ticket 213 19 (Gregg) 20 o FM/2 reopens directory containers in the position they were closed in, ticket 103 (John) 21 o Add warnall suport (Steven) 2 22 3 23 3.10 -
trunk/README
r1052 r1057 5 5 ³ See end of document for contact info ³ 6 6 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 7 8 FM/2 3.11 adds the option of having delete move the objects 9 to the Xworkplace trashcan. Undelete will open the trashcan 10 so you can restore deleted files. The only short coming is you 11 will need to rescan in order to see the restored file. 12 We also added a reserved state which allows you to return 13 FM/2 to the state it was in on start up (the shut down state). 14 We have improved the filtering of file names that contain 15 multiple periods and fixed FM/2's failure to always follow 16 the details settings from the setup notebook. The primary 17 task achieved for this release was the addition of fortify 18 support which allowed us to fix a handful of memory usage 19 related bugs. We fixed a few other minor issues see the 20 history for more details. 7 21 8 22 Fm/2 3.10 adds the ability to set the command line length … … 29 43 open a new email using that address. The viewer page in the 30 44 settings notebook was split into 2 pages to facilitate the 31 change. Additionally, We fixed some defects and enhance 45 change. Additionally, We fixed some defects and enhanced 32 46 performance in some areas such as commandline quoting. 33 47 -
trunk/av2.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 65536 -
trunk/dirsize.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/dll/fm3dll.def
r1011 r1057 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.' 8 8 segment class 'DATA' readwrite loadoncall nonshared 9 9 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r994 r1057 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r994 r1057 48 48 12 Nov 07 SHL v3.09pre (shl) 49 49 10 Jan 08 GKY v3.09 Release 50 02 Mar 08 GKY v3.10 Release 51 06 Jul 08 GKY v3.11 Release 50 52 51 53 ***********************************************************************/ 52 54 53 55 #define VERMAJOR 3 54 #define VERMINOR 1 056 #define VERMINOR 11 55 57 // Ensure VERREALMINOR nul for non-beta releases 56 58 // #define VERREALMINOR "" -
trunk/eas.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r994 r1057 1 FM/2 v3.1 0built with OpenWatcom1 FM/2 v3.11 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 file/directory/ 3 file/directory/disk/archive/etc. 4 4 maintenance package with plenty of 5 5 bells and whistles -- a Swiss army -
trunk/fm3.def
r994 r1057 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r994 r1057 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/global.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r994 r1057 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r994 r1057 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.1 0#@##1## 03/02/2008 03:10:00 SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.11#@##1## 07/08/2008 03:11:00 GKYBuild::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2008 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416
Note:
See TracChangeset
for help on using the changeset viewer.