*** version 2.6 ***
widget tip no longer self deletes when associated widget is destroyed:
  tip creator must manage destruction according to good object
  oriented techniques
*** version 2.5 ***
use handleSize data member in panner class so it passes the
  stooop procedures checking test
removed -elementborderwidth and added -scrollbarborderwidth,
  -scrollbarelementborderwidth and -scrollbarwidth options for
  scroll composite widget
made bindings class safer by checking that bound widget actually
  exists in destructor
*** version 2.4 ***
added -elementborderwidth option to scroll and scroller widgets
tested HTML documentation with its embedded tclets with the Tcl
  plugin final release 2.0 and increased some tclets heights
*** version 2.3 ***
added generic scroll composite class for native widgets
scroller composite class now uses scroll generic class
use platform optimized way of making toplevels visible
  (in widgetTip, comboButton and optionMenu implementations)
directly pass widgets constructor arguments to native widget
  command in widget classes so that menu widget -type option works
uncommented and updated tkTable and BLT widget classes code in
  scwoop.tcl
fixed spinentry increment bug when using -range option
*** version 2.2 ***
use platform independant way of making toplevels visible
  (in widgetTip, comboButton and optionMenu implementations)
widgetTip now derived from stooop switched class
added -font option to widgetTip
renamed bindings class procedure add{} to set{}
*** version 2.1.1 ***
fixed provided package version in scwoop.tcl
integrated Robin Becker's win32 patch
minor documentation fixes
link tclets instead of embedding them in HTML online documentation
  in homepage to avoid lengthy load times
*** version 2.1 ***
compatible with 2.0b3 plugin (and above I hope)
html documentation updated with live tclets
in spinEntry, arrow buttons move as up and down keys
set-option was invoked with default value instead of initial value
  when they differed in options{}
in some cases, configure procedure would return too long lists
*** version 2.0 ***
stooop 3.0 (namespace version) compatible
added optionMenu class
made widgetTip a composite
added confdemo.tcl stand-alone configuration demonstration
overhauled HTML documentation
*** version 1.5 ***
spinEntry widget
Tcl package support (see INSTALL)
added CONTENTS file
*** version 1.4 ***
added a lot of options to provided widgets
added panner widget (work in progress)
added configurationInterface widget
comboButton plugin related bug workaround
completed HTML documentation with live widget configuration
*** version 1.3 ***
added labelledFrame widget
modified composite class implementation for stooop 2.3
improved plugin toplevel, wm, grab, emulation commands
added platform dependent option default values
*** version 1.2 ***
html documentation with live tclets
fully Tcl plug-in compatible
improved performance by adding initial values to option lists
notebook widget
fileSelector no longer a toplevel
*** version 1.1 ***
added composite descendants configuration support
added widget tip class
added Tcl plug-in support through source.tcl utility
improved file selector (widget tips, ...)
added scroller implementation
added provided widgets documentation
*** version 1.0 ***
