
KNOWN BUGS AND PROBLEMS update 130221
=======================

********************************************************************
Bugs/problems I intend to fix:
********************************************************************
There are a few places in the scrollable menu (used for the Hotlist)
that depend (incorrectly) the menu continueing to be in a given state.
These can be "ignored" and if you like you  could send me a bug report
so I can suppress the error report.

********************************************************************
Bugs I don't intend to fix:
********************************************************************
It appears that the ftp package throws the following error:

can't read "ftp(Dir)": no such element in array
    while executing
"set errmsg "Error changing directory to \"$ftp(Dir)\"""

This seems to be a timeout on the socket and comes from an interrupt which make it 
un-catchable
**************************************
Can not correctly pass parameters with embedded spaces from the command window in Windows systems.  This seems to be a bug in Windows version of tcl.
Update 14.01.16 I think this is fixed.  If not, let me know....
--------------------------------------------------------------------
If your timezone is set to GMT+xx then you might get incorrect dates
when you view FTP listings. This is because the Tcl/Tk clock scan
function cannot deal with GMT+xx elements in the date string. Don't
know why. You should use another timezone notation instead, like PST
or MET etc.
update 130221 Not sure.  It handles gmt (upper and lower case) but not
the +/- notation...
--------------------------------------------------------------------
********************************************************************
The following list shows crash dumps caused by bugs in Tcl/Tk. 
There's not much I can do about them, other than acknowledge their
existence and hope the next version of Tcl/Tk won't have them.
********************************************************************


--------------------------------------------------------------------
Tcl crash:

invalid command name "tcl_wordBreakBefore"
    while executing
"tcl_wordBreakBefore [$w get] $anchor"
    ("word" arm line 6)
    invoked from within
"switch $tkPriv(selectMode) {
        char {
            if $tkPriv(mouseMoved) {
                if {$cur < $anchor} {
                    $w selection range $cur $anchor
                } elseif {$cur > $a..."
    (procedure "tkEntryMouseSelect" line 9)
    invoked from within
"tkEntryMouseSelect .fupper.fright.entry_dir 174"
    (command bound to event)


