Notes
-----

- Angel Wars is being developed under Linux.  Ports to other operating systems
	will be given a low priority until the core of the game is complete.
- The KDevelop [www.kdevelop.org] environment is being used for development.  The
	game library currently being used is SDL. [www.devolution.org/~slouken/SDL]
- If some combination of CTRL and the arrow keys is caught by the window manager
	(as with a keyboard shortcut) the keyboard functions will behave unpredictably
	(under SDL).  This is known to be a problem in the SawFish (formerly SawMill)
	windowmanager because it binds CTRL-LEFT and CTRL-RIGHT.  Solution: assign the
	windowmanager function to some other key combination.