1.6	a) Substituted 'xLogin' for 'xlogin', 'xLogin.1' for 'xlogin.1' to
	   avoid any troubles concerning the usage of the capital 'L'.

	b) Substituted 'xDisplay' for 'rhost' and 'xDisplay.1' for 'rhost.1'.
	   'xDisplay' is expected to be smarter than 'rhost' when trying to
	   evaluate the correct hostname:display struct.

	c) Added the '-i' option to xDisplay to query the user for a valid
	   DISPLAY if the automatic evaluation fails.

	d) Added the '-v' option to xDisplay display the current version and
	   copyright information.

	e) Substituted 'xLogin.xbm' for 'xlogin.xbm' and 'xLogin.xpm' for
	   'xlogin.xpm' to be constistent with the executable.

	f) Enhanced resource file language to substitute %D by the local
	   hostname:display struct. I hope it will be useful in the future,
	   when there is an rlogin or telnet, which will permit to transfer the
	   DISPLAY variable to a remote host. Right now I do not know of such a
	   tool.

	g) Debugged colormap in order not to get spoiled by color consuming
	   applications.

	h) Updated 'xLogin.1' and 'xDisplay.1'.

	i) Updated the Makefile.

1.5	a) Substituted updateXHost procedure for xhost system call.

	b) Added log file synchronization (cf. help menu).

	c) Added xhost table synchronization (cf. help menu).

	d) Substituted log file name <host address>@<local host> for
	   <host address>.log to take account for parallel xLogin sessions
	   running on different hosts but referring to the same home
	   directory.

	e) Enhanced connection report by the synchronization status. It will
	   now report not only connections managed by xLogin but also any
	   server access that has not been managed by xLogin by querying the
	   server's xhost table, too (cf. help menu).

	f) Updated xlogin.1 man page and help menus.

	g) Added application defaults 'xLogin.ad'.

	h) Enhanced Makefile by installation of the application defaults
	   and 'deinstall' option to safely remove all files that have been
	   installed.

1.4	a) Removed 'XEnableAccessControl' command in 'xlogin.c', which was a
           relict of an attempt to handle server access directly instead of
           using 'xhost' and which in some cases generated BadAccess errors.

        b) Added a default host entry as a fallback for an empty resource file.
           In this way an immediate crash of 'xlogin' when being started is
           avoided.

        c) Sophisticated 'Makefile' to skip the X libraries when linking
           'rhost', which actually does not need them.

	d) Introduced debugging information output in 'rhost' in order to
	   track its remote host resolving process.

	e) Updated rhost to examine both utmp(x) and wtmp(x). The most recent
	   entry of this files, that will match the current terminal, will
	   be used to determine the name of the remote (or local) host.

        f) Updated both manual pages.

        g) Updated the 'README' instructions (and of course the 'CHANGES').

1.3	a) Added function 'getLHostName' to substitute host names, that cannot
	   be resolved by the name of the local host, in this way assuming the
	   session entry does not specify a remote session but a local one.

	b) Added function 'getRHostName' to substitute host addresses by their
	   official host names.

	c) Removed function 'CreateHelp' and added 'CreateMessage' instead.

	d) Added function 'ReportCB' to give a connection report based on the
	   current log files.

	e) Added function 'LogCB' to display the contents of the logging file.

	f) Updated help entries, sample resource file and man page of xLogin.

	g) Rearranged placement of help, report and log dialog windows.

	h) Updated 'rhost' to display the official host name when called with
	   the option '-n' and to display its host address when given the
	   option '-a'.

1.2	a) Modified the installation procedure of sample resource files.

	b) Substituted internet addresses for host addresses found in
	   ~/.xLogin/xLoginrc

	c) Debugged realloc call.

	d) Introduced 'Host Address' field to contact even unlisted hosts.

	e) Introduced update strategy for 'Host Table' list, 'Host Address'
	   field, 'Terminal' and 'Session' option menus and 'Server Access'
	   radio buttons (hope it works).

	f) Removed 'hTable', which kept track of the server access mode of
	   each host. Now we determine a host's server access mode by querying
	   the status of its log file.

	g) Tuned window colors.

	h) Added workaround to rhost.c to handle utmp(x) host names, which can
	   be crippled due to limited host name fields.
	   
	i) Updated help entries.

	j) Updated man page.

1.1	a) Exchanged the 'Terminal' and 'Session' radio buttons for
	   corresponding option menus in order to handle a broad variety of
	   terminals and sessions while keeping the main xLogin window still
	   small.

	b) Enhanced resource file language to allow for user defined default
	   sessions, terminals and terminal options as well as for substitution
	   of %U by username and %H by hostname.

	c) Redirection of messages from stdout and stderr to a special log file
	   '~/.xLogin/log'. Added a corresponding help message.

	d) Removed a bug, which appeared after calling an unknown terminal and
	   which caused the entire display to become paralyzed.

	e) Updated '~/.xLogin/xLoginrc.ex' to be more self-explanatory.

	f) Added 'rhost' to guess the name of the local host in order to
	   almost automatically set the DISPLAY of the remote host.

	g) Added man pages for 'xlogin' and 'rhost'.

	h) Added 'XPM' and 'XBM' icons for 'xlogin'.

	i) Added interactive username dialog for 'rlogin -l' like sessions.

	j) Tuned window colors.

	k) Added more verbose error messages.

	l) Updated server access radio buttons to display the current server
	   access mode (as long as its not overridden by calling 'xhost'
	   separately).

1.0	The first release.
