NEWS FOR 0.99.7
---------------
* DCC send and receive for IRC.
* Support for dircproxy for IRC.
* Fixed a bunch of IRC bugs, including one that caused IPv6 hosts to crash the client.
* Most of the FORMAT_CHAT_* format strings have changed. If you have used the /save command, you will
  have to delete the old ones from your ~/.pork/porkrc file.
* IRC support is compiled in by default now. Pass configure --without-irc to disable it.
* Perl fixes.
* Cope with the screen being made too small to display anything.
* Added support for wrapping lines at word boundaries (see /set wordwrap, /set wordwrap_char, and /win set wordwrap).
* Added a /win dump command to dump the (text) contents of a window to a file.
* Lots of bugfixes.
* I changed the syntax for IRC's /connect. It's now
  /connect -irc <nick> <server1[:<port1>[:<passwd1>]] ... [<serverN>[:<portN>:[<passwdN]]].
  pork will connect to the first server in the list and use the others, if any, as backups when disconnected.
