What's New                                 Fenimore's Macro Suite

Modified:  FN, DP, ALT D, F, H; 
           Enhanced Arrow Keys - Shift & CTRL, Left & Right

The following are the most recent changes made to the Macro Suite:


ALT D
10 Nov1      Removed directory menu information and placed it into
             a separate file, DIRPATH.  This file is then used by
             all other macros needing access to that same menu
             information (ALTF, for instance). Options are now
             case sensitive (they are no longer converted to
             uppercase from lowercase).  (Version 3.8)

12 Nov1      Made a few changes to make it easier to make changes
             to drives and directories. All directory and drive
             information is now in DP (formerly called DIRPATH).
             (Version 3.8a)

13 Nov1      Fixed the macro so that it works more closely to
             WordPerfect's operation. So, if you chose to do a
             directory on drive A (with ALTD) and later you hit
             LIST (F5) you'll get a default directory of drive A. 
             Previous to this you'd get a default directory
             listing of your WP51 Document directory.  An error
             handling routine was reactivated. After displaying
             its menu the error routine will return to the
             directory menu. (Version 3.8b)

ALT F
3 Nov1       Added OTHER option to the menu.  This allows the user
             to specify a destination not identified by the menu
             when saving a file. (Version 3.6a)

3 Nov1       Provided a multiple save option.  This allows more
             than one save location during a save operation. 
             NOTES: (1) Only provided drives and/or subdirectories
             are valid options (OTHER isn't provided at this
             time). (2) A RESET to the original subdirectory or
             drive is performed after all save operations
             (including multiple operations and all single drive
             operations, excluding single subdirectory saves).
             (Version 3.7)

6 Nov1       a) Fixed a tendency the macro had with saving the
             file to the original path three times during a
             multiple save (the original path is the path the file
             had when the macro was first run).  b) Changed the
             "save to a drive path" option to act like a save to
             a subdirectory path (i.e., that option BECOMES the
             path).  This doesn't happen during multiple saves
             though.  After multiple saves the path is reset to
             the original path. c) Long document names weren't
             being saved during a file save (i.e., during Rename
             or providing a nameless file a name). Fixed this
             problem.  (Version 3.71)

7 Nov1       Added several options: SUMMARY and PRINT. Also added
             additional identification for the OTHER option for
             clarification of its use. SUMMARY puts the user into
             the document summary screen -- ALTF terminates.  The
             PRINT option executes the PRINT macro (ALTP) -- ALTF
             terminates. Minor changes were made to the SAVE menu.
             (Version 3.72)

10 Nov1      Took the menu of options out of this macro and placed
             it in a macro file called "DIRPATH".  This macro file
             is reponsible for all menu options.  The advantage of
             this is that this file is also used by all files
             needing access to this same menu (ALTD, for
             instance). Options are now case sensitive (they are
             no longer converted to uppercase from lowercase).
             (Version 3.73)

12 Nov1      Made some changes to make it easier to
             add/delete/modify directories and/or drives.  All
             drive and/or directory information is now contained
             in DP (formerly DIRPATH).  DP is called to initialize
             some variables used by ALTF. (Version 3.73a)

ALT H
11 Nov1      Broke the macro into four (4) sections. The first
             section is the master menu (ALT H). The other
             sections are for each type of macro key: ALT, CTRL,
             and Shift.  These macros are named ALTKEY, CTRLKEY,
             and SHFKEY respectively.  Operation of the macro is
             essentially the same. (Version 2.1)

DP
10 Nov1      NEW. This macro has NO user functionality.  It is
             called by either ALTD or ALTF. This is a central
             macro for all macros requiring basically the same
             menu structure. At this time that means both ALTD and
             ALTF.  A change to this menu macro (addition or
             deletion) is now reflected in both ALTD and ALTF
             without having to modify both. The user needs to
             modify ONLY this macro to provide the directories
             and/or drives necessary for his/her system. Options
             are now CASE SENSITIVE.  The UPPERCASE only option
             was removed to increase the number of user definable
             letter options. (Version 1.0)

12 Nov1      Fixed a problem with a misnamed subroutine call which
             prevented access to drives. Rewrote a routine which
             didn't seem to work on early model ATs (too long a
             test...options at the beginning of the test worked,
             those at the end didn't). Modified a routine to act
             as a variable intializer for calling macros. (Version
             1.0a)

13 Nov1      Changed some path information for options to use the
             default Drive, WordPerfect directory and WordPerfect
             document variables identified by the initalization
             routine.  For those options which identify
             subdirectories off the WP51 directory or document
             directory (or the "default" drive) this "could"
             potentially save some work.  (Version 1.0b)

14 Nov1      Added a TEST to determine whether the initialization
             routine has been run.  If so, initialization isn't
             performed again.  Without this test the file Path and
             Name variables are reset.  If they are reset then a
             file rename isn't possible. (Version 1.0c)

FN
26 Oct1      NEW.  This macro has NO user functionality.  It is
             called by ALTF and ALTX to manipulate path
             specifications during file renames. Added to allow a
             user, during a file rename, decent manipulation of
             the path specification (i.e. path and filename).  The
             user is presented with the full path specification
             during which characters are added, inserted, or
             replaced. The following functions are provided:

             HOME HOME removes the path specification from the
             cursor to the beginning
             HOME END removes the path specification from the
             cursor to the end
             HOME RIGHT ARROW moves to the end of the path
             specification
             HOME LEFT ARROW moves to the beginning of the path
             specification
             DEL removes the character at the cursor
             BACKSPACE removes the character before the cursor
             INSERT. Added characters shift characters to the
             right of the cursor right
             = resets to the original path specification
             / causes the designated file to NOT be stored (Macro
             must be called from ALTX) (Version 1.0)

3 Nov1       Added hooks to support ALTF's OTHER option. This
             option adds provides a path not supported by the ALTF
             file save menu. (Version 1.1a)

4 Nov1       ALT X menu wasn't being dealt with correctly.  This
             change fixes it. (Version 1.1b)

12 Nov1      Added a variable used by calling macros to detect a
             CANCEL and therefore act accordingly. (Version 1.1c)

CTRL Enh Right Arrow
15 Nov1      This change lets the CTRL Enh right arrow work while
             in the TAB edit screen. (Version 3.01b)

CTRL Enh Left Arrow
15 Nov1      This change lets the CTRL Enh left arrow work while
             in the TAB edit screen. (Version 2.00b)

Shift Enh Right Arrow
15 Nov1      This macro works by detecting a depressed shift key
             while the enhanced right arrow is pressed as well.
             This change detects use while in the TAB edit screen.
             (Version 2.03b)

Shift Enh Left Arrow
15 Nov1      This macro works by detecting a depressed shift key
             while the enhanced right arrow is pressed as well.
             This change detects use while in the TAB edit screen.
             (Version 2.01b)
