TODO:
=====
 * Typing notification - Mridul Jain [ MEDIUM PRIORITY ]
 * Idle timeout: Visu [ MEDIUM PRIORITY ]
   - Scheme primitive set idle time-out value in seconds.
   Right now it is initialized at login-time, but u have to rearm upon
   each key stroke. Give primitives and handle this functionality in a
   separate Scheme extension. Setting idle-timeout to zero should disable
   this functionality. 
   - ?idle [time-out in secs] 
     Command interface
 * Auto reconnect: Visu [ MEDIUM PRIORITY ]
   - Scheme primitive and ?toggle interface to enable and disable
     auto-reconnect.
 * sound themes [ MEDIUM PRIORITY ]
 * command line options [ LOW PRIORITY ]
         --no-init-file
         --no-startup-file
         -s -> -S
         -s | --script
         -e | --eval
         -l | --load
         --startup-file
 * fh-exit-hook guile hook [ LOW PRIORITY ]
 * fh-register-command - modify to take three arguments [ LOW PRIORITY]
 	(fh-register-command! command syntax description)
 * AND ALL BUGS FIXED ;-)
   (atleast refer to "BUGS" file for known issues)

How ever, if you have any other innovative ideas, You are most welcome
to keep adding them irrespective of this TODO list. There are also
lot more interesting features yet to be implemented from libyahoo2
library. Please write to the freehoo mailing list (and CC
ab@gnu.org.in) before you implement any new feature, chances are its
not a priority or some one working on it already.




