From alpha.0 to alpha.1
=======================

  Bugfixing:
  ----------
  - Added checking to allow compillation with Borland Delphi.
  - Version number fixed.
  - "mgLoadFont" fixed.  Now loads default text font if parameter is NULL
    pointer (C) or an empty string (Pascal).



  New features:
  -------------
  - Added a debug module.
  - The clock precision increased up to milliseconds.
  - "mgSleep" added.
  - Keyboard configuration functions "mgSetDirectionKeys" & "mgSetButtonKeys"
    added.
  - Function "mgInkey" returns also the key scancode.  There are mnemonics for
    all known western and nippon keyboards.
  - "mgClearKeybuf" & "mgGetKeyName" added.



  Internal changes:
  -----------------
  - Several internal function names fixed.
  - Changed the "makefile" so it gets the object file names from external file,
    this way is more easy to update.

