newq-0.4.2.1:
	* changed the way connections are monitored to make it slightly more
	robust.
	* added a 't' keystroke command to toggle display of last trade time.
	* added a 'w' keystroke command to enable a bell sound when the symbol
	reaches a daily high or a daily low.

newq-0.4.2:
	* "thing" provided a color coding patch and I expanded
	on the idea to make prices that match the daily high or low
	in reverse video.
	* Fixed a nasty infinite loop bug (in a very quick and dirty way)
	that occured if the remote end closed the socket. "read"
	was returning 0 and this was not being caught.

newq-0.4.1:
        * newq is now primarily a c program that does a color coded
        ncurses display of almost real time quote data obtained
        from streamerdata.datek.com.
        It attempts to be a console version of Datek's Streamer.
        * newq.pl is a perl script that gets its quotes (also real time)
        from Datek's trading quotes page.  You must refresh these
        yourself (by quitting the pager and depressing the ENTER key).
        * newq.pl can also be used to enter trades/orders and to view
        open orders and/or daily activity (I can't remember which.)

newq-0.2:

        * newq is now considered to be a package of tools instead of
        one script/program in particular.

        * added "shame.pl"
        - uses SHA perl module to compute a auth string from the users
        password and userid
        - feeds the auth string as a GET request to Datek's streamer server
        by calling netcat and piping the output through a parse program

        * sparse.c - this is the parser program.  Right now it just
        dumps the data in readable format to the console.  Eventually
        it should be an ncurses based application.

newq-0.1.1:

        * cleaned up newq script somewhat.  Added the opens function
        into the newq script.

newq-0.1:
        First public release (on freshmeat).

