library:
 first,
 - implementing TT_Get_Face_Metrics (and first designing a way to call it)
 - some notorious fonts report error 1026 (fixed? only with lint?)
 - others report error 1040 (fixed? only with lint?)
 then,
 - handling the XXX comments
 - the little memory leak (seen with lint) : 80 with multiple fonts
    (need a debug memory tracker)
 - verifying the delta w.r.t. C version (specially ttinterp)
 - testing/certifying with OS/2
 - testing/certifying with Linux (need a X11 graphic driver)
 - verifying the problems with $80000000 with Delphi 4+ (64-bit negative)
 - old Apple fonts ?
 - testing with many fonts
 - handling inlining (FPC ? others ?)
 - writing a fall-back version in plain Pascal, to handle other platforms
    that may have full 32-bit unsigned support available (Cardinal ?)
 - writing a version that takes advantage of 64-bit support in Delphi 4+
    (not a major objective, unless FPC supports it easily)


lint:
 - some sort of more verbose error messages (new unit tterr18n ?)
 - checking the HDMX option carefully

timer :
 - brocken with FPC
 - not really tested for the moment

view:

write:
 - something comes wrong when size increases (get buried), at least in 16-bit

dump:
 - does not seem to work for me (AntoineL)
 - to be rewritten like the C one (dump informations)

graphic drivers :
 - OS/2 : to be tested
 - Win32 : still a little problem with FPC
 - GO32 (FPC) : rewriting the access to memory VIO, cleanup necessary

debugger : depends on availability of TurboVision or clones
 - port to FreeVision (FPC) when available

docs:
 - major item !
 - apiref.txt to be published (need to use Pascal syntax instead of C!);
    same for bitmaps.txt, user.txt
 - still to port: changes.txt, FAQ
 - then (if time allows...): convntns.txt, porting.txt, optimize.txt,
    HOWTO's

make system:
 - to be decided (perhaps a little, configurable, Makefile)
