Cdk notes.
Copyright Mike Glover, 1995
-------------------------------------------------------------------------------

This document states some of the testing and history of the Cdk widget set.

Cdk has gone through a major face-lift since I first created it, and it's 
current look I like enough to release and attach my name to. :) I have made sure
to remain as consistent as possible with function parameter positions, names,
purposes, and what-not. If it's inconsistent in parts, mail me tell me what you
find inconsistent and I may change it. I say may because I don't want to kill
anyone's code if I can help it. That is why I waited so long before releasing
Cdk. I wanted it to be as stable as possible before sending it out into the
world. I think it's stable, and hopefully so will you. There are a few things
worth noting before continuing.

Cdk has gone through some fairly rigorous testing, but since I did the testing
it may not be complete. I have complied the code with Purify (TM) and 
Centerline's Testcenter (TM) and both say my code is clean. There are no
memory leaks, and the only problems exist in the curses library. (if I could
only release a clean copy of curses????? hmmmm.......)

But since I may not be able to see the forest for the trees, I'm willing to 
bet that bugs still do exist, and you folks will find them. If you do find bugs
read the BUGS document supplied with this release to find out what to do.

I do not plan on changing the interface to Cdk, so any code developed in it now
should pass the test of time. The only changes I can see are bug fixes and new
widgets. Lets hope this wish of mine remains true...

There is an examples directory available which demonstrates all of the widgets
and some extra concepts, it's a great place to tool around in before banging
away at your own code.

Have fun. :)

ttfn,
	Mike

PS: If you want to get a hold of me mail me at
glover@tuzo.erin.utoronto.ca
I would like to know your opinions of this library and how I could make it 
better.

