Installation:
----------------------
	       If you have the xpm-library,
	       uncomment the corresponding lines in the
	       Imakefiles:
                   #    XPM_DEFINE = -DHAS_XPM
                   #       XPM_LIB = -lXpm

	       Type 'xmkmf -a' (or xmkmf;
                                make depend)
	       (Do not forget to run make depend!)
               and then 'make'.

               (Install software + manpage  with
	       'make install' and
               'make install.man' ).

               Create a '.xhtalk' file and put it
               into your $HOME - directory or define
	       another config file by the commandline
	       option -f (see manpage).

----------------------------------
>>> PROBLEM with window resize !!!
----------------------------------

if xhtalk does not resize its toplevel window correctly,
comment out the following line in the Imakefile

STD_DEFINES = -DCORRECT_SHELL_HEIGHT

and redo the installation after 'make clean'
