Sun Apr 11 22:28:32 PDT 1999
	I started the project today.  It's gone farther than I thought it would.
	Last thing I did tonight was to eliminate a bug from the read_rc
	function.


Mon Apr 12 22:04:38 PDT 1999
	I think it's basically usable now - I may start trying to use it
	for go quizes tomorrow.  But there are a lot of smaller improvements
	that could be made - some I want myself, some just before I'd want
	to start giving away.


Tue Apr 13 22:06:43 PDT 1999
	Not much time tonight.  I just made it reset the collection to
	correct==0's after the quiz is finished. Oh, and I fixed a bug
	in write_rc and read_rc.  And I guess I added an install rule
	to the Makefile.  I used gquiz to quiz myself over a small
	number of go problems tonight - it'll be tempting to just use it
	as it is now, and not bother packaging it up for release.

Wed Apr 14 21:41:18 PDT 1999
	Built and ran on Solaris with gtk 1.2.1 fine.  Removed some debugging
	printf's, added saving of total_right_answers and total_wrong_answers,
	reset them in reset().

Fri Apr 16 20:33:00 PDT 1999
	Made it so the same question doesn't get asked twice in a row, unless
	it's the only question left.

Sat Apr 17 12:13:34 PDT 1999
	Added Mu button.

Sat Apr 17 20:43:27 PDT 1999
	Removed user-visible traces of use_exit_status (there, but ifdef'd out).
	It's still in the config file, but it's gone from the GUI.  Also added
	GUI support for varying correct_required.  Added a NOISY preprocessor
	symbol for debugging.

Mon Apr 19 21:19:55 PDT 1999
	GPL'd.  Declared this version 1.0.

Fri Apr 30 21:43:05 PDT 1999
	Last night and tonight, actually.  Added a "Previous question was
	eliminated" notice.  Version 1.01

Fri Apr 30 21:50:33 PDT 1999
	Finally noticed that the random sequences don't vary from session to
	session, added an srandom().