*** version 4.1 ***
in widgetTip widget:
  - added -wraplength option to label
  - use lighter yellow background as on windows
  - added -itemortag option to support canvas objects
in notebook widget, made selected tab stand out by being raised
made option menu also work on windows
*** version 4.0 ***
replaced hardcoded native widget default values (default,name widget
  class data members) with dynamic and cached widget class option
  array members (see upgrading section in HTML documentation)
in mega widget option procedure, removed name and class option list
  members (see upgrading section in HTML documentation)
in widgetTip widget, use left justification for label
create spinbox widget wrapper class if Tk version is 8.4 or above
successfully tested with Tcl/Tk 8.4a2
*** version 3.2 ***
in comboEntry class, set entry to read only if using Tcl/Tk 8.4
made sure that widgetTip is always entirely visible in screen
in comboButton, restoring the focus failed if the widget was gone
in optionMenu and comboButton classes, properly restore grab after use
*** version 3.1 ***
implemented using mandatory Tcl/Tk 8.3b1
in scroll widget, infinite update loop with automatic scrollbars
  problem potentially solved: when detected, guilty scrollbar is
  displayed full size.
uses empty name array feature in internal code for static members,
  now that Tcl bug was fixed in 8.3
*** version 3.0 ***
uses empty name array feature in internal code, which improves
  performance significantly
only works with stooop version 4.0.1, tcl version 8.2, or patched core
  (see stooop distribution PATCH file)
no longer works with the plugin (as a Tcl 8.2 (or patched) core is
  needed): use version 2.6 instead
renamed scroller option -elementborderwidth to
  -scrollbarelementborderwidth
*** 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 ***
