SHORT:        Schedule jobs at specific times.
Architecture: m68k-amigaos

This is a minor update to v1.4 which does two things:

   1)  This should fix most of the problems people reported with v1.4 re: script
       files.   v1.4 put's quotes around all command names to allow a name to
       have a space in it.  These quotes break scripts, for some reason.  v1.5
       now only inserts quotes when the command name actaully has a space in
       it.  If you have any scripts you run that do have a space in their name,
       you'll have to explicitly run the execute command.  The documentation has
       been updated to reflect this.

   2)  Various little code tweaks, as well as the use of CatComp v39, to reduce
       the size of the executable (and, to some extent, the code, which grew
       in order to support the fix listed in part 1 -- but overall it's a tad
       smaller than v1.4).

-=> CAW