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

********************************************************************
Bugs/problems I intend to fix:
********************************************************************


********************************************************************
Bugs I don't intend to fix:
********************************************************************

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)


