Ver 1.16:    10 Jun 96

   Added the /LINKS and /MAP commands for what they are worth.

   Modified to handle the new xSocket API

   Replaced Popup dialog boxes for errors and replaced them w/ text
   messages in the main window untill I find the cause of the
   segmentation faults. This also include the showing of the server
   selection dialog box on the socket disconnecting.

   Fixed xIrcDccChatFrame to show actions properly.

Ver 1.15:    13 May 96
   Added X-Resources for configuration.
   Created a bitmap for the application.
   Hopefully fixed a few bugs and not instilled too many new ones!

Ver 1.14:   19 Apr 96
   '\'  is  now the continuation character for the xIrc.defaults file,
   not  '/'!!!  Already  existing  files  must  be fixed otherwise the
   program WILL bomb!!! See libX++/CHANGES

   Fixed xIrcMessageFrame to use the nick in the Nick List edit window
   before  it  uses  the selected nick in the list. What this means to
   the  user  is that they can type a nick into the edit window of the
   nick list and act upon it even if a nick is already selected in the
   list.

   Modified   xIrc.cpp   to   Open   the   Server   Dialog   (via  the
   xIrcConnect::newServer() member function) after selecting the nick.

   Fixed  the  replies to the /names command when used for an existing
   command  to  be  displayed  to  the screen when the nick box is not
   visible.

   Fixed the replies to both the /names and /list commands to show the
   channel name or nick when displayed on the main window. This is how
   one  would  expect  them  to  behave if a window is not open to the
   channel.

   Fixed  the  "Give  Ops"  and  "Take Ops" buttons on the Nick Action
   Dialog. They now work properly.

   Added the following buttons to the Nick Action Dialog,
      "Who", "Ban".

   Added a Dialog box for doing Bans. This uses the optional parameter
   BANMESSAGE for the kick message if a kick is performed w/ the ban.

Ver 1.13:   14 Mar 96
   Fixed  the Nick, Channel and Server Dialog boxes to work a bit more
   like  one would expect them to. If an item is selected and the edit
   field is blank, the selected item will be chosen.

   Moved  the  Initial  Nick  Query  to  the  main line code AFTER the
   xIrcConnect  object  is  constructed. The outward effect of this is
   that  the  main  window  will  be  displayed then the query will be
   shown.

   Added  a  'Nick  Action'  Dialog.  by  double  Clicking  on  a word
   (Presumably  a Nick) in a window, this dialog will be brought up w/
   both  the  nick and the window names already filled so that various
   actions may be done.

   Added  'Nick  Actions' buttons to the top of the widows to bring up
   the Nick Action Box w/o double clicking on a nick.

   Added a 'Nick List' button to the windows for channels to allow the
   hiding / showing of the nick list box.

   Modified  the  Nick  Selection  Dialog box to allow for alternative
   nicks.  It now also has a "Auto Nick Selection" button to allow the
   names  to be tried automaticaly if the last one tried is already in
   use.

   Changed  the  NICK tag in the defaults file to NICKS. NICK is still
   allowed  but  carries  a  stiff  warning  because  next  release it
   probably won't be.

   Added  the  tags REALNAME and EMAIL_ADDR to the xIrc.defaults file.
   See README.txt for details.

   Added a 'Close' button to the nick list for channels.

   Divided xIrcConnect.cpp into three files, xIrcConnect[1-3].cpp.

   Fixed  the  Makefile dependency part to include the header files of
   libX++.
   
Ver 1.12:   03 Mar 96
   Fixed  References  to  include  files requiring the /usr/include/qt
   link to not be required any longer

   Made the xIrcConnect widget default colors more palatable

   Corrected type casting to compile w/ the gcc-2.7.2 compiler

   Corrected  the  test for socket connection failure to look for TRUE
   or FALSE instead of < 0

   Removed  the 2 calls to show() in xIrcMessageFrame widget that were
   used  to  display the widget each time a new messages was recieved.
   This was needed to correct for the behavior of the QDialog class in
   the  new  qt-0.94  release where it centered a dialog object on the
   screen on every call to show().

   Fixed xIrcMsgQuery object to signal back the entire message when it
   was  done so the message could be placed into the window of the new
   frame by xIrcConnect

Ver 1.11:   02 Feb 96
   Initial Release


