home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / batch / btr111.zip / BOOTRED.REV < prev    next >
Text File  |  1993-10-25  |  15KB  |  346 lines

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