Changeset 1679


Ignore:
Timestamp:
Jan 1, 2013, 10:42:27 PM (13 years ago)
Author:
Gregg Young
Message:

def, readme, history etc for release 3.21

Location:
trunk
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r1658 r1679  
    11New stuff at the top.  This list is not necessarily complete.
     2
     33.21
     4 o Search for duplicates now sorts results by filename. Ticket 8 (Gregg)
     5 o Since eCS includes unlock.exe I have added unlock file to the file (directory container context) menu
     6   so you can easily unlock a dll or exe file. Delete, copy and move operations open a dialog which allow
     7   you to unlock files as part of these operations. An icon is included if you wish to add unlock to a
     8   toolbar button. Ticket 11, 12, 357, 408 (Gregg)
     9 o Added information on FM/2 as a WPS replacement to help files; a few additional documentation updates.
     10   Ticket 55, 134 (Gregg)
     11 o Enhance compare directories to allow inclusion of subdirectories or use of a list file on opening
     12   Fixed failure of list file loading Ticket 145, 489 (Gregg)
     13 o Added a warning dialog when a delete, copy or move operation which replaces/deletes a read only file.
     14   Ticket 319 (Gregg)
     15 o The "target directory" is now a drop target for move/copy or conditionally to change the target.
     16   Ticket 373 (Gregg)
     17 o The user can now change the presentation parameters in "thread notes" and "compare directories"
     18   Ticket 443 (Gregg)
     19 o Fixed 2 reported traps. Ticket 486, 487 (Gregg) 
    220
    3213.20
  • trunk/README

    r1658 r1679  
    55 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
    66
     7
     8FM/2 3.21 has a few enhancement which we hope you will find useful. Since eCS
     9includes unlock.exe I have added unlock file to the file (directory container
     10context) menu so you can easily unlock a dll or exe file. Delete, copy and move
     11operations will open a dialog which allow you to unlock files as part of these
     12operations. An icon is included if you wish to add unlock to a toolbar button.
     13(See the help file for the unlock id and instruction on adding a button).
     14Search for duplicate files now sorts results by filename. Updated the help file
     15adding information on FM/2 as a WPS replacement. Enhance compare directories to
     16allow inclusion of subdirectories or use of a list file on opening and fixed
     17a list file load failure. Added a warning dialog for a delete, copy or move
     18operation which replaces/deletes a read only file. Finally,the "target
     19directory" is now a drop target for move/copy or conditionally to change the target.
     20See the history file for more details. Please let us know if you find a defect.
     21
    722FM/2 3.20 mainly addresses things that were annoying me. The only new item
    823is a new date type for ARCHIVER.BB2 which allows for the viewing of .tar.gz
    924archives 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. 
    16 
    17 FM/2 3.19.1 This is a bug fix release. Most of these have existed for a 
     25your ARCHIVER.BB2 with ARCHIVER.TMP from the package or replace/add Entry #10
     26(tar.gz) from the .TMP file to your existing ARCHIVER.BB2. We don't do this
     27automatically to avoid breaking any custom changes you may have made. We updated
     28some of the help information, fixed several rare traps and little things like
     29the failure to create a list file if it didn't already exist. See the history
     30file for more details. Please let us know if you find a defect.
     31
     32FM/2 3.19.1 This is a bug fix release. Most of these have existed for a
    1833very long time but were only discovered recently. Included is a fixed
    1934FM/2 utilities wpi file. None of the utilities have been updated. The
     
    7287        need to be moved to the very top)
    7388     3) Click on "Close" and then "Yes" to exit and save your changes
    74      4) Restart FM/2   
     89     4) Restart FM/2
    7590
    7691- Selecting the UNZIP v6 definition:
     
    226241is therefore recommended that you run the following:
    227242
    228         CFGMGR /INSTALL /DEFAULTS /TOOLBARSONLY /UNATTENDED
     243        CFGMGR /INSTALL /DEFAULTS /TOOLBARSONLY /UNATTENDED
    229244
    230245CFGMGR is a REXX program located in the FM/2 installation directory.
  • trunk/av2.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/databar.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99#option stack = 65536 # 14 Dec 08 SHL
  • trunk/dirsize.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/dll/copyright.h

    r1658 r1679  
    88 */
    99
    10 #define COPYRIGHT_YEAR "2012"
     10#define COPYRIGHT_YEAR "2013"
    1111
    1212#define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \
  • trunk/dll/fm3dll.def

    r1658 r1679  
    99# 10 Dec 08 SHL Ticket 26: Add excepiton handler support
    1010
    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'
     11option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    1212segment class 'DATA' readwrite loadoncall nonshared
    1313segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1658 r1679  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/version.h

    r1658 r1679  
    4848
    4949#define VERMAJOR       3
    50 #define VERMINOR       20
     50#define VERMINOR       21
    5151// Ensure VERREALMINOR nul for non-beta releases
    5252// #define VERREALMINOR   ""
  • trunk/eas.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/file_id.diz

    r1658 r1679  
    1 FM/2 v3.20.0 built with OpenWatcom
     1FM/2 v3.21.0 built with OpenWatcom
    22An OS/2 Warp+ PM 32-bit
    33file/directory/disk/archive/etc.
  • trunk/fm3.def

    r1658 r1679  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 655360
  • trunk/fm4.def

    r1658 r1679  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 655360
  • trunk/global.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 388416
  • trunk/ini.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x60000
  • trunk/killproc.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/sysinfo.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/undel.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/vcollect.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 655360
  • trunk/vdir.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/viewinfs.def

    r1658 r1679  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 122840
  • trunk/vtree.def

    r1658 r1679  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    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'
     7option description '@#The Netlabs FM/2 team:3.21.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, 2013 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/warpin/makefile

    r1658 r1679  
    2626
    2727!ifndef FM2_VER                  # if defined on wmake command, use it
    28 FM2_VER=-3-20-0                  # default value
     28FM2_VER=-3-21-0                  # default value
    2929!ifdef %FM2_VER                  # if defined via env. var.
    3030FM2_VER=$(%FM2_VER)              #     use the env. var.
Note: See TracChangeset for help on using the changeset viewer.