(C) Mitch Schwenk 1994. All Rights Reserved.
This little file is a little 'history' of this program, and also a 
'to-do' list.. (from your suggestions)..
Events Program:

Revisions/Notes/History :
0.1  Events moved to external file, and new algorithm for checking
     of events.. Events program born.

0.2  Code optimized in both events.exe and tlmp.exe.

0.2b  Minor grammar changes

1.0   Code ported to Object Oriented C++.

1.1   Major Bugs squashed (to many to describe)
      Added status bar at the top of the events program..
      Released to a few friends for 'beta' testing

1.1a  Updated the C++ portions of the code.  Faster, smaller.
      Now that I've finished that class.

2.0a  Changed to menu system

2.0b  Added the ability to prompt before running a command.

2.0c  Squished Many more bugs

To-Do list :

add a way to run programs on a day of the week...  Thanks Aaron..
 (This should be easy, but I wan to release this version)

be able to run `test' commands from the edit/view menu.

Impliment e)dit command..

KNOWN BUGS:
If you type long then the field can handle, you will run into errors and
perhaps reboot your system!

TLMP Program: 

Revisions/Notes/History :
0.1   Events were hard coded

0.2   Events moved to external file, and new algorithm for checking
      of events..
0.3  Code optimized in both events.exe and tlmp.exe.

0.3b  Minor grammar changes

1.0   Code ported to Object Oriented C++.

1.1   Major Bugs squashed (to many to describe)
      Released for beta testing, and user input.

1.1a  Updated the C++ portions of the code.  Faster, smaller.
      Also set up the 'e' option, which allows you to edit the
      number of days ran..

2.0a  Added a function to handle the prompt/delay functions that you
      can now do with events!

To-Do list :
  have a setable default for prompting..  I have to add a field and didn't
  feel like it this time.  I wanted to get this new release out
  
KNOWN BUGS:
  none

(C) Mitch Schwenk 1994-1995. All Rights Reserved.

