CHANGES 1.2.4 (from 1.2.3)
=========================
* added functionality to CMLConvetion. It now also reads information from <atom>
  and not just <atomArray>.
* added MDLMol convention handler. Though it does not handle the stereochemistry
  convention of MDLMol files.

CHANGES 1.2.3 (from 1.2.2)
==========================
* added functionality to PDBHandler. Now also reads bonds.

CHANGES 1.2.2 (from 1.2.1)
==========================
* added registerConvention() to CMLHandler to make it possible that
  users use other Conventions than distributed with JCFL. Thus also means
  the addition of the inherit(Convention) procedure to Convention.
* added a debug mode to CMLHandler and Convention
* added a Convention() constructor
* removed JMOLANIMATION from supplied conventions. Jmol will register
  this convention itself now

CHANGES 1.2.1 (from 1.2)
========================
* made CDOAcceptedObjects' procedures public so that classes
  outside the package can also use them
* added this CHANGELOG.txt file to the jar file

CHANGES 1.2 (from 1.0.1)
========================
* deleted startAtom() etc procedure and replaces them by
  startObject(String objectType) in CDOInterface
* added some simple dummy CDO implementations for the CML,
  ANIMATION and NMR objects
