home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / utils1 / bootr200.arj / BOOTRED.REV < prev    next >
Text File  |  1994-05-13  |  16KB  |  361 lines

  1.                       BOOT'R Editor Revision History
  2.  
  3. 05-13-94 ■ Version 2.00
  4.  
  5.            . Modified print dialog box to allow the entry of strings
  6.              in the filename field up to 127 characters.  Previous
  7.              limit was set at 30.
  8.  
  9.            . Set up global error handling for dialog boxes.
  10.  
  11.            . Updated documentation file, and added context-sensitive
  12.              help.
  13.  
  14.            . Rewrote the BOOT'R Editor in a new programming language.
  15.              The new color scheme is CGA compatible.
  16.  
  17.  
  18. 10-25-93 ■ Version 1.11
  19.  
  20.            . Added extra code to make sure that the Configuration
  21.              name can only be 8 characters long, with a 3 character
  22.              extension.
  23.  
  24.            . Forced the BOOT'R Editor to use a full path along with
  25.              the configuration name to make sure that files were 
  26.              being saved properly.
  27.  
  28.            . Fixed a problem where the BOOT'R Editor was not warning
  29.              users about changes to an open configuration before
  30.              attempting to close it when a new configuration was 
  31.              created.
  32.  
  33.            . Fixed problem(s) where the BOOT'R Editor was not always
  34.              saving the configuration file under the correct name.
  35.  
  36.  
  37. 09-19-93 ■ Version 1.10
  38.  
  39.            . Modified code to use the .BTR filename as the configuration
  40.              name to be assigned when a .BTR file is read, or as the
  41.              configuration name to be written to the first line of the 
  42.              .BTR file
  43.  
  44.            . Added support for the BOOT'R Editor to recognize
  45.              valid registration numbers and either confirm that
  46.              a valid number was entered, or issue an error message
  47.              of an invalid number.  Also added support for the
  48.              BOOT'R Editor to recognize temporary registration numbers
  49.              for credit card users.
  50.  
  51.            . Added an exiting confirmation box to the BOOT'R
  52.              Editor.
  53.  
  54.            . Fixed a problem where the editor was not always
  55.              properly redrawing the screen after text was 
  56.              pasted using a SHIFT-INSERT.
  57.  
  58.            . Fixed potential problem where the open and delete
  59.              file routines would not always change to the proper
  60.              directory when the user entered a manual full path
  61.              file name.  Problem was due to recursion.
  62.  
  63.            . Fixed potential problem where the BOOT'R Editor
  64.              may not have been adding a carriage return and 
  65.              line feed sequence to the end of each line when
  66.              printing the 4th and 5th file text groups.
  67.  
  68.            . Added a "STACK 8192" statement to avoid potential
  69.              problems with "Out of stack space" error messages.
  70.  
  71.            . Gave the BOOT'R Editor a major facelift!  Screens
  72.              are more organized, and less likely to cause 
  73.              confusion.  Updated the open and delete file routines
  74.              with enhancements to accept a fully qualified path
  75.              typed in by the user.
  76.  
  77.            . Changed exit command on menu to read "Exit BOOT'R 
  78.              Editor" instead of "Exit BOOT'R".
  79.            
  80.            . Reduced code size by adding three new control 
  81.              arrays.  (One for filenames on the File List
  82.              screen; One for edit buttons on the File List
  83.              screen; And one for Pre-Reboot Instructions on
  84.              the Defaults Reboot screen.)  Updated code to
  85.              reflect new arrays.
  86.            
  87.            . Fixed problem where a change in the third, fourth,
  88.              or fifth filename fields on the File List screen
  89.              was not generating a Configuration Changed warning
  90.              message.
  91.  
  92.  
  93. 06-24-93 ■ Version 1.0  (Released To The General Public.)
  94.  
  95.  
  96. 06-24-93 ■ Version 0.8  (Internal BETA Version.  Not Released.)
  97.  
  98.            . Corrected slight discrepancy in registration infor-
  99.              mation on Register screen.
  100.            
  101.            . Added commands to trim any leading or trailing 
  102.              spaces from the PreReboot Instruction fields when
  103.              they lose the focus.
  104.            
  105.            . Added commands to highlight the PreReboot Instruc-
  106.              tion fields when they receive the focus.
  107.            
  108.            . Added "Reboot1=" through "Reboot4=" strings to the
  109.              beginning of the Reboot commands in the BOOTR.INI
  110.              file.
  111.  
  112.  
  113. 06-24-93 ■ Version 0.7  (Internal BETA Version.  Not Released.)
  114.  
  115.            . Moved help screen up one line to center it.
  116.            
  117.            . Added BOOT'R Help screen that can be accessed from
  118.              the Help menu.  (Requires BOOTRED.HLP.)
  119.            
  120.            . Added registration information screen that can be
  121.              accessed from the Help menu.
  122.  
  123.            . Added error trapping code to Copy Configuration
  124.              routine.
  125.            
  126.            . Added command to perform copy routine for Copy
  127.              Configuration menu option.
  128.  
  129.            . Added a check to the Open FileName field to see if 
  130.              filename exists in current directory when ENTER is 
  131.              pressed.  If it does exist, the BOOT'R Editor 
  132.              attempts to open it.  If the file does not exist, 
  133.              the BOOT'R Editor advances the cursor to the File
  134.              List Box for manual selection.  (Copied routine to 
  135.              Copy Configuration and Delete Configuration proce-
  136.              dures.)
  137.            
  138.            . Added a warning message after a copy routine is 
  139.              completed.  Warning informs users that a configura-
  140.              tion file must be edited and re-saved before it can
  141.              be successfully used with BOOT'R.  Failure to do so
  142.              could result in operational errors.
  143.            
  144.            . Corrected problem where the BOOT'R Editor issued an
  145.              error message that a configuration had not been
  146.              saved, even though Save had just been selected.  
  147.              (This only occurred when one of the filename fields 
  148.              on the File List screen had been changed.)
  149.            
  150.            . Added code to make the BOOT'R Editor convert a 
  151.              filename field (on the File List screen) to UPPER 
  152.              CASE, if Save is selected, and the cursor remains in
  153.              an active filename field.
  154.            
  155.            . Corrected problem where the ESC key did not invoke a
  156.              "Cancel" event on the New Configuration screen.
  157.            
  158.            . Added code to make the ENTER key act as a TAB key.
  159.              This allows users to press ENTER instead of TAB 
  160.              when they want to move to the next field.  (Does not
  161.              apply on file and directory list boxes.)
  162.            
  163.            . Fixed problem where the first field on the pre-
  164.              reboot settings screen was not receiving the focus
  165.              when it was accessed for a second time.
  166.            
  167.            . Corrected problem with tab index on defaults and
  168.              pre-reboot setting screens.
  169.            
  170.            . Added code to printing routine to make sure that a
  171.              line feed is issued after every line is printed.
  172.            
  173.            . Verified that all file read routines were checking
  174.              for the existence of a file before attempting to
  175.              open or read it.
  176.            
  177.            . Added "About" screen that can be accessed through
  178.              the Help menu.
  179.            
  180.            . Fixed problems where the file list dialog box was 
  181.              not being hidden when the editor was loaded, and the
  182.              editor was not being hidden when the Load Text 
  183.              screen was loaded.
  184.            
  185.            . Added code to always hide the main menu after a user
  186.              selects an option from the menu.
  187.            
  188.            . Added a command to issue a form feed after printing
  189.              configuration information.
  190.            
  191.            . Added code to send complete configuration infor-
  192.              mation to printer.
  193.            
  194.            . Added code to disable the filename field on Printing 
  195.              screen until "File" is selected as the "Print To:" 
  196.              type.
  197.  
  198.            . Fixed problem where the BOOT'R Editor was attempting
  199.              to read the BOOTR.INI file upon initial loading of
  200.              the program.  This caused an error message and term-
  201.              ination of the program if the file BOOTR.INI did not
  202.              exist.  (Screen command was referenced in opening
  203.              code, causing an implicit loading of the editing 
  204.              form.)
  205.            
  206.            . Edited routine used to write .BTR files.  Modified
  207.              code to add a line feed after each carriage return
  208.              when writing lines that were enclose in a text box.
  209.            
  210.            . Changed name of executable file from BOOTR.EXE to
  211.              BOOTRED.EXE.
  212.            
  213.            . Fixed problem where a .BTR extension was being added
  214.              to the Configuration Name field inside a .BTR 
  215.              configuration file.
  216.            
  217.            . Added routine to clear the screen after exiting 
  218.              from the BOOT'R Editor.
  219.  
  220.  
  221. 06-11-93 ■ Version 0.6  (Internal BETA Version.  Not Released.)
  222.  
  223.            . Rewrote routine to load an existing text file into
  224.              the BOOT'R editor.  Added a missing close file 
  225.              statement.
  226.            
  227.            . Fixed problem where editor text was not reappear-
  228.              ing when it was being edited for a second time.  
  229.              (Only occurred after opening a file and editing
  230.              the text.)
  231.            
  232.            . Rewrote entire ReadBTRFile routine to fix problems
  233.              with hanging when attempting to open an existing
  234.              file.
  235.            
  236.            . Modified File List screen to display a constant 
  237.              non-changing title.  Added a separate line to 
  238.              display the configuration name and description.
  239.            
  240.            . Modified Change Description screen to allow users 
  241.              to also change the configuration name.
  242.            
  243.            . Added include file statement to Change Description
  244.              screen.  This fixed two problems where (1) changes 
  245.              to the configuration description were not being 
  246.              saved to the configuration file, and (2) the BOOT'R
  247.              Editor was not warning the user to save changes if
  248.              only the configuration description had changed.
  249.            
  250.            . Added integer variable "OpenFileNumber" to help the
  251.              BOOT'R Editor detect which file was being opened for
  252.              reading.  This fixed a problem where text could not
  253.              be loaded into the editor more than once in a 
  254.              session.
  255.            
  256.            . Added code to allow users to load a text file into
  257.              the editor.  This allows users to import their 
  258.              current configuration files without needing to 
  259.              retype them.
  260.            
  261.            . Added code to place less than (<) and greater than
  262.              (>) signs around the filenames within the .BTR 
  263.              files.
  264.            
  265.            . Changed WriteBTRFile code to write a filename to the
  266.              .BTR file, even if no text is to be written within
  267.              the file.
  268.            
  269.            . Located and removed corruption which occurred after
  270.              importing and modifying "Load Text" form.
  271.            
  272.            . Added and modified form that will be used to load
  273.              text from a random file into the BOOT'R editing 
  274.              screen.
  275.            
  276.            . Added routine to write .BTR files from the BOOT'R
  277.              Editor.
  278.            
  279.            . Added integer variable to find out whether or not 
  280.              any part of a complete configuration had been 
  281.              changed prior to closing it.  Used variable to warn
  282.              users of an unsaved configuration before allowing 
  283.              them to close the configuration.
  284.            
  285.            . Set integer variable to find out whether or not text
  286.              had been changed in the editor before exiting.  Used
  287.              variable to warn users of unsaved text before 
  288.              exiting from the editor.
  289.            
  290.            . Added code to save editor text to a corresponding 
  291.              string variable when save is chosen from the BOOT'R
  292.              editing screen.
  293.            
  294.            . Added code to read .BTR files in the BOOT'R Editor.
  295.            
  296.            . Added code to dynamically change the text displayed
  297.              in the help field on the "New Configuration" screen
  298.              based on the currently selected field.
  299.            
  300.            . Fixed problem where using a text box as a multi-
  301.              line label allowed the user to select and delete the
  302.              internal text using the mouse, even though no tab-
  303.              stop property was set to the item.  Changed all text
  304.              boxes to labels to prevent future problems.
  305.            
  306.            . Fixed Logo Screen problem where clicking on the 
  307.              logo screen would cause it to have a shadow, only
  308.              to disappear once another form was selected.  
  309.              Shadow now appears all the time.
  310.            
  311.            . Added Copy Configuration option to main menu to
  312.              allow users to copy configuration files and 
  313.              information from one .BTR file to another.
  314.            
  315.            . Added support for Cut (CTRL+X), Copy (CTRL+C), 
  316.              Delete (DEL), and Paste (CTRL+V) routines within
  317.              editor.
  318.  
  319.            . Added options to menu within editor to allow 
  320.              keyboard users to maximize or reset the editing
  321.              window size.
  322.            
  323.            . Added maximize button to editor screen to allow 
  324.              mouse users to maximize the editing window.
  325.            
  326.            . Added configuration filename to lower right corner 
  327.              of editor screen.
  328.            
  329.            . Added code to automatically add .BTR extension 
  330.              to configuration name if user neglects to add it.
  331.            
  332.            . Added configuration description to title bar of file
  333.              list screen and editor screen.  If configuration
  334.              description is not available, configuration filename
  335.              is used.
  336.  
  337.            . Added code to set default values after reading the
  338.              BOOTR.INI file if the values in the file were blank.
  339.            
  340.            . Added "RegistrationName=" and "RegistrationNumber="
  341.              to BOOTR.INI file.  Updated code to read and write
  342.              the BOOTR.INI file in the new format.
  343.            
  344.            . Added code to read and write the BOOTR.INI file.
  345.            
  346.            . Added hotkeys to Edit? buttons on the File-List form.
  347.            
  348.            . Changed text and button colors on the File-List form.
  349.            
  350.            . Added register screen for users to register their
  351.              copy of BOOT'R.
  352.            
  353.            . Created menu layout, new configuration screen, open
  354.              file screen, and delete file screen.
  355.            
  356.            . Started initial coding on a user-friendly editor           
  357.              for BOOT'R.
  358.            
  359.  
  360.  
  361.