Jun 15 1999

- Started working on this Geek Code Generator project

Jun 16 1999

- Managed to get the selection screens finished, all that is left
  to do now is something to convert each numeric variable to a string
  that will be displayed in the final Geek Code.

Aug 04 1999 (version 1.0)

- Finally got around to finishing this project. No DOS binary for now,
  as I am only running Linux on my system (yay!).

Aug 05 1999

- Cleaned up the code a little bit, currently considering how I should
  go about adding the missing features.

Aug 29 1999 (version 1.1)

- Added Unix Type section (page 7a)
- Fixed a few typos

Aug 30 1999 (version 1.2)

- Diff from Fuzzy Logic <fuzzy@mlug.org> to fix some typos and screen
  postitioning.
- Added a #define for the version number (gee, why didn't I do that
  in the first place).
- Added sex type question, and related changes.
- Various other minor changes.

Aug 31 1999 (version 1.3)
- Fixed a couple more typos
- Added little bit of code for each selection screen so that when a
  non-number is typed, the program doesn't start to loop endlessly.
  The compiler generates a warning about using gets(), so is this actually
  a problem, or is there a better way to do it? (Thanks to the few people
  that told me about these bugs).
- Stuff from Kalle Berg <carbe771@student.liu.se>:
  - Added geekcode.h to store the declarations and such
  - Added Win32-specific screen clearing routine (checked at compile time)

Sep 13 1999 (version 1.4)
- Changed the effective screen size to 80x24 (instead of 80x25)
- Changed gets() to use fgets() - thanks Telsa <hobbit@aloss.ukuu.org.uk>

Sep 20 1999 (version 1.5)
- Some minor typo corrections and changes from Fuzzy Logic <fuzzy@mlug.org>
- Added a Quit function (press 0 on any selection screen)
