Since libDockApp 0.2
--------------------

- DockApps can now change shape on the fly.
- Motion Events are properly handled now.
- Code review/cleanup
- Added DARect and DAActionRect structures. These allow You to easily specify
  regions, and functions that should be called when clicked in these regions.
- DAEventLoop now finaly no longer caused Huge CPU-usage.
  Turned out i had to disable the GCGraphicsExposures GC-Values, which were
  generating huge amounts of "NoExpose" events which were simply discarded
  anyway.

