Changeset 1057


Ignore:
Timestamp:
Jul 8, 2008, 6:28:15 PM (17 years ago)
Author:
Gregg Young
Message:

3.11 release update

Location:
trunk
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r994 r1057  
    11New stuff's at the top.  This list is not necessarily complete.
     2
     33.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)
    222
    3233.10
  • trunk/README

    r1052 r1057  
    55 ³       See end of document for contact info           ³
    66 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
     7
     8FM/2 3.11 adds the option of having delete move the objects
     9to the Xworkplace trashcan. Undelete will open the trashcan
     10so you can restore deleted files. The only short coming is you
     11will need to rescan in order to see the restored file.
     12We also added a reserved state which allows you to return
     13FM/2 to the state it was in on start up (the shut down state).
     14We have improved the filtering of file names that contain
     15multiple periods and fixed FM/2's failure to always follow
     16the details settings from the setup notebook. The primary
     17task achieved for this release was the addition of fortify
     18support which allowed us to fix a handful of memory usage
     19related bugs. We fixed a few other minor issues see the
     20history for more details.
    721
    822Fm/2 3.10 adds the ability to set the command line length
     
    2943open a new email using that address. The viewer page in the
    3044settings notebook was split into 2 pages to facilitate the
    31 change. Additionally, We fixed some defects and enhance
     45change. Additionally, We fixed some defects and enhanced
    3246performance in some areas such as commandline quoting.
    3347
  • trunk/av2.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 488416
  • trunk/databar.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 65536
  • trunk/dirsize.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 0x50000
  • trunk/dll/fm3dll.def

    r1011 r1057  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88segment class 'DATA' readwrite loadoncall nonshared
    99segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r994 r1057  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/version.h

    r994 r1057  
    4848  12 Nov 07 SHL v3.09pre (shl)
    4949  10 Jan 08 GKY v3.09 Release
     50  02 Mar 08 GKY v3.10 Release
     51  06 Jul 08 GKY v3.11 Release
    5052
    5153***********************************************************************/
    5254
    5355#define VERMAJOR       3
    54 #define VERMINOR       10
     56#define VERMINOR       11
    5557// Ensure VERREALMINOR nul for non-beta releases
    5658// #define VERREALMINOR   ""
  • trunk/eas.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 0x50000
  • trunk/file_id.diz

    r994 r1057  
    1 FM/2 v3.10 built with OpenWatcom
     1FM/2 v3.11 built with OpenWatcom
    22An OS/2 Warp+ PM 32-bit
    3 file/directory/ disk/archive/etc.
     3file/directory/disk/archive/etc.
    44maintenance package with plenty of
    55bells and whistles -- a Swiss army
  • trunk/fm3.def

    r994 r1057  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 655360
  • trunk/fm4.def

    r994 r1057  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 655360
  • trunk/global.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 388416
  • trunk/ini.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 0x60000
  • trunk/killproc.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 0x50000
  • trunk/sysinfo.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 0x50000
  • trunk/undel.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 0x50000
  • trunk/vcollect.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 488416
  • trunk/vdir.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 488416
  • trunk/viewinfs.def

    r994 r1057  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 122840
  • trunk/vtree.def

    r994 r1057  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.10#@##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.'
     7option 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.'
    88
    99option stack = 488416
Note: See TracChangeset for help on using the changeset viewer.