Most important things to do:

-	Add copyright messages in the source files.
-	The options are in X style -option, I'll have to change them
	to GNU style -o and --option style.
-	I've tried to make the program use autoconf and automake. It
	doesen't work, so it uses still a Makefile. To compile cd to src
        directory and make, and copy XMotti from main directory to
	app-defaults.
-	The routines to determine if an area is separate from another
	are still nonfunctional.
-	Functions needed to change turn are still missing.
-	Status bar is unimplemented.
-	There's no text in action buttons.
-	Autoconf refuses to detect libX11, at least on my system.

Less important things to do:

-	Save game option.
-	Functions to scroll large maps.
-	AI players.
-	Random map generator.
-	Map editor. (Well... You can do maps with emacs already...)
-	Network play.
-	Support for BW visual.
-	Curses-based interface.
