v1.2 (beta):	

	*	Fixed bug that on public and /m message display would
		translate multiple spaces into one space.
		Eventually, maybe I'll add this to the other w_xxx_output()
		functions, but I don't see it as necessary at this time, 
		since all the others deal with spacing that is irrelevant.
		As if the word-wrapping wasn't already over-complicated. :)
	*	Moved code determining the Nick and Group for status line
		to in_packet_handle() so as to reflect the accurate nick
		and group at any given time....even when booted, or using
		the @nickname notation for /g.
	*	Limited nickname and group commandline arguments to their
		proper maximum lengths via truncation.
	*	Fixed timeout on select() so that time on status bar gets
		updated every 60 seconds, even when no incoming or outgoing
		messages are being processed (idle condition).
	*	Apparently fixed bug that caused curses to get weird over
		slow modem links, and especially under mach (NeXT).
	*	Changed w_pub_output() to refresh all of a message at once,
		rather than refreshing line-by-line, thus speeding up the
		scrolling/refreshing during normal conversation.
	*	Added a ^X to kill-line in input window.
	*	Added a ^W to kill-word in input window.  (Thanks to Tramp!)
	*	Added notation that "*nickname" on the status line denotes a
		nickname change is pending.  the "*" will go away when the
		nickname change comes back from the server.
        *	Changed version number to MACRO in main.c.

v1.1 (alpha):

	*	Added TAB history for /m's.
	*	Added /e for command piping.
	*	Cleaned up some of the code.


v1.0 (alpha):

	*	Client completed to most of my satisfaction.

