Tue Mar 18 11:59:44 1997  Michael Graff  <explorer@cygnus.com>

	* Makefile.in, telnet.c, ini.h, tel_res.c, tel_res.h, font.c,
	screen.c: use the registry, not an ini file.

Tue Feb 11 09:58:00 1997  Andrea Humez  <shadow@cygnus.com>

	* removed telnet help files to put them in new cnsdoc/winhelp dir

Mon Nov  4 21:50:34 1996  Michael Graff  <explorer@cygnus.com>

	* auth.c: remove a free of memory which is apparently causing
	heap corruption.

	* dialog.h: add IDC_ENCRYPT and (unimplimented) IDM_SEND_*
	messages.

	* enc_des.c: rename FAILED to xFAILED because a windows header
	already uses FAILED with a completely strange definition.
	Add #ifdef DEBUG ... #endif around all debugging messages.

	* encrypt.c: get encryption support to work right.  Add #ifdef DEBUG
	around all debugging messages.

	* k5stream.c: Fix a nasty memory allocation error and teach the
	send and receive functions to encrypt and decrypt as needed.

	* negotiat.c: teach this to do encryption if the user requests it.

	* screen.c: print encryption status under Help/About

	* telnet.c: remove ALT+F and that annoying ALT+X.

Thu Oct 10 16:44:30 1996  Michael Graff  <explorer@cygnus.com>

	* Makefile.in, auth.c, auth.h, enc_des.c, enc_des.h, encrypt.c,
 	encrypt.h, genget.c, k5stream.c, k5stream.h, negoatiat.c, telnet.c,
	telnet_arpa.h: Add more support for encryption and general cleanup.

Thu Sep 19 17:43:46 1996  Michael Graff  <explorer@cygnus.com>

	* Makefile.in, auth.c, auth.h, encrypt.c, encrypt.h,
	k5stream.c, k5stream.h, negotiat.c, telnet.c:  Some encryption
	support.

Wed Aug 21 14:59:25 1996  Michael Graff  <explorer@cygnus.com>

	* Many changes to (auth.c, auth.h, negotiat.c, etc) to support
	ticket forwarding.

	* telopt.h:  replace with telnet_arpa.h, which is straight from
	the appl/telnet/arpa/telnet.h file.  Also, replaced all the
	proper strings in the source to use the defines from this file.

Thu Aug 08 17:33:40 1996    <explorer@lenin.cygnus.com>

	* telnet.rc:
	* screen.h:
	* screen.c: Add menu item File/Exit, and IDM_EXIT to deal with it.

	* auth.c: Add forwarding ability.
	* auth.h: extern forward_flag and forwardable_flag

	* dialog.h: add IDC_FORWARD, IDC_FORWARDFORWARD, and others.

	* telnet.c: add logic to set forward and forwardforward buttons
	on dialog box.

	* resource.h:  Add.  Automatically generated by dialog editor.

	* telnet.rc: Merge in telnet.dlg, and use dialog editor to manage
	this file.

	* telnet.dlg: remove

	* telopts.h: add some definitions for ticket forwarding.

Wed Aug  7 14:35:36 1996  Michael Graff  <explorer@lenin.cygnus.com>

	* telnet.rc:
	* screen.h:
	* screen.c:  Add a help menu, with About and Index under it.
	The help file name used is "ktelnet.hlp" to avoid conflicts
	with the system telnet.hlp.

Wed Aug  7 18:05:29 1996  Jeff Bigler  <jcb@viola.cygnus.com>

	* ktelnet.hpj:  new help project (RoboHelp)
	* ktelnet.doc:  help file (Microsoft Word document)
	* ktelnet.hlp:  new help file (Windows help file)

Mon Jul 15 14:17:51 1996  Michael Graff  <explorer@lenin.cygnus.com>

	* telnet.c: Clean up the code.  Someone thought that "NULL"
	is the correct thing to replace "0" with, including passing it
	where we want "0" on an int or long argument...
