Changeset 1531 for trunk/README


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.