-------------------------------------------------------------------------------------------
Version 0.0.3a (21 January 2002)
-------------------------------------------------------------------------------------------

o Fixed bug in typing algorithm, causing problems with typing variables in goals.
  The erronous situation occurred for example when one hypothesis produced 'x :: a -> Bool'
  and another one produced 'x :: Int -> b'. A unification error used to be given here.
o Fixed bug in mechanism to propagate defaults in cases.
  Complicated patterns used to be handled incorrectly by Sparkle.
o Added feature: a case within the SAME case is now filled in by Sparkle.

-------------------------------------------------------------------------------------------
Version 0.0.3a (8 January 2002)
-------------------------------------------------------------------------------------------

o Fixed bug with finding Standard Sparkle Environment on some Windows 95/98
  machines. Bug was caused by function 'applicationpath' (from the Object I/O),
  which incorrectly returns the path in MSDOS format (8.3 and all uppercases) on
  some machines.
o Fixed bug with projects where the main module also has a .dcl module.
  These projects can now be loaded correctly.
o Renamed the module 'SparkleEnv' from the Standard Sparkle Environment to
  'StdSparkle'. Made 'StdEnv' again the top-level module (instead of 'SparkleEnv').
  It imports 'StdSparkle'.

-------------------------------------------------------------------------------------------
Version 0.0.2a (21 December 2001)
-------------------------------------------------------------------------------------------
