version 0.994
	system changes:
	- Makefiles greatly cleaned up
	yabbs (client) changes:
	- unix specific stuff broken out into unix.c.  this should make porting
	  to other platforms easier.
	- if "DontAskTermType" is in the yabbs environment then the terminal
	  type won't be prompted for on startup.
	yabbslib changes:
	- socket specific stuff broken out into socket.c.  this should make porting
	  to other platforms easier.

version 0.993
	yabbs (client) changes
	- fixed a bug in yabbslib that would cause an assertion to assert after
	  64 "simple" commands were run in sequence.
	- fixed bug in yabbslib in findserver() that now allow the command
	  server "hostname" without a port to function properly.
	yabbsd (server) changes
	- fixed a bug in talk that made private channels become public if someone
	  joined them without marking them hidden on join

version 0.992
	yabbs (client) changes
	- fixed bug in t_manageenv 

version 0.991
	yabbs (client) changes
	- added lock command to .yabbsrc so environment variables can't be locked
	  anymore

version 0.99
	yabbs (client) changes
	- talk was rewritten.  it now has a much better parser and supports a lot
	  more options.  the help was redone as well.  adding new talk commands
	  should now be a lot easier.
	- a yabbs environment was added.  this is used for keeping global variables
	  in (such as the default editor) that the user may want to have an easy
	  way to change.
	- aliases were added to talk.
	- a yabbsrc file was added for initalizing a bunch of stuff.
	- a better man page (1 page to 7) was written.
	- the new yabbslib was used.

	yahoo changes:
	- new yabbslib was used.

	yabbslib changes:
	- support for passing around pointers was added.  this means that a call
	  to bbs_getmsg can take a void pointer which can then be used by the
	  callback routines.
	- support for the new announce protocol additions was added.
	- support for yabbsrc files and servers running on non-default ports was
	  added.
	- bug fixes.

	yabbsd (server) changes:
	- new email system was implemented.  this gets rid of the need for private
	  messages as far as clients are concerned, because they can't even tell
	  that they exist.  thanks to peter wieland (dmonger+@cmu.edu) for design
	  and original code for these changes.
	  NOTE:  The new email system means that you have to remove your old
	  email bases.  There isn't a conversion program at this time.  Public
	  bases have not changed.
	- new announce and request protocol additions.
	- a potentional problem that allowed clients to lock up the server 
  	  temporarily was fixed.  this should stop the occasional hangs that the
	  server seemed to have.
	- default max users was reduced from 16384 to 2048.  This brings down 
	  the size of the server by quite a lot.  If you need the larger number
	  you can change it in config.h.
	- if the server finds a message base file that doesn't exist at startup
	  it will create an empty one.
	- the server can be run on an alternate port number by specifying the port
	  at startup (ie yabbsd 10000 to run on port 10000).
	  
	protocol changes:
	- ANNOUNCE and REQUEST were added.  

version 0.96
	This was a maintance release with lots of bugfixes.

version 0.95
	yabbs (client) changes:
	- started using RCS for the source tree to manage changes more easily
	- made searching for message headers much faster, which also reduces
	  the load on the server
	- fixed character reading so that it isn't done with streams.  this fixed
	  the previous problem with cut and paste under yabbs.
	- fixed some stray pointers
	- wrote a (lousy) man page

	yahoo changes:
	- added support for reading plan files on users.  yahoo now acts just like
	  unix finger (thanks to dmonger+@cmu.edu for these changes).
	- wrote a man page

	yabbsd (server) changes:
	- made WHO list all users (including people logging and people who are
	  still in the process of logging in) to sysops
	- added a new define that disables the NEWUSER command
	- fixed some stray pointers

	utilities changes:
	- baseed should make blank message bases properly now (untested)
	- usered has the ability to create new users
	- changed yshutdown so that it can accept a server address
