Ver 2.17:   10 May 97
   Fixed xMultiLineWin and xMultiLineFrame to handle sliding the thumb of the
   scrollbar.

   Fixed xSQLTable to only connect to the scrollbar once at a time.

   Changed class name xComboBox to xEditList and created an xComboBox wrapper
   for the QT QComboBox class.

   Modified xFileDialog to assume hidden files should be shown if the filename 
   given starts with a '.'.

   Added xMultiLineEdit class

Ver 2.16:   16 Apr 97
   Got behind on this log, hopefully will do better.
   More changes than you can shake a stick at! 
   Fixed xSocket problems, at least partially. Still has its share of
   problems but it's much better.

   Added xFileDialog and xGauges. These make use of X-Resources as do 
   all the classes

   Most of the Qt widgets are subclassed as to make use of X-Resources.

Ver 1.13:   ?? Xxx 96
   Added classes xSQLBase, xSQLView and xTable

Ver 1.12:   10 Jun 96

   Moved Class xFrame from xDialog.cpp & .h to xFrame.cpp & .h.

   Modified the xFrame class to keep a QList of widgets that belong to
   it instead of using an array of pointers to them.

   Re-implimented the xSocket class to be good for one connection
   only. Also changed it to make the connections on the instantiation
   (during construction in case I don't have my C++ terms down pat
   <g>), instead of supplying member function to make the socket
   connection.

   Changed the xMultiLineWindow Class to use the color specified by the
   *MultiLine.Window.HighColor resource specification for hightlighted
   text.

   Modified Classes using the xEdit class to let xEdit handle it's height.
   Now it should always be the right size for the font involved.

Ver 1.11:   16 May 96
   Fixed readyWrite in xSocket to test snw for NULL before using it

Ver 1.10:   13 May 96
   Added X-Resources for configuration

   Rewrote  xDefaults to let the Qt library handle searches and string
   substitutions.  I  found  xDefaults  was  the  cause  of many of my
   intermediate version woes.

Ver 1.09:   19 Apr 96
   Modified  xDefaults  to replace any tab inbedded in the value to be
   replaced w/ a space.

   Modified  xDefaults  to  use the '\' character for continuation and
   not the '/'.

   Fixed xIrcSocket Dialog to have a flat raised frame

Ver 1.08:   14 Mar 96
   Added  xPshBtnTable  class  to allow for 2 dimension tables of push
   buttons.

   xPshBtnFrame  class  now  uses a QList to keep track of the current
   pushbtuttons in the class.

   Added the count and setCurrentItem member functions to xComboBox.

   Double  click functionality to the xMuliLineWin and xMultiLineFrame
   classes.  These  will  now emit a signal passing both the word that
   was double clicked on and also the name of the window.

Ver 1.07:   03 Mar 96
   Fixed References to include files requiring the /usr/include/qt link
   to not be required any longer
   Made the xMultiLineWin widgets default colors more palatable
   Corrected type casting to compile w/ the gcc-2.7.2 compiler
   Added 2 pixel Margin to the left side of the xMultiLineWin widget.

Ver 1.06:   02 Feb 96
   Initial Release


