--- psiconv/trunk/TODO	2003/11/26 20:56:17	171
+++ psiconv/trunk/TODO	2004/01/06 20:15:01	184
@@ -4,15 +4,14 @@
 
 Parser:
 * Incorporate the replacement section. Stubs are already in place.
-* Check and/or add image parsing for not 2-bits greyscale.
+* Check image parsing works for other things than 2-bits greyscale.
 * Complete Sheet
 * Add more file formats
 
 Generator:
 * Add audio file support.
-* Add image RLE support
 * Check image file generation works for other things than 2 bits greyscale
-* Add image 4-bit and 8-bit color palettes
+* Add Sheet
 * Add more file formats
 
 Psiconv program:
@@ -23,9 +22,18 @@
 * IMAGE: support for special things like clipping is still lacking at the
          generator side. 
 
+Config files:
+* Add hex parsing
+* Specify config location compile-time
+
 General:
 * Many common values are returned as int. Perhaps change this to long,
   for better behaviour on very large files on some architectures?
 * Use libaudiofile for audio conversions?
-* Go to Unicode for all stored strings. This will be somewhat hard, maybe.
-  or maybe not, as most is contained in a few routines.
+* FATALS use should be minimized
+* Look at portability (headers)
+* Update copyright dates
+
+Unicode:
+* Add UTF8 support
+* Test, test, test