1.2.16 (2003/08/14)
	* All code is now run through indent(1) for cleanliness
	* Game playback in progress now finds the last term reset and plays
	  forward from the last header before that reset.
	* Some effort has been made to trap SIGHUP better and pass that 
	  along to child processes as well. This still needs work for
		nethack itself, but dgamelaunch is clean so far.

1.2.6 (2003/08/08)
	* Viewing games in progress now works pretty well.

1.2.0beta2 (2003/08/07)
	* Added initial ttyrec integration, although everything is very
	  broken at this point. Once I learn more about tty libraries than
		I ever want to know, maybe everything will work again.

1.1.6 (2003/08/06)
	* The last few revs included minor bugfixes found in production use,
	  changed some text in the program, and 1.1.6 is some minor packaging
		changes for the purposes of a release to the public of the source
		code.

1.1.1 (2003/08/02)
  * Introduced virus (vi editor) code, and provided a new option to edit
	  personal nethack rc files.

1.0.0 (2003/08/01)
	* Since 0.2.3 has been in production for over a year and a half, it
	  is hereby dubbed 1.0.0.

0.2.2 (2001/11/11)
  * added change password feature. also is the way to get password crypt()ed

0.2.1 (2001/11/11)
  * moved more of the crucial config into defines
  * removed the echo of password on login

0.2.0 (2001/11/11)
  * added crypt() support for the password file. Now the program first
    checks for the crypt() password, then the plaintext one for legacy
    and for ease of admins changing passwords.
