Bug / Problems
--------------
Mac : DCC does not work. (Tcl mac port bug!)
      improvement: DCC chat works as client (/accept)
                   DCC get  works too                
                   but in both case the EOF is not seen ! (need to abort)
      up arrows inserts a \x1e. (Tk mac bug fixed in upcoming 4.2b)
Windows : DCC problems too, quite much like Mac ones (Tcl win port bug!)
     Send mail to Sun's folks to put some pressure so those bugs get fixed!

tk pb : still some core dumps when one close a window... (linux/hpux/...)
       John Ousterhout found the Tk bug, should be fixed in next release
       or apply the patch at ftp://ftp.lyot.obspm.fr/tcl/tkbug.fix.patch

Suggestions/Possible Improvements
---------------------------------

-()-()-()- More or less Prioritized list of possible improvements : -()-()-()-

Irc: don't scroll to the end when we are scrolling up

Irc: sometime b3 does not popup ? bug ?

Irc: analyse /list, /names, /who ... (-min ,...)   output

IRC/general: add an identd server for windows/Mac users (sugg. from hisham.)

IRC: documentation !!! [and inline doc too (by addition of help string in 
     command arrays)]

IRC: non blocking /exec

IRC: /oper passwd entry dialog

IRC: repeated msg counter

IRC/DCC : resume

GO:  analyse moves instead of using status for each move

IRC: change default dest smartly (kick,part...)

IRC: different colors for privmsg from&to different people

IRC: non joined channels in grey in menu (when we will store joined list)

IRC: anti flood : max ctcp replies / time (and away notices)

GO:  add some chat features from irc ?

IRC: use tclbin if possible instead of bin hack for dcc

General: standardized widget addition ? [buttons / status / menus...]

IRC: possible sperate private chat window ? [not Netplugs philosophy!]

IRC/DCC: option for separate file servers

General/Irc: menu to change font size

IRC/DCC get: easy save as / or at least confirmation of overwrite
-> Improved: If file exists we now save in filename~ instead
IRC/DCC : use new file selector,...

IRC: possible specific log of private msgs (hmmm what does this mean ??)

-()-()-()- DONE or Mostly done : -()-()-()-
IRC: /ignore
-> DONE (see changes.txt for 0.60)

IRC: save previous ircrc (how on PC/Macs ?)
-> DONE (tcl7.6 'file rename')

IRC: flood detect / auto ignore
-> DONE (simple flood only)

IRC: show away once
-> DONE (but only one memory slot per connect)
IRC: send away notice once
-> DONE (but only one memory slot per connect)

Irc: detect dead sockets (send stuff from time to time)
-> DONE

general/irc: release # in ctcp version
-> DONE

Irc: update tags on window resize
-> DONE !

IRC: option to remove manual away on msg
-> DONE (remove_away) 
     (and keep auto away on non msg...)
-> DONE (away removed only on say/msg)

IRC: add /purge (to 'undo' long /list,...)
-> DONE (^c)

IRC/general: keyboard shortcuts for scrolling
-> DONE  (page up & down =Prior/Next)

IRC: attrib,exec    
->DONE

General: Plugins : clean up their arrays when connect is closed
-> DONE (for Irc and NetPlug main)

IRC: cleaner (user extendable) CTCP handling
-> DONE !! (ircCtcp array)

IRC: auto enlight on regexp (your nick,...)
-> DONE !! (irc(highlight))

IRC/DCC: close status window -> abort
->DONE {but an abort message is not shown on all cases of 
        user requested abort (yet)...}

Quit button/menu (Vesa!)
->DONE (confirm maybe ?)

General: avoid loading multiple copies of the same plugin... (more or less
         fixed by excluding . and dotdir from being both in the search path)

General: Pass the connection error/eof to the plugin by some well defined code
->DONE!

tabkeys equiv for irc
->DONE!  : make it smarter so accidental <tab> hit don't screw line ?

Improve speed by using always the same preregistered tags
->DONE (now: reapply tags to each open connections when reload ?)

IRC: prevent /names * ... 
->DONE

Spurious cut in messages (IRC) cr/lf got generated ? happens in motd,
maybe more often when moving window... bug in tcl ?
->seems completly fixed by the new fileevent removal while updating policy
->Really fixed by fixing the handling of unterminted messages! was my bug!

IRC: beep on msg when away
-> DONE + auto away !

IRC: /who output not nice.
-> DONE!

IRC/DCC: catch errors
-> DONE!

tk bug ? : repeated scroll while input make strange stuff... (not seen myself)

