--- psiconv/trunk/TODO	2000/12/23 20:21:40	72
+++ psiconv/trunk/TODO	2003/11/26 20:56:17	171
@@ -1,21 +1,25 @@
 Data formats:
 * Understand the password section
-* Understand and document other file types (Data, Sheet, Agenda, etc)
+* Understand and document 10000050 file types (Agenda, Data, etc)
 
 Parser:
 * Incorporate the replacement section. Stubs are already in place.
-* Add additional file types.
-* Add included objects
+* Check and/or add image parsing for not 2-bits greyscale.
+* Complete Sheet
+* Add more file formats
 
 Generator:
-* Check all value vars for NULLs
-* Complete it
+* 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 more file formats
 
-Psiconv Generators:
+Psiconv program:
 * HTML: Verify generated code, to see whether it is HTML-3.2 compatible
 * HTML4: Fallback on normal HTML for TextEd files might be replaced with
          true code. But is it worth it?
-* RTF: Make it usable. Not nearly finished at the moment.
+* RTF: Make it usable. Not nearly finished at the moment. Dead project.
 * IMAGE: support for special things like clipping is still lacking at the
          generator side. 
 
@@ -23,5 +27,5 @@
 * 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?
-* Add generation of audio files.
-* Check all names with my english Psion, both in source code and in docs
+* Go to Unicode for all stored strings. This will be somewhat hard, maybe.
+  or maybe not, as most is contained in a few routines.