*** version 6.1 ***
module help can now be a HTML document (see random module example with
  separate HTML file in module sub-directory)
use a Help Modules sub-menu per module
support -geometry command line option
HTML formatted help documentation for Linux arp module
*** version 6.0 ***
added module command line arguments support, as in following example:
  $ moodss ps --remote user@host route -r user@host --numeric
from Help, Modules menu, show invocation arguments per module in help
  window
added optional switches data member and initialize procedure support
  in module code
added table data column anchoring (center, left or right) support in
  module code
implemented remote monitoring for ps and mounts Linux modules
added full command line table column to Linux ps module, now split in
  2 table views
added -r (--remote) argument option to all Linux modules that support
  remote monitoring (MOODSSREMOTE environment variable technique
  obsoleted)
added -n (--numeric) argument option to arp and route Linux modules,
  to prevent host and network symbolic name lookup
added --show-modules command line switch for discovering valid moodss
  modules, using Tcl package auto loading mechanism
added minimal module for helping module programmers
added -a (--asynchronous) argument option to random module
in Linux modules supporting remote monitoring, close standard input
  for rsh so that moodss can be run in background
for diskstats and mounts Linux modules, fixed version parsing bug
  which caused an error with 2.2.0pre kernels
moodss Redhat rpm no longer includes the tktable library but rather
  requires the tktable rpm (see http://rufus.w3.org/ or INSTALL file
  for exact location).
some code cleanup and modularization
*** version 5.8 ***
added experimental remote monitoring for some Linux modules (cpustats,
  memstats, route and arp) using rsh, as in:
  $ MOODSSREMOTE=user@host moodss.tcl memstats
*** version 5.7 ***
added arp module for Linux with hardware address automatic decoding
  (full name from the /etc/ethers file, or vendor code from included
  vendor.txt map file)
fixed a bug in Linux ps module which would crash when seeing processes
  belonging to users added after the application was launched
made the Linux ps module resilient to vanished process situations
moodss Redhat rpm no longer includes BLT library but rather requires
  the blt 2.4 rpm, part of the Redhat distribution
*** version 5.6 ***
added route module for Linux
prevented disk size overflow in diskstats Linux module
clearly specified that row numbers must be between 0 and 2147483647
  (in random.tcl comments)
dragging from a pie by clicking on the background slice no longer fails
uses tkpiechart version 5.2.2
*** version 5.5 ***
added Linux mounts module
fixed a bug introduced in 5.4 which caused module tables geometry not
  to be initialized from save file
removed libstatfs.so loadable library from Linux diskstats module
  sub-directory
added packlibs package sub-directory with namespaced filesystem
  loadable library for Linux
*** version 5.4 ***
added Linux diskstats module with statfs library
modules specified on the command line can now cohabit with the -f
  (--file) command line option so that new module data displays can be
  added to an existing dashboard
graph viewers created through New menu had an incorrect time scale
module errors are no longer caught at load time for easier debugging
tested with tkTable 2.4 on Linux
*** version 5.3 ***
viewer icons can now be dropped into existing viewers to change their
  type (for example, create a stacked data bar viewer from several cells,
  then drag the 3D pie drag'n'drop icon into it and see what happens)
trash icon can now be dropped into any existing viewer to destroy it
  in 1 shot
added New menu in order to be able to create empty viewers of any type
prevented tables rightmost column resizing through rightmost border
deleting all elements in a viewer no longer causes an automatic
  destruction of the viewer itself (the free text viewer always has
  behaved that way)
*** version 5.2 ***
viewers stacking order is now restored from save file
HTML help no longer crashes application when prematurely closed from
  window manager
updated INSTALL file with BLT library latest version
produces an appicon when used with the WindowMaker window manager
iconifies with nice icon and meaningful label
replaced all mygale.org domain based personal email and web addresses
  with new multimania.com domain
tested with Tcl/Tk 8.0.4 on Linux
uses BLT 2.4g and not 2.4h as reported in version 5.1 changes
*** version 5.1 ***
viewers with data cells originating from summary tables can now be
  successfully rebuilt from save file (may incur some save file
  incompatibilities with previous moodss versions)
save file now stores all displayed tables column widths
  (useful after user resizing, for example)
HTML help now includes images either found in the local directory or
  the /usr/doc/moodss-5.1/ directory if moodss was installed as a rpm
viewers created from save file were not completely deleted when
  dropped in trash
fixed graphs initial flat line problem and made it invisible again
removed some memory leaks that occured when deleting some viewers
all new viewers (except for free text) are now created with the same size
removed programmer specific help from moodss global help window
prevent data cell(s) drag and drop from within same summary table
graph viewers created from save file had their time scale improperly
  initialized
deleted summary table viewer now makes sure that viewers watching its
  data can eventually show that cell(s) data has become invalid
found a way around core dumps (when exiting moodss, on Linux and
  probably other UNIXs) caused by use of graph viewers
uses stooop 3.7, scwoop 2.6, tkpiechart 5.2.1 and BLT 2.4h
*** version 5.0 ***
added free text viewer, based on text widget, with embedded live data cells
uses scwoop library version 2.5
fixed various syntax problems thanks to Larry Virden's check with tclpro
tables are now created with a fixed size due to new scroll class
  implementation
tested with BLT library version 2.4f
added source files versions display with corresponding entry in help menu
reduced height of contents area in global HTML help
main canvas and table viewers can no longer take focus
added viewer specific options field in .moo save files
*** version 4.4 ***
added Redhat rpm support: modules and packages are also searched in
  /usr/lib/moodss
moodss rpm file, complete with BLT and Tktable compiled libraries made
  available
*** version 4.3.1 ***
fixed save file fatal error introduced in 4.3
uses stooop 3.61
*** version 4.3 ***
added support for asynchronous modules (with data updated without polling)
successfully tested with Tcl/Tk 8.0.3 on Linux
*** version 4.2.1 ***
tested with tkTable 2.3 and BLT 2.4e on Linux
BLT 2.4e required on UNIX platforms
on UNIX, use libBLT.so.2.4 instead of libBLT2.4.so naming
Linux BLT and tkTable binaries posted on my homepage
*** version 4.2 ***
summary table can now handle vanishing cells
tested with tkTable 2.3 and BLT 2.4c on Linux
tested with tkTable 2.3 and BLT 8.0 unoff on windows
drag highlighting frame placement problem fixed on windows
*** version 4.1 ***
added summary table (current, average, minimum and maximum values) viewer
unnoficial BLT 8.0 version no longer supported on UNIX platforms:
  use BLT 2.4 instead
added -r (--read-only) option
added -S (--static) option
moodss self contained application no longer tries to load stooop,
  scwoop or tkpiechart packages if present on the system
added seperate viewer image samples in HTML documentation
tested with tkTable 2.2 and BLT 2.4c
*** version 4.0 ***
implemented storing and retrieving current modules and viewers configuration
added Save and Save As... File menus
added -f (--file) command line option
*** version 3.6 ***
pie charts now resize nicely (slices always leave room for labels as
  BLT charts do)
uses stooop 3.6 and tkpiechart 5.2
drag circle cursor is no longer changed to double arrow when dragging across
  right side of a table
column resizing cursor no longer sticks in column title labels
dragging now possible only from selected cell or viewer element label
in graphs, flat 0 lines are now visible even with other lines in the graph
graphs now handle void value with plot discontinuities
graph background is now black for better clarity
graph start plotting only when fed new values (no more initial flat lines)
*** version 3.5 ***
added optional multiple views per module
added visibleColumns and views members in module data array
columns member in module data array is now obsolete
in modules help, display version for each module
use GNU copyleft license
removed -update command line option
implemented GNU style command line options
added -h (--help), -p (--poll-time) and --version command line options
*** version 3.4 ***
piecharts are now resizable
new graph viewer x axis division algorithm taking actual plot width
  into account (axis also updated as viewer is resized)
graph viewers labels now show data values as barcharts do
use official BLT version 2.4 instead of patched 2.3 (see INSTALL file)
*** version 3.3 ***
also announced in comp.os.linux.announce newsgroup
added memstats module for Linux
when resizing and moving viewers, show sizes and coordinates in message area
added support for BLT 2.3 patched for Tcl/Tk 8.1 (see INSTALL file)
added overlap barchart viewer when BLT 2.3 is used
infinite update loop with automatic scrollbars problem was not actually solved:
  new implementation with scrollbars appearing and disappearing at once
use narrower scrollbars with thin border on data tables
immediately update newly created viewers with current data values
new graph viewer x axis range was not calculated according to current poll time
implemented graph viewer x axis division varying with poll time
show only hours and minutes on graph viewer x axis
updated INSTALL file with BLT and tkTable librairies latest locations
*** version 3.2 ***
use a little arrow indicator in sorted column title instead of highlighting
tkTable widget version 2.0 mandatory
allowed interactive column resizing in tables
prevented infinite update loop (automatic scrollbars appearing and
  disappearing) which randomly occured when resizing tables or columns
use arrow cursor as default in tables, graphs and barcharts
when clicking on borders, internal window manager places window on top
  if partly visible
*** version 3.1 ***
the first software to use the fantastic tkTable widget version 2.0!
added multiple cell selection support to data tables
implemented tables shifting in initial placement when multiple modules
use smaller helvetica font for embedded HTML help viewer
made internal window manager mid handles larger
added section numbering to HTML documentation for easier reading
prevented module repetitions in command line
uses tkpiechart 4.3
*** version 3.0 ***
added multiple module concurrent support
implemented multiple modules help
full support of shift/control click selection method for data cell
  viewer elements
in cpustats module, added static percent index column for meaningful
  viewer labeling
uses scwooop 2.2, tkpiechart 4.2 and stooop 3.5.1 packages
*** version 2.3 ***
added multiple data element drag and drop between graphical viewers
added multiple data element drag and drop from viewers to iconic drop sites
in module data array, added list of columns member to specify row index
any mouse click makes widget tip dissapear again
dropping into initial drag site is now impossible
drag and drop highlighting now works properly on Windows
*** version 2.2 ***
pie chart slices can now be selected and dropped into trash
added general help by using the great HTML library by Stephen Uhler
  from Sun Microsystems (thanks Stephen, great work!)
added related copyright notice in about dialog window
slight improvement on pie icons
used tkpiechart 4.0 and stooop 3.4 switched package
prevented drag from data table title row
added support for Windows tktable.dll and blt80.dll for using without
  tkTable and BLT installed as packages
*** version 2.1 ***
added side and stacked bar charts, 2D and 3D pie charts
added trash drop site for deleting graph lines, bars and pies
derive graphData from viewer and blt2DViewer
better looking icons
tested with Windows 95 (see the INSTALL file)
use BSD type copyright (much simpler than GNU copyleft)
*** version 2.0 ***
data viewers moveable and resizable through internal window manager
added BLT graph data viewers
added drag'n'drop
*** version 1.0 ***
table only with no graphical viewers
