CHANGES file for lander, the original lunar lander program

From lander-1.0.1 to lander-1.0.2:
==================================
* Forked the Makefile into two:  one for CMU style .lid files
  (deprecated), and one for Common-Dylan .lid files.
* Added information to the README on which Makefile to choose.
* Added packaging information to the Makefile to simplify the
  uploading task

From lander-1.0.0 to lander-1.0.1:
==================================
* Changed the README as I've now learned how to include object files
  from melange for d2c's use.
* Added a C-routine to delay for n seconds (called wait_seconds), and
  used it to simulate a free-fall after fuel's consumed.
* Formatted the meter reading output.
* Killed *g*, the lunar gravity constant; moved it to a local variable
  inside a function.
