Fri Jul 16 08:23:22 PDT 1999
Finished sdl port, the sockets problem stemmed from windoze not implementing
Berkeley Sockets in a compatible manner. The program must call
WSAStartup and WSACleanup on begin and end. Also instead of close on a
socket you've got to call closesocket. This requires ugly
#if defined(__WIN32__)
...
#endif
sections in the code, which defeats the purpose of a nice platform
indpendent source tree. Blame it on M$.

Thu Jul 15 08:24:18 PDT 1999
Began converting X code to SDL code for portability. Having trouble with
sockets library under win32. Converted all the graphics rendering routines to
SDL, also dealt with the events translation. Under win32 the alt key can
cause stuck keys. Still no pause() equivalent, ie wait until the timer
interrupt occurs, but stay off the bus without eating cpu cycles.

No sound conversion yet.

Mon Jul  5 13:12:43 PDT 1999
Finally got around to dealing with old email... As per Christoph Frick's
<ridcully@futurebyte.net> suggestion I added his idea of a
"-m <matcher>" command line argument to
specify at run time the matcher to use.
Thanks Christoph!

I've bumped the version to 101.
