--- psiconv/trunk/TODO 1999/11/30 00:12:52 28 +++ psiconv/trunk/TODO 2000/07/14 20:44:40 49 @@ -11,7 +11,9 @@ * 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? -* Add other targets (RTF would be very nice) +* RTF: Make it usable. Not nearly finished at the moment. +* IMAGE: support for special things like clipping is still lacking at the + generator side. General: * Out-of-memory segfaults (malloc fails are not caught). Better handling? @@ -22,3 +24,7 @@ * I suspect there are still some memory leaks. * Use libaudiofile for audio conversions? * Add generation of audio files. +* The reason ./configure did not correctly + detect ImageMagick is due to the fact that it tries to link the + test-code against libMagick but does not pass the library path to ld. +