EPIC4 Projects, Bugs, and other Errata:

KNOWN ERRATA (eg, bugs, or unresolved requests):
------------------------------------------------
* Bruce DeVisser's /help bug (Robohak is fixing this, and others)
* Finish work on supporting the undernet's new /WHO requests
* Turn beeps off during window repaints.
* Look at liandrin's problems with $rest()
* Rain got a "Can't use /set dcc_use_gateway_addr" for an ip address
* Zinx want's an $wordtoindex(3 hello there person) returns '13'
* $getopt() has buffer overflows.
* my_isspace() and new_next_arg() disagree over what makes a word.
* Make <backwards history> not repeat current input line twice.
* Work out a script to support something resembling vi edit mode
* Add the script phoengold sent me to do 'grep' for the lastlog.
* Change the 'basical' script from 'alias l list' to 'alias l leave' (list)
* Look at zinx's fix for some of the word functions to honor "" words
* Fix the bug with $winchan() not flagging the server correctly and 
	returning -1 when before it didn't.
* Figure out why it's rejecting port 1024 on dcc, shouldn't be...

[See http://www.epicsol.org/PROJECTS for things to come in the future]
[See http://www.epicsol.org/CHANGELOG for things that changed in the past]

THE CHANGELOG SINCE THE LAST RELEASE:
-------------------------------------
* Fix crash where $channel(#chan) when in /on join -> null pointer -> boom!
* Don't create new output line after last position if no more text.
* Don't use usec's for /set mail 3, don't use utimes() either. linux is weak.
* Fix /who.  Where _did_ that line come from?
* Fix $sort() and $numsort() returning NULL.  Use RETURN_MSTR() elsewhere.
* Remove hype for 'tc' script from the 'tabkey' script.
* On first connect, call e_channel to join -c channel, rather than direct JOIN
* Fix $cparse(%n), buffer overflow.
* Fix unsplitw() to return NULL if 'container' is empty.
* Put a bit more sanity checking in $sort() as well.
* These two above seem to fix the $sort() and axur's crashes-on-join bugs.
* Fix a typo in show_help(), avert a null deref.
* Use RETURN_MSTR() in built in functions more liberaly. fixes couple bugs.
* Try to fix META4 keybinding to actually un-stick itself properly.
* Fix bug in timer argument handling that was causing it not to work.
* Fix line wrapping bug so sja and Q don't have to fight to the death. (zinx)
* sja says that the "window is dead and cannot be made current" panic is fixed.
