981029	* Version 1.5.0 released
	- Ported to current LibGGI.
	- Completely new keyboard handling. We now map the "label" field
	  in LibGGI key events to a pseudo keycodes. This means we can now
	  conveniently use xmodmap or the XKB extension to set the keymap.
	- Support for all the 32 possible mousebuttons in LibGGI.
	- 24 bpp actually works now.
	- Support for 15 bpp.
	- 32 bpp now returns correct information about the display to clients.
	- Use GGI_AUTO for virtual size.
	- The user doesn't have to specify a mode, GGI/GT_AUTO is used for
	  unspecified parameters.
	- Use the masks in ggi_pixelformat instead of making a random
	  assumption of the format.
	- General cleanup of the code.

981027
	- Marcus Sundberg is new maintainer of XGGI.
	- Started bringing it back to life again.

980425
	- Michael Krause doesn't have time to maintain XGGI anymore.

980301	* Version 1.4.1 released
	- Accelerated the window/area moving/blitting code by using
	  ggiCopyBox().
	- The graphics setup code uses the DirectBuffer API now and checks
	  if the framebuffer is in a supported format.
	- Stride value is interpreted correctly now (for the MediaGX driver -
	  finally, Emmanuel ;D).
	- The keyboard code has been rewritten again.

971026	* Version 1.4 released
	- Complete keyboard support, it's a kludge nevertheless.
	- 32bpp mode working.
	- 24bpp mode implemented, but untested.

971017	* Version 1.3 released
	- Jason McMullan gave up maintaining XGGI, Michael Krause took over.
	- The existing 1.2 sources for XFree86 3.2pl1 were changed to compile
	  with the XFree86 3.3.1 sources.
	- Mouse button mapping changed to the new numbering scheme.
	- Keyboard support, but no complete keymap yet.
	- Fixed the display code to support TrueColor visuals, only 16 bit
	  supported for now.
	- The bug from 1.2 (no Expose events for some apps) has disappeared.
