Version 0.3 Apr. 25th, 1998
---------------------------

-) Adapted khostchooser for usage with KDE Beta 4. This resulted in a
   small semantic change in the config file: If the "HeaderLogo" entry 
   does not specify a fully qualified path (i.e: does not start with a 
   "/", $KDEDIR/share/config/khostchooser is now assumed as default
   directory.

Version 0.2.2. Jan. 9th, 1998
-----------------------------

-) Added a "-help" command line switch

-) Added a "-version" command line switch

-) Added support for "-test" option so that you can preview your GUI
   settings from khostchooserrc

-) Fixed a bug in Makefile.am (missing -lXext)

-) Added an optional message text that is displayed under the host list.
   Configurable via the entries "MessageText" and "MessageFont" in 
   khostchooserrc. (Also updated README on that).

-) Changed interface of KHostConfig. No more QString* and QFont* return
   values, but QString and QFont

-) Updated README: The recommended procedure for setting up khostchooser
   as default chooser is now editing "xdm-config"

-) Changed the khostchooserrc template file (Andreas Haumer)

-) Hosts can now be selected by double--clicking into the listbox (Was
   already there in 0.2, but I forgot to document it...)

-) Fixed a bug in gui.cpp: After the first time the user has clicked into
   the listbox, there is always one highlighted item (unless the list is
   empty). -- If clicking on "ping" after clicking into the listbox,
   the "Accept" button did grey out and the currently highlighted host
   could only be "accept"-ed after moving the highlight focus in the
   listbox up and down. (Especially annoying if you have only one host
   in the list... ;-)) 

-) Fixed a bug in the automake stuff that cause khostchooser to install
   its documentation over the "khexdit" docs...

-) Fixed a bug in the automake setup that may have caused compilation
   to fail in the khostchooser subdir 

Version 0.2 Dec. 5th, 1997
--------------------------
-) Internationalisation

-) Added the following GUI configuration options:
	Width
	Height
	BgColor
	GUIStyle
	NamePercent

-) Added class KHostEntry (derived from QListBoxEntry) in order
   to adjust <name> <description> nicer in the listbox.

   Before:
      localhost     Willing to Manage
      trurl.ceci.at     Willing to Manage
      ...
   Now:
      localhost       Willing to Manage
      trurl.ceci.at   Willing to Manage
      ...

Version 0.1 (Dec. 4th 1997)
---------------------------
initial release
