2004-07-21 22:38  cpinkham

	* Changed version number to 0.0.7 and released.

2004-07-21 22:38  cpinkham

	* Applied patch submitted by Joseph M. Hinkle to fix yahoo login problems
	  related to yahoo protocol change in June 2004.

2002-10-28 18:00  cpinkham

	* Added code to convert yahoo "\033[x1m" to "\033[0m " when in color mode.

2002-10-21 23:35  cpinkham

	* Added settings to Makefile to recompile .c files if local header files
	  change.
	* Added code to skip ESC[#RRGGBBm style color changes.
	* Added -D command line option to turn on YMSG packet debugging.

2002-10-21 ??:??  cpinkham

	* Released v0.0.4.

2002-10-21 ??:??  cpinkham

	* Converted to using getopt() instead of fixed format command line args.
	* Added ability to prompt for password when logging in instead of
	  passing in on command line.
	* Added ability to display some colors with -c option. (ANSI ESC sequences)
	* Added ability to keep text entered on the bottom line of the screen
	  rather than scrolling up the screen as new messages are posted to the
	  room.  Requires -f command line argument.
	* Added ability to change black text to default color for people running
	  Gyach-Text with transparent term windows.  Requires -b command line
	  argument.
	* Added call to ymsg9_ping() to keep connection alive with yahoo.  pings
	  every 5 minutes in the main while() loop.

2002-10-19 ??:??  cpinkham

	* Released v0.0.3.

2002-10-19 ??:??  cpinkham

	* Fixed minor bugs, added few commands.

2002-10-18 ??:??  cpinkham

	* Released v0.0.2.

2002-10-18 ??:??  cpinkham

	* Fixed minor bugs, added few commands.

2002-10-17 ??:??  cpinkham

	* Released v0.0.1a.

2002-10-17 ??:??  cpinkham

	* Created Gyach-Text program v0.0.1a from Gyach's yahoochat.[ch] library
	  and trimmed down Gyach main.c file and required yahoo md5/crypt files
	  (yahoo_crypt.c, yahoo_md5.c, yahoo_md5.h, md5.c, md5.h).
