Oct. 18, 1995 v. 1.00
    + First release of CurveExpert 1.0.

Oct. 26, 1995, v. 1.01
  Bug Fixes:
    + If a polynomial was already calculated, selecting another 
      polynomial of a differing degree incorrectly pulled results 
      from the cache instead of recalculating the curve fit. Fixed.
    + running two versions of CurveExpert is prevented, since two 
      simultaneous instances cause stack faults.
    + if the data set is sorted, all interpolations are now marked invalid
      as they should be.
    + "Apply to All" did not necessarily force the current attributes
       of a graph to the current graph (only if the user clicks OK). Fixed.
    +  The scrollbar did not get reset to the top when the user read in
       a new data file.  Fixed.
    +  The structure of the code has been undergone some major changes to
       ease porting to Windows 95 and Windows NT.  I was exceedingly 
       careful, but I hope this didn't introduce new bugs! :-)
    +  For some reason, the help file didn't have any single or double
       quotes in it.  This has been corrected, so it is now easier to read.
    +  The help file was not terminated when CurveExpert was.  Fixed.
    +  The Window and Help menus were moved to more conventional positions
       on the menu bar.
  
  New Features:
    + More attractive help file, with more keywords for searching
    + new help search facility available directly from CurveExpert

Nov. 4, 1995, v. 1.10:
  Bug Fixes:
    + pressing the tab key to force the built-in spreadsheet sometimes
      added points onto the end of the data set.  Fixed.
    + If a graph window was closed and then reopened (except after a
      CurveFinder operation), the comments in the Graph Info dialog 
      were not correct.  Fixed.
    + The Cut Last Row/Undo pair now functions properly.
    + The the graph of a polynomial fit would be reset if the data was
      changed in the data window.  Fixed.
    + The scaling procedure did not grab the latest data out of the 
      data window's edit control if it was active, resulting in one
      point not being scaled or translated.  Fixed.
    + A constant starting with a decimal (eg, .25) caused CurveExpert to
      bomb (when defining a user model).  This has been fixed so that 
      these constants are accepted.
    + A comma-delimited data file was not read correctly.  A new file
      reading system was implemented to read files with any type of 
      (unspecified) delimiter between the data columns
    + if a data file was not read correctly, the filename in the status bar    
      showed the unreadable file instead of the previous file.  Fixed. 
    + the common dialogs (file open/save, print) did not accept keystokes
      until after they were clicked with the mouse, which makes it 
      terribly hard for non-mouse users.  Fixed.
    + If the current path was changed from CurveExpert, the help file was
      not found.  Fixed.

  Changes:
    + File reading system has been revamped.    
    + the color scheme on all windows now conforms strictly to the user
      defined system colors.
    + Dialogs were expunged of all Borland controls (except for buttons)
      since they conflicted with user defined color schemes.
    + The QuickCalc dialog now automatically shifts focus back to the
      edit control and selects all text after the OK button is pushed.  
      This makes it easier to calculate many points at a time.
  
  New Features:
    + Previously undocumented logical functions can be used in the
      user-defined models.  See the help documentation.
    + Current filename now appears in the title bar.
    + QuickCalc has been expanded to find the x-value, given the
      y-value.
    + Optimizations have been applied to many routines, making
      the user interface more responsive and the algorithms quicker.

