Program: ktalk 
original author : Robert Cimrman , e-mail: cimrman3@students.zcu.cz
current author  : Burkhard Lehner, e-mail: b_lehner@informatik.uni-kl.de

A graphical talk using KDE and Qt GUI libraries.

COMPILING: 
	- ./configure
	- make

INSTALLING:
	- make install (might require root privileges)

REQUIREMENTS:
	- KDE 1.0 or newer (maybe Beta-2 is sufficient)
	- Qt 1.40 or newer (maybe 1.31 is sufficient)

FEATURES:
	-unix-talk compatible
	-graphical
	-addressbook
	-multiple connections
	-can handle talk and ntalk protocoll
	-transmit full name, ping
	-file transfer
	-communication with ktalkd (by David Faure)

	For more detailed feature description see CHANGES and the online help
	documentation

USING:
	Type 'ktalk [user[@host][#tty]] ...' on your command prompt
	   or just 
        'ktalk' 
	and then choose 'Talk to...' in the menu 'Talk'.
	The process of connecting is indicated in the status line and the
            message box.
	'Close All' button in main window closes all opened talks.
	'Close' button in a talk window closes this talk.
	'Disconect' button in a talk window closes talk, but leaves 
             window open
	To quit press 'CTRL-Q' or choose 'Quit' in the file menu.

KNOWN BUGS:
	-On multihomed (i.e. more than one network), non-Linux systems, it
	 may be impossible to get a connection to someone on the non-default
         net. This is not a real bug, since I don't know if any solution
	 for this problem exists.
	-Only one ktalk client can be open for one user and one display at
	 a time. This will change in a future version, when conferencing will
	 be implemented.

UNKNOWN BUGS:
	-still unknown

TODO:
	-talk windows independently resizable
	-use of new kab features
	-a switch for directing your input only to some of the connected talks
	 (mute)
	-conferencing
	-address exchange (and whatever you can imagine)

HISTORY:
	05.02.1997  -> 0.1.0   (Robert Cimrman)
	06.02.1997  -> 0.1.1   (Robert Cimrman)
	14.02.1997  -> 0.1.2   (Robert Cimrman)
	23.02.1997  -> 0.1.3   (Robert Cimrman)
        ??.??.????  -> 0.2.0   (Robert Cimrman)
	24.01.1998  -> 0.2.1   (Burkhard Lehner)
	08.03.1998  -> 0.2.2   (Burkhard Lehner)
	20.03.1998  -> 0.2.3   (Burkhard Lehner)
	03.05.1998  -> 0.2.4   (Burkhard Lehner)
        16.08.1998  -> 0.2.5   (Burkhard Lehner)
        19.08.1998  -> 0.2.6   (Burkhard Lehner)
	12.10.1998  -> 0.2.7   (Burkhard Lehner)
