*** version 3.0.1 ***
fixed INSTALL documentation (forgot namespace import)
made pkgIndex.tcl writable
*** version 3.0 ***
Tcl 8.0 compatibility
added new class command
a class is now a namespace
slightly changed data member syntax (INCOMPATIBLE with 2.x)
no longer automatically copy array members since they were never
  deleted automatically
updated all tests with both inner and outer member procedure
  definitions
make object creation, copy and deletion keep variable context
added base class automatic loading for packages
simplified mkpkgidx.tcl
updated html documentation
*** version 2.6 ***
Tcl 8.0a compatibility
stooop package creation utility: mkpkgidx.tcl
added package information to stooop HTML documentation
*** version 2.5 ***
simplified package support (see INSTALL)
added CONTENTS file
removed rather obsolete manual pages (use HTML documentation instead)
*** version 2.4 ***
added package support
*** version 2.3 ***
fixed incorrect behavior: virtual procedure derived class
implementation was invoked from base class constructor, now behaves
like C++
*** version 2.2.2 ***
bug fix to allow multiple inclusion of derived classes definition
  files
*** version 2.2.1 ***
bug fix to allow multiple inclusion of class constructors definition
  files
*** version 2.2 ***
added copy constructor
HTML class browser
C implementation uses Tcl internals only
added fifo and lifo example implementations
*** version 2.1 ***
C implementation can optionally use Tcl internals for higher speed
added C implementation of new, delete and classof
runtests uses Tcl 7.5 interp command if available instead of exec
*** version 2.0 ***
added multiple inheritance
added classof RTTI operator
added full HTML documentation
added graphical demo using composite pattern
removed delete operator class parameter
*** version 1.0 ***
For Tcl 7.5.
Based on tkpiechart version 2.0 oop.tcl
