v0.01 05-03-1999 released on my website

v0.02 05-04-1999
-moved from .wmstock file to a directory in order to facilitate mulitple quotes
-changed the Cha: (change) signs from + to (up arrow) and - to (down arrow)
-moved the display code to a function
-implemented the ticker structure
- -v now prints version information
-error messages when not connected to the internet

v0.03 06-06-1999
-switched data source so that you no longer have to install 4 PERL modules,
 it now uses a standalone perl script.

v0.04 06-16-1999
-multiple tickers now supported
-changed the way data files are written

v0.05 07-01-1999
-changed the way command line args are processed to the GNU way (--longform, 
	-shortform)
-added the --dldelay, --time2next, and the --reverse options
-made changes to the wget call in the perl script
-fixed the way the testqt.pl script is called (thanks to Thomas Ribbrock)
-changed some system calls to C calls (unlink, stat) (thanks to Thomas Ribbrock)
-no longer complains about deleting files on 1st execution (thanks to TR again)
-fixed the bug where any command-line args after -s were ignored
-added better error notification (in the window)
-made the --dldelay optional since the calls are not blocking it should not
	be needed anymore
-added some tests to testqt.pl to look for wget and error if it is not
 	found
-MAN PAGE!

v0.06 07-11-1999
-added the --newversion option to check for new software versions
-the program will now remove bad ticker symbols from the list...
-fixed a part of the xpm where it was gray with some black drawn in
-changed the command line handling to use the GNU getopt stuff (Thomas
	Ribbrock)
-some wget command line mods (Thomas Ribbrock)
-cleaned up the man page and the usage info (Thomas Ribbrock)
-clear the window after a bad ticker (Keldon Jones consulted on this)
-increased the precision on the display of the current ticker price
-fixed stupid logic error if only 1 symbol is entered
-makefile changes to provide more debug support
-draws faster on startup with message
