home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / fast350.arj / UPDATE.DOC < prev   
Encoding:
Text File  |  1992-05-08  |  15.9 KB  |  305 lines

  1.     1) FAST ACCESS revision history
  2. ================================================================================
  3. Version 1.00 - 09/01/90:
  4.  
  5. Initial release
  6.              
  7.  
  8. Version 2.00 - 12/02/90:
  9.  
  10. FA.EXE       a) View command now includes quick view of system files.  Any text
  11.                 file can also be viewed by typing in the pathname of the text
  12.                 file you want to view. (System files: AUTOEXEC.BAT & CONFIG.SYS)
  13.              b) Edit command now includes quick edit of system files.
  14.              c) Add command has been streamlined.
  15.              d) Fixed some minor bugs for clearing the (Wait ...) message.
  16.                 Bug came up when using a floppy drive system.
  17.              e) Fixed some color problems when using a monochrome monitor.
  18.              f) Function keys were reassigned (See Help screen in program),
  19.                 and some new commands added to them.
  20.              g) On start-up, the mouse cursor now shows up on row 7 over the
  21.                 highlighted application, instead of the middle of the screen.
  22.              h) Shell mode was deleted.
  23.              i) Now supports 43 or 50 line modes.
  24.              j) Deleted highlight keys in Setup window.
  25.              k) Partially fixed problem of executing programs after editing
  26.                 batch files.  Seems to be a problem with the QuickBASIC SHELL
  27.                 command.  Still doesn't work correctly 100% of the time.
  28.                 Sometimes after you edit a batch file and then you try to
  29.                 execute a program,  you simply end up back at the FAST ACCESS
  30.                 screen.  Why, I don't know.  Maybe someone out there can help.
  31.              l) Greater use of the mouse through-out the program.  Right button
  32.                 = Esc.  Now supported in the system file, directory & file
  33.                 menus.  When (F2=System Files) is on the screen, you can click
  34.                 the window for them.  In the Setup window, clicking on the
  35.                 highlighted item will select it.
  36.              m) Now works with J.P. Software's 4DOS, a COMMAND.COM replacement
  37.                 available on CompuServe (IBMSYS, Library 1).  Tested with
  38.                 version 3.02 and 3.02a only.
  39.              n) Help was revised and reworded.  Context sensitive help is avail-
  40.                 able on the Add, View & Edit commands.
  41.              o) No longer need the utility file MEMCHK.EXE.  FAST ACCESS does
  42.                 its own memory calculations.
  43.              
  44.              
  45. FAEDITOR.EXE a) Fixed bug in the <F4>-Undo command (did not work).
  46.              b) Fixed some color problems when using a monochrome monitor.
  47.              c) Cursor is positioned correctly when hitting the End key to get
  48.                 to the end of line.
  49.              d) Pop-up windows are now positioned correctly when in different
  50.                 video (display) modes (they are all centered on the screen now).
  51.              e) Fixed naming problem of back-up filename.  If the filename had
  52.                 no extension, it would have the wrong name applied to it.
  53.  
  54.  
  55. Version 2.01.04 - 02/15/91:
  56.  
  57. FA.EXE       a) Fixed the help text for the Setup window.  Last line referenced
  58.                 MEMCHK utility which is no longer needed.  Added <F7> function
  59.                 key and switched the <F2> (now display's History window) and
  60.                 <F7> keys.
  61.              b) FAST ACCESS now calculates total & free disk space.  If CHKDSK
  62.                 isn't found, it will still report these two items.
  63.              c) Added FA.LOG which tracks FAST ACCESS usage.  You can view the
  64.                 file with the View command, then press <F2> for system files and
  65.                 select FA.LOG.
  66.              d) Added error message if blank time in Setup window is greater
  67.                 than 30 minutes.
  68.              e) Revised the Info screen.  No longer blanks the screen when
  69.                 accessing CHKDSK.
  70.              f) Fixed the DOS version on the Info screen.  When you type in the
  71.                 VER command at the DOS prompt, some computers list all kinds of
  72.                 stuff, including what version of DOS your using.  FAST ACCESS
  73.                 is now aware of the "other" stuff.
  74.              g) Fixed the Bad sector bytes reported in the Info command.  I
  75.                 didn't have any on my hard disk, so the error got by me.
  76.              h) Changed the words App or Application to Program in the Add,
  77.                 Revise and View commands.  Also error messages reflect these
  78.                 changes.
  79.              i) Mouse now works on the Revise command.  You can click on the
  80.                 words (Program) or (Batch file) to select them.
  81.              j) Info command now reports CPU performance, using CPU.EXE, which
  82.                 was written by Simon Smith.  I don't know what will be reported
  83.                 if you have a 486 computer.  Please tell me.
  84.              k) There now is a History command.  <F2> will invoke the History
  85.                 window, which will display the last 9 programs that were
  86.                 executed.  Provides a quick way to execute your most recently
  87.                 used programs (that way you don't have to cursor all over the
  88.                 screen to execute them if you have a lot of programs listed).
  89.                 You can call up the History window with the mouse by clicking
  90.                 the left button anywhere on rows 5 or 6 (the top two rows the
  91.                 mouse is able to move to).  Clicking the right button will
  92.                 clear the History window.
  93.              l) Blankscreen now quickly blanks screen, instead of blanking like
  94.                 a closing curtain.
  95.              m) Switched functions of the <F2> and <F7> function keys.  See Help
  96.                 window in FAST ACCESS.
  97.              n) Editing functions have been switched on the command line.  Small
  98.                 cursor means Insert, and large cursor means Overstrike.  This
  99.                 works on all commands that provide for user input, such as Add,
  100.                 View, Edit, Revise, etc.
  101.              o) Fixed bugs on the Add command and revised the wording.
  102.              p) Added a commandline switch </M> to force FAST ACCESS to run in
  103.                 monochrome mode.  At the command line to run FAST ACCESS, type
  104.                 in FA /M to force monochrome mode.  Be sure to modify your batch
  105.                 files to include this switch.
  106.              q) On start-up, if you have a mouse, it now sits on row 5 column 1.
  107.              r) Included a help window reminder on the Add, View and Edit
  108.                 commands.
  109.              s) Fixed a bug in the Quit command.  If you did not want to save
  110.                 the changed configuration (if you added or deleted a program,
  111.                 revised a name, or changed the set-up configuration) it still
  112.                 did it.  That has now been fixed.
  113.              t) Tech support number is now listed in the version <F6> display.
  114.              u) Changed the word disc to disk throughout the program.
  115.              
  116.                 
  117. FAEDITOR.EXE a) Now searches all drives for the setup file FAEDITOR.SET.
  118.              b) Now will create file even if pathname does not exist.  If it has
  119.                 to make the directories/subdirectories, FAEDITOR will now do it.
  120.              c) Added a commandline switch </M> to force FAEDITOR to run in
  121.                 monochrome mode.  At the command line to run FAEDITOR, type in
  122.                 FAEDITOR /M to force monochrome mode.
  123.  
  124.  
  125. Version 2.02.02 - 04/08/91:
  126. (not loaded on CompuServe)
  127.  
  128. FA.EXE       a) Added the flashing [Wait ...] window when FAST ACCESS is loading
  129.                 FAEDITOR.EXE on the Edit command.
  130.              b) Added exploding boxes item in setup window.
  131.              c) Help menus were modified.  Includes more information now.
  132.              d) Dates in the FA.LOG file are all the same length now.  Puts a
  133.                 zero in front of single digit dates.
  134.                 Example: Mar 1, 1991  is now
  135.                          Mar 01, 1991
  136.              e) Fixed the Move command when using the mouse.
  137.              f) Revised the Info command.  Checkout the Help in the Setup
  138.                 window.
  139.              g) On the Info command, FAST ACCESS is now aware of DOS's CHKDSK
  140.                 program putting the Volume label in as a hidden file.  FAST
  141.                 ACCESS makes the adjustment (it subtracts 1 from the hidden
  142.                 file quantity).  DOS versions 4.00 and 4.01 don't have this
  143.                 problem, if you named your volumes with one of these versions
  144.                 of DOS already loaded.  If you named your volumes with a DOS
  145.                 version less than 4.00, and then moved up to the new DOS
  146.                 version, you will still have this problem.
  147.              h) Added a quick way to recall the last file that was Edited or
  148.                 Viewed.  When you select the Edit or View commands, use the up
  149.                 or down cursor keys to toggle through the file list.
  150.              i) Must press <Esc> twice to clear the Edit and View commands.
  151.                 The first time you press <Esc>, it clears the filename and
  152.                 leaves the root directory of the current drive only.  This saves
  153.                 some typing if you want to enter a different filename.
  154.              j) Fixed the Add command when the executable file is a batch file.
  155.  
  156. FAEDITOR.EXE a) Now checks file size.  If file is to big for FAEDITOR, an error
  157.                 message pops up.
  158.              b) If you try to edit a binary file (EXE or COM), an error message
  159.                 now appears.
  160.  
  161.  
  162. Version 2.02.04 - 04/09/91:
  163. (not loaded on CompuServe)
  164.  
  165. FA.EXE       a) Fixed the Move command again.  This time everything works.
  166.  
  167.  
  168. Version 2.03.00 - 04/12/91:
  169.  
  170. FA.EXE       a) Password protection has been enhanced throughout the program.
  171.                 Added optional password protection on specific programs.  This
  172.                 is available on the Add and Revise commands (it's the last
  173.                 question in each item).
  174.            
  175.  
  176. Version 2.03.02 - 04/15/91:
  177.  
  178. FA.EXE       a) When using the <F3> key to enable the password in 25 line mode,
  179.                 fixed the bottom window shadow (it would be erased).
  180.  
  181.  
  182. Version 2.04.00 - 04/18/91:
  183. (not loaded on CompuServe)
  184.  
  185. FA.EXE       a) Implemented unique password protection names for programs.
  186.  
  187.  
  188. Version 3.00 - 04/30/91:
  189.  
  190. FA.EXE       a) New Global cursor access item in Setup configuration (replaces
  191.                 the Drive option which wasn't necessary).  Allows programs to
  192.                 be placed anywhere on the FAST ACCESS screen with the Move
  193.                 command.  You can now have blank spaces between program names.
  194.              b) All FAST ACCESS files can be put in their own directory now.
  195.              c) Now requires DOS 3.0 or later.
  196.              d) Shareware notice was installed.
  197.  
  198. FAEDITOR.EXE a) Checks for FAEDITOR.SET file in directory that FAEDITOR.EXE was
  199.                 loaded up from.
  200.  
  201.  
  202. Version 3.01 - 05/10/91:
  203.  
  204. FA.EXE       a) New color settings.  Can now change individual colors.  New
  205.                 Color command in Setup window.
  206.              b) Revised the help text.
  207.              c) Minor fixes to the Global cursor routine.
  208.  
  209.  
  210. Version 3.02 - 07/08/91:
  211. (not loaded on CompuServe)
  212.  
  213. FA.EXE       a) Deleted the run command from the main command line (no one used
  214.                 it).  Moved the Info command from the Setup command line to the
  215.                 main command line, where it should have been in the first place,
  216.                 since it's not a "setup configuration" command.
  217.              b) Added password protection to the History window <F2>.
  218.              c) Added a FileMan command on main menu to access your own file
  219.                 manager.  See the File Manager program option in the Setup
  220.                 window and the help screens.
  221.              d) Added a File Manager program option in the Setup window.  You
  222.                 can now invoke your own file manager.
  223.              e) The Update command is now switched to the <F8> function key on
  224.                 both menu's.
  225.              f) The file CPU.EXE is no longer used by FAST ACCESS.  When you
  226.                 invoke the Info command, you will just get a list of available
  227.                 drives to check.  FAST ACCESS does it's own internal CPU clock
  228.                 speed check (wait states are no longer reported).
  229.              g) Added code to unload Central Point Software's PCTools from
  230.                 memory (could not be done with a batch file).  If you need this
  231.                 for your system, add a program called "Unload PCTools" and FAST
  232.                 ACCESS will step you through the process. (NOTE: The "Unload
  233.                 PCTools" must be entered exactly as shown.)
  234.              
  235.  
  236. Version 3.10 - 09/23/91:
  237.  
  238. NOTE: All programs were re-compiled using Microsoft's BASIC 7.1 PDS.
  239.  
  240. FA.EXE       a) Added a File Editor program option in the Setup window.  You
  241.                 can now invoke your own file editor or use FAST ACCESS's file
  242.                 editor, FAEDITOR.EXE.
  243.              b) Added volume name in disk stats on Info command.
  244.              c) In the Add command, you can include sub-directories when it asks
  245.                 you for a directory name (F2 will still show directories only).
  246.  
  247. FAEDITOR.EXE a) Checks for FA.SET file in directory that FAEDITOR.EXE was loaded
  248.                 up from to get colors used by FAST ACCESS.
  249.  
  250.  
  251. Version 3.20 - 12/10/91:
  252. (not loaded on CompuServe)
  253.  
  254. FA.EXE       a) Added a grey default color setting.
  255.              b) Fixed bug in Setup window.  When you click on File Manager,
  256.                 File Editor or Blank Screen time, and you clicked the mouse
  257.                 anywhere else on the screen, you would get text written to
  258.                 the screen in the wrong column location.
  259.              c) Fixed password bug on the <F3> function key.  If password
  260.                 was enabled, <F3> would bypass it.
  261.              d) Fixed bug in Revise command.  Would not strip program name of
  262.                 blank spaces when you selected Batch.  History window would
  263.                 log the program with spaces.
  264.  
  265. FAEDITOR.EXE a) Fixed bug in <F3> screen mode change.
  266.              b) Fixed bug with mouse.  If you pressed a mouse button, there
  267.                 would be no response over 50% of the time.
  268.  
  269.  
  270. Version 3.25 - 01/31/92:
  271. (not loaded on CompuServe)
  272.  
  273. FA.EXE       a) On the Info command, the Display adapter no longer reports the
  274.                 type of monitor being used (as if the user didn't know).
  275.              b) Fixed bug in the date display if month was January.
  276.              c) Company name can now be displayed on main screen.  Just enter
  277.                 a name in the Company name option in the Setup window.
  278.              d) When pressing <Esc> at the main command line, the Quit command
  279.                 would be executed.  This has been fixed (now nothing happens
  280.                 when pressing <Esc>).
  281.  
  282.  
  283. Version 3.50 - 05/08/92:
  284.  
  285.  
  286. FA.EXE       a) One new command-line switch have been added for better
  287.                 compatibility.
  288.                 /NE = No extended screen display: Display is restricted to 25
  289.                       lines.
  290.              b) Tested with J.P. Software's 4DOS version 4.00.
  291.              d) Re-phrased the Add command questions.
  292.              e) FAST ACCESS no longer SHELL's out when you Edit a batch file
  293.                 using FAEDITOR.EXE.  FAST ACCESS is completely dumped from
  294.                 memory.
  295.              f) FAST ACCESS no longer SHELL's out when you select FileMan.
  296.                 FAST ACCESS is completely dumped from memory.
  297.              g) Fixed minor bugs in the Color & Global access commands.
  298.  
  299. FAEDITOR.EXE a) Added the above switch.
  300.  
  301.  
  302. To print this file, type at the DOS prompt: TYPE UPDATE.DOC>PRN
  303. --------------------------------------------------------------------------------
  304. END
  305.