Other notable changes include:
* implement pattern colours for all backends
* use DejaVu as another fallback font
* OpenGL fixes and improvements
* Key repeat support implemented in X11
* Fast drawing on 8 bit displays was added (although it might only
speed things up on old X11 servers and/or remote servers).
* GNUstep modifier keys are mapped to KeySyms instead of KeyCodes
* Added a Cairo backend, although it is probably non-functional.
Anyone is invited to contribute to making it work.
* art backend supports reading from a window.
* Add internal window decoration handling.
* Bug fixes
* Preliminary OpenGL support
* Localisation upates
* Implemented -GSSendBezierPath
* -DPSsetalpha: Use GSsetalpha as defined in frontend, for
printers that don't support setalpha.
* Source/x11/XIMInputServer.m
* Hack: if focus went nowhere, don't deactivate app.
* Only send event if we don't have a key window.
* Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build
X specific parts of gpbs or not.