Changeset 1531


Ignore:
Timestamp:
May 30, 2010, 6:39:57 PM (15 years ago)
Author:
Gregg Young
Message:

Updates in preparation for the release of version 3.18

Location:
trunk
Files:
22 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r1496 r1531  
    44 ³       See end of document for contact info           ³
    55 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
     6
     7FM/2 3.18 This release removes high memory support at least for now.
     8Changes made to the openwatcom compiler which adds large file support to the
     9open file functions created a problem since DosOpenL doesn't work correctly
     10with high memory. This change also fixes the paste failure in VIO windows
     11when copying from FM/2.
     12
     13We have provided an archiver description for use with unzip ver 6. It is contained
     14in ARCHIVER.TMP. The installer copies the description to ARCHIVER.BB2 (last entry).
     15If you plan on using ver 6 as your default unzip you will need to activate this
     16description. The instructions follow:
     17
     18- This archiver definition assumes that UNZIP v6
     19  a) is named UNZIP.EXE
     20  b) is on the PATH
     21  c) precedes all other UNZIP.EXE versions on the PATH.
     22
     23- If any of these are not true, then either correct the problem listed above or:
     24  a) Select the UNZIP v6 definition. (See below.)
     25  b) Click on the "Edit" button
     26  c) Modify all instances of UNZIP.EXE to include a full path for UNZIP.EXE v6.
     27  d) Click on "OK", then "Close" and then "Yes" to exit and save your changes.
     28 
     29- FM/2 will not use this entry unless
     30  a) It is the only UNZIP definition; or
     31  b) You select it manually; or
     32  c) You move UNZIP v6 ahead of all the UNZIP's in the list of archivers.
     33  In order to do this:
     34     1) Select the UNZIP v6 definition. (See below.)
     35     2) Click on the "Up" button until the UNZIP v6 entry precedes all other
     36        UNZIP definitions.(If you have never modified ARCHIVER.BB2 it will
     37        need to be moved to the very top)
     38     3) Click on "Close" and then "Yes" to exit and save your changes
     39
     40Selecting the UNZIP v6 definition:
     41     1) Start FM/2
     42     2) Select the "Config" menu
     43     3) Select the "Edit" submenu
     44     4) Select the "Edit an archiver..." menu item
     45     5) In the dialog that appears scroll the list, if necessary, and select
     46        the UNZIP v6 definition 
     47       
     48We have made changes to the open files logic to correct some odd issues
     49caused by MMPM when ogg, flac and/or mpg IOProcs are installed. MPGs are now
     50recognized as media and zero byte files trigger a dialog offering to open
     51them in the text editor. We now pass .wpi files to the WPS if no association
     52is set for them. If you see FM/2 attempt to open non-media files as a media file
     53or fails to open a media file recognized as such by OS/2 as media, let us know.
     54
     55We reworked the user commands. Doing so makes COMMANDS.DAT obsolete with the
     56commands moving to FM3INI.INI. We did this to eliminate toolbar entry failures
     57caused by reordering the commands. It also keeps the hotkey the same following
     58a reorder and allows the user to select the hotkey they wish to use. The first
     59time you run 3.18, it will copy the commands information from COMMANDS.DAT to
     60the INI. COMMANDS.DAT isn't deleted or changed so you can revert to an earlier
     61version without losing old commands. However, any commands you add or change
     62with this version will not be seen by older versions.
     63
     64You can use Ctrl-click to select state or commonly used directory quicklist entries
     65or walk dialog user list entries without activating them. This is handy for deleting
     66entries without changing the window's state.Compare directories has been rework to
     67enhance its speed, allow for quick cancel and provide the option of AND'ed
     68selection (CTRL click). AND'ed selection selects from currently selected entries
     69as opposed to all entries. See the help file for more information. We have fixed
     70some rare traps and hangs and a few annoying bugs like the failure of the append
     71checkbox in the list file dialog to append. Please see the history file for a more
     72complete list of changes.
    673
    774FM/2 3.17: This release provides for loading FM/2 partially in high memory
  • trunk/av2.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Archive Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/databar.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99#option stack = 65536 # 14 Dec 08 SHL
  • trunk/dirsize.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/dll/copyright.h

    r1391 r1531  
    88 */
    99
    10 #define COPYRIGHT_YEAR "2009"
     10#define COPYRIGHT_YEAR "2010"
    1111
    1212#define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \
  • trunk/dll/fm3dll.def

    r1466 r1531  
    99# 10 Dec 08 SHL Ticket 26: Add excepiton handler support
    1010
    11 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     11option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    1212segment class 'DATA' readwrite loadoncall nonshared
    1313segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1466 r1531  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/version.h

    r1464 r1531  
    4848
    4949#define VERMAJOR       3
    50 #define VERMINOR       17
     50#define VERMINOR       18
    5151// Ensure VERREALMINOR nul for non-beta releases
    5252// #define VERREALMINOR   ""
  • trunk/eas.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/file_id.diz

    r1466 r1531  
    1 FM/2 v3.17.0 built with OpenWatcom
     1FM/2 v3.18.0 built with OpenWatcom
    22An OS/2 Warp+ PM 32-bit
    33file/directory/disk/archive/etc.
  • trunk/fm3.def

    r1466 r1531  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 655360
  • trunk/fm4.def

    r1466 r1531  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@F(ile) M(anager)/2 Lite Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 655360
  • trunk/global.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 388416
  • trunk/ini.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x60000
  • trunk/killproc.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/sysinfo.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/undel.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Undelete MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 0x50000
  • trunk/vcollect.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/vdir.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/viewinfs.def

    r1466 r1531  
    55# 16 Jun 07 GKY Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 122840
  • trunk/vtree.def

    r1466 r1531  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#The Netlabs FM/2 team:3.17.0#@##1## 09/20/2009 03:17:00      tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2009 Steven Levine and Associates, Inc. All rights reserved'
     7option description '@#The Netlabs FM/2 team:3.18.0#@##1## 05/30/2010 03:18:00      tresbopeep::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2010 Steven Levine and Associates, Inc. All rights reserved'
    88
    99option stack = 488416
  • trunk/warpin/makefile

    r1465 r1531  
    2626
    2727!ifndef FM2_VER                  # if defined on wmake command, use it
    28 FM2_VER=-3-17-0                  # default value
     28FM2_VER=-3-18-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.