Message Daemon
------------------------------------------------------------------------------ 

CHANGES FROM v0.3 TO v1.0:
1. Added command line parsing for ease of adding various options.
2. Restructured calling of command for ease of adding various options.
3. Added these options:
  a. Read the message in from the user [-s]
  b. Read the message in from the output of another command [-c <command>]
  c. Turn on/off debugging messages [-d]
  d. Option explanataions [--help]  
4. Reading in from a filename moved to a option [-f <filename>]
5. Split the main function up into a couple of functions to remove the "goto"
   block
6. Created a Makefile for easy installation
7. Defined the GPL license in COPYRIGHT file
8. Created this CHANGES file
9. Rewrote the README file
10. Created a man page

CHANGE OF MAINTAINER:
 
1. Matt Hartley (hartlw@rpi.edu) took over as the maintainer of the Message
   Daemon package from Sam Creasey (sammy@freenet.akron.oh.us)

CHANGES TO v0.3:

1. We now to our string handling in the while loop and the send loop a
   little differently.
2. We also let you read in from files.
 


