2001-03-24: gengameng 2.1 started

    The statement

	#include "PixmapLoadError.h"

    was added in src/GameEngine.h to make this file compile under
    RedHat 7.0, which uses g++ 2.96.  I use g++ 2.95.2 under
    RedHat 6.2.

    Also, gengameng 2.1 does not link with libXaw nor libXmu anymore.
    Preceding versions used superfluous -l directives.

    The library's interface does not change because of this,
    so only the "release" number is incremented.

2001-03-13: gengameng 2.0 released

    Version 2.0 avoids polling the keyboard with XQueryKeymap()
    and expects instead to be informed of key state changes upon
    KeyPress and KeyRelease events.  See xtmain.cc in BurgerSpace
    for an example of how to get those events and how to transmit
    the information to the game engine.

    This change seems to solve some of the problems of people who
    reported that the game did not receive any keyboard input.
    However, there are still reports of similar problems.

