JFPatch (updated 10 Apr 1999 for 2.55)
=======

Important :
 fix CAS to support workspace working-outing and branch overs.
 Add Phils little functions in some way...
 Add more message file support
 Input file buffering - might speed up things on cmj's machine.
 Decent front end ?
 Warnings in pre-processor would be good; warnings in Basic would be
  excellent.
 Update documentation; use /one/ file only !
 Tidy up the cack in the init/final code. At the moment errors are handled
  very badly.

Lesser :
 Need some form of STMFD for an APCS header, a stack splitter would be nice
  too
 Implement LDR r#,[sp,{regs},r#] for stack read, and STR for store
 FILE - to load file
 problems with number of spaces/tabs after statements - see forrey's mail
 Patching an in memory module (In  *<modname>) where the module does not exist
  causes a strange error if throwback is enabled.
 New-style filter manager registration.


Sometime :
 Proper macro code - the current stuff is pretty naff :-(
 Write it in C ?
 Identify bad use of LDR rx,blah : <operation on rx> - this is not so
  efficient on a StrongArm.

Done?
=====
 Check that the events, services, vector, etc blocks /work/ with AOF (most
  work I think)
 lower case R for registers (fixed, I think)
 LADR, LMOV needs spaces and to allow lower case - fixed I think
 'real' includes (Done, I think - needs a good test)
 Add divider routine (done)
 Filter code requires additional checks for Toolbox cackness, possibly
  Code <reason> <code> ?
 Support for ImageFS/FS registration on initialisation and removal on
  shutdown.
 Support for FileCore FS's.
 Move the 'Wimp_Poll' reasons information into a resource file rather than
  keeping in the code.
