home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / coned22.lzh / HISTORY.DOC < prev    next >
Text File  |  1990-10-21  |  8KB  |  156 lines

  1.                                 ConEd Revisions
  2.  
  3.         10/20/90   Version 2.2 release
  4.  
  5.                    MAJOR CHANGES - Most  are  behind  the  scenes  programming 
  6.                    changes, that provide me with a  more flexible update  path
  7.                    for future enhancements. Please, keep those letters coming.
  8.                    Over 80% of  the enhancements  to date are  user requested.
  9.  
  10.                    I  rewrote  the entire  engine to  the program.   ConEd now
  11.                    allows for up to  200  configurations!  
  12.  
  13.                    The configuration file has changed format, therefore before
  14.                    running the new version  of ConEd,  please  delete  the old
  15.                    'CONED.CFG' file.  I realize this is an inconvenience,  but
  16.                    at most, you will only have ten descriptions to type  over.
  17.  
  18.                    Because of the added  configurations, I had  to change  the
  19.                    the user interface.  The  user now  has available  Page UP,
  20.                    Page  DOWN,  UP Arrow,  DOWN Arrow,  HOME  and  END keys to
  21.                    maneuver thru all the selections available.  
  22.  
  23.                    F5, which used to be for Boot Drive identification,  Editor
  24.                    selection, and configuration description input, is now used
  25.                    only for Boot Drive ID,  Editor selection,  and ConEd  path 
  26.                    information.
  27.  
  28.                    <ALT>A -  Allows a user to ADD a configuration (up to 200 of 
  29.                    them).  
  30.  
  31.                    <ALT>C - Copy a configuration.  This allows you  to copy the
  32.                    highlighted configuration  to the boot drives root directory 
  33.                    WITHOUT rebooting at this time.   This allows you plan ahead
  34.                    for an upcoming system reboot.
  35.  
  36.                    <ALT>D -  Deletes  the  highlighted  configuration  AND  the
  37.                    associated AUTOEXEC.xxx and CONFIG.xxx files.
  38.  
  39.                    <ALT>E - Edit the highlighted configuration description. 
  40.  
  41.                    Registration Feature - There now exists the ability to input
  42.                    your name into the 'REGISTERED TO:' area on  the main  menu.
  43.                    Since there has been a VERY GOOD response to  ConEd, I  feel
  44.                    those users who have registered ConEd should have their  own
  45.                    personalized copy.  This feature is only available to  users
  46.                    who recieve instructions after registration.    Registration
  47.                    now includes phone support.  All previously registered users
  48.                    will recieve information thru the mail.
  49.  
  50.                    Delay Feature -  Enhanced again  to provide  a window  which 
  51.                    displays the 'countdown' in seconds until the system starts.
  52.  
  53.         09/15/90   Version 2.1a release
  54.                         
  55.                    I must appologize for such a quick release,  but a  bug was
  56.                    discovered,  and  I wanted  this out  as soon  as possible.
  57.  
  58.                    Bug Fix  -  fixed  problem that  would not  allow for  10th
  59.                    configuration to be used.  
  60.  
  61.                    Memory Model - Enhanced code so that a smaller memory model
  62.                    could be used.
  63.  
  64.         09/01/90   Version 2.1 release
  65.  
  66.                    Compiler Change  -  I have upgraded to Microsoft C 6.0, and
  67.                    have recompiled and optimized the program, thereby reducing
  68.                    the size of the  executable.  Additionally,  less memory is
  69.                    required to run ConEd.
  70.  
  71.                    Source Code Revision    -  Optimized source code to perform
  72.                    loops more efficiently.
  73.  
  74.                    Delay - modified  the delay  function to be completely user
  75.                    defined.  The previous  release had  a mandatory  20 second 
  76.                    delay when  this function  was invoked.   Now,  a user  may 
  77.                    select the amount of seconds to be delayed.  
  78.  
  79.  
  80.         04/23/90   Version 2.0 release.
  81.         
  82.                    Source  Code  Revision  -  Modified  the  source  code  to 
  83.                    eliminate temporary files created by ConEd.
  84.  
  85.                    Function Keys -  Changed  the  function  key assignment to
  86.                    reflect  what many  users  suggested  would  be an easier,
  87.                    more  'universal' association.   The  'F1' key is  now the 
  88.                    HELP  key;  'F2' is  Review  DOS  screen;   'F3'  is  edit 
  89.                    AUTOEXEC.xxx;  'F4'  is edit CONFIG.xxx;  'F5' is  for the
  90.                    ConEd  configuration menu;  'F6' is the  ConEd information
  91.                    window; 'F7' reboots your computer; and,  'F8'  will allow
  92.                    you to exit ConEd.
  93.  
  94.                    Delay - added the '-d' option to the command line allowing
  95.                    for a twenty (20) second delay  of  invoking  the  current
  96.                    configuration.   With this addition,  a  user  can  invoke
  97.                    ConEd in this manner:  'coned -d',  this  would  start the
  98.                    current configuration 20 seconds after  the program  loads
  99.                    and allow for such things as a BBS,  which may of had  its
  100.                    power  interrupted  and  then  restored, to  automatically
  101.                    restart the BBS without human intervention.
  102.  
  103.                    File Creation - When in the configuration menu, and a user
  104.                    creates  a new configuration,  two  files are  created for
  105.                    ConEd.   The first  is  "AUTOEXEC.xxx"  , and  the  second 
  106.                    is "CONFIG.xxx", where xxx  is  the extension you assigned
  107.                    to a particular configuration description.   The  AUTOEXEC
  108.                    contains the following:
  109.                                                 echo off
  110.                                                 cd\coned
  111.                                                 coned
  112.                                                 cd\
  113.                                                 prompt $p$g
  114.                    The CONFIG file contains:
  115.                                                 files = 20
  116.                                                 buffers = 20
  117.  
  118.  
  119.  
  120.                    File Check -  when  selecting  the  current configuration, 
  121.                    ConEd compares the file length of the current AUTOEXEC.BAT
  122.                    and  CONFIG.SYS files with the AUTOEXEC.xxx and CONFIG.xxx
  123.                    files to ensure they are the same file.  If your  AUTOEXEC
  124.                    or CONFIG files have been modified,  ConEd  will present a
  125.                    menu that  will allow you  to continue to  exit, copy  the
  126.                    AUTOEXEC.xxx and/or CONFIG.xxx file to the boot directory,
  127.                    or  copy the boot directory AUTOEXEC.BAT and/or CONFIG.SYS 
  128.                    to the ConEd directory with an extension  that matches the
  129.                    current configurations extension.
  130.  
  131.         04/12/90   Version 1.1 release.  
  132.  
  133.                    Review  Screen -   If  you  were  using  a  Mono  monitor,
  134.                    the  Review  Screen  function  F6 did  not  work properly.
  135.                    After  exiting  from  the Configuration  Menu  F3,  and  a
  136.                    Review  Screen  was  called,  the  screen  which showed up 
  137.                    was  NOT  the  DOS  screen,   but  the  Configuraton  Menu
  138.                    screen instead.
  139.  
  140.                    ESC Key - Pressing  the  ESC  key no  longer allows a user
  141.                    to exit the program.  To exit, a  user must  press  either
  142.                    the  return  or  enter  key,   selecting  the  highlighted 
  143.                    configuration,  or;  by   depressing  F7  to  exit  ConEd.
  144.  
  145.                    Mouse Support -  Mouse   support  has  been added for  the 
  146.                    convenience  of  those  users  who  wish to use  a  mouse.
  147.  
  148.                    Video Support - CGA, MONO, and BIOS video  support are now
  149.                    included  with  the  -c  (CGA),  -m  (MONO), &  -b  (BIOS) 
  150.                    parameters on the command line.
  151.  
  152.  
  153.  
  154.         04/08/90   Initial  release  of  CONfiguration  EDitor  Version  1.0
  155.  
  156.