
	$Id: TODO,v 1.2 2002/11/19 04:46:25 guillem Exp $

TODO list:

 - move all constants to configure space.
   - hardcoded dirs.
   - default ports.
   - hardcoded versions.
 - remove --gslist dependancy on order.
 - add option to bind to specific interfaces.
 - add signal handler to re-sync fonts dir.
 - error messages using syslog (depends on error()).
 - add memory sharing support (multi-threading?).
 - add anti-aliasing support (using the X render extension).
 - add endianess agnostic support.
   - make showttf endian agnostic.
 - fix xfstt crashing X Server when used with some fonts.
 - fix xfstt + gnome2 crashing X server .
 - fix X error when X_SetFontPath on fonts with white spaces (unreproducible).
 - fix xfs protocol compliance.
 - add syncing when HUP received.

Documentation:
 - differences: xfstt vs xtt-fs.

Code cleanup:
 - remove dprintfN and move it to its own module.
 - replace dprintN with a debug function.
 - add an error() function and normalize all > stderr.
 - search for XXX and correct.
 ? move all contrib references in src to THANKS file (code cleanup).

License:
 ? change license in sources at src/ to GPL, need consent of Herbert,
   Steven and all contributors/patch submitters...

