* allow dynamic loading of python modules
* add poll() function to non Tcl modules for asynchronous operation
* allow non Tcl modules to display messages
* in Perl and Python, refresh occurs even if updates member is not incremented
* allow Ruby modules (please let me know if you are interested)
* catch stderr messages, such as warnings, output by the perl library (please let me know if you know how)
* release new tkpiechart witch canvasLabel relief selection, -selectcolor replaced by -textbackground, -minimumwidth, right border
  alignment in array, text always placed next to left rectangle and no longer centered
* saved pies with 2 rows or more of multiline labels appear initialized with overlapping labels and pie
* expand fields in modules dialog
* release tcllib patched for qmail
* add boolean in module data to disable automatic data table column sizing
* remove columns sizes in saved data when not necessary
* in MySQL modules, non responding servers hang user interface: use a timeout?
* thresholds:
  - sort out priority problems
  - add way to sort thresholds so color gradients become possible
  - check cells again thresholds in new viewer (data table?)
  - check new cells again thresholds in any viewer (use same procedure as above)
  - summary table current value should change color as original cell
  - check behavior with bad threshold values (depending on type)
  - use mailMessage{} instead of fixed message, adapt according to type and cell type
  - allow tabbing between cells
  - move emails and script columns data in areas below table
  - implement composite widget for managing several entries: use for emails and SMTP servers
  - check email addresses, SMTP server addresses upon entry, also in preferences
  - check input against cell type when editing value cell
  - make dialog thresholds table a drop zone
  - implement color change on all related data cell views
  - allow threshold alerts in trace module (preferences?)
  - add original cell label widget tip on editable source cell
  - allow dropping cell row in eraser (after selection?)
  - allow dropping cells in value column (allow dynamic value such as a cell)
  - add dialog box test output area instead of stdout output
  - add many threshold types
  - add time column (triggers only if occurrence during a certain time)
  - add a clone button acting on selection
  - add .bat support instead of sh on windows
  - add arrays of colors to drag from
  - allow changing the email alert message (default in preferences, customize area in thresholds dialog box)
  - control input when leaving cell (especially for clock type)
  - eventually include screenshot in email message
  - make table sortable
  - allow row deletion by dropping into trash
  - resize columns after cell change
* add a non-closing load button to the module load dialog box
* improve automatic window management on newly loaded modules
* if the Tcl plugin survives, try to work with it, so moodss has a web interface
* update screenshots with new icons in HTML documentation
* use unset -nocomplain subcommand instead of catching unset when completely moving to Tcl/Tk 8.4
* in preferences printing, add horizontal and vertical margin, integer and automatic scaling, ...
* snmp module: add --match column:*1?,..., -regexp column:[1-4],...
* snmp: default to mib2 and eventually report bug to scotty authors
* allow displaying the trace module in a separate window
* finish viewers color sequence configuration implementation (fix pie.tcl and blt2d.tcl code for circling through)
* add -M (--module-names) command line switch to force display in viewers labels, also allow to remove in configuration/preferences
* implement viewers window title area with a close button
* allow dropping viewers in trash from window manager (add -pointereventsfrom, -nodragcursor to dragSite?)
* in preferences and configuration:
*   initially display informational message about rc file
*   add main window geometry or automatically save size on exit (optional?)
*   choose window manager title area colors
*   choose viewers background / foreground / font (free text only?)
*   add a lot of settings (viewers, fonts, ...): use other applications as examples (user input is obviously welcomed)
* implement samba, apachetopn, lmsensors modules
* add contextual popup menu for all viewer types
* allow simple font (bold, italic, underlined, font) and text (paragraph) formatting for free text viewer
  (with Ctrl-[BIUSN] bindings, tip help?)
* add pie total drop site or feature so that viewing data as a share of a total is possible
* avoid wide labels overlap in pie labels array: modify labeler algorithm, go to next line if necessary
* in HTML help, add forward and back arrows a la netscape
* allow selection of complete table lines and columns in 1 shot?
* allow summary table row deletion only when fully selected?
* document save file format
* drag from a viewer icon and drop into a table selected cells if any
  (dropping embedded viewer from table into trash makes underlying table cells visible again)
* fill stacked graph holes when greatly resized
* implement automatic table column sizing or ask author
* add undo feature on viewer deletion
* eventually allow viewers to be iconized
* implement canvas automatic scroll area resizing when objects are moved or created
* add zoom feature to graphs
* allow table column anchoring user change through popup menu and store in save file
