Mon May 30 00:56:40 1994  Tudor Hulubei  (tudor@ulise.cs.pub.ro)

	* tty.c (tty_getkey): bug fix. Now we are correctly handling
	the 0 key (uit ignores it).

Thu May 19 08:29:46 1994  Tudor Hulubei  (tudor@ulise.cs.pub.ro)

	* uit.texi: Added cross-references.

	* uit.c: If FrameDisplay is OFF, BUILTIN_Refresh must clear
	the screen.

Wed May 18 08:41:24 1994  Tudor Hulubei  (tudor@ulise.cs.pub.ro)

	* uit.texi: Added Info format documentation.

	* uit.man: Manual page updated.

Tue May 17 03:03:41 1994  Tudor Hulubei  (tudor@ulise.cs.pub.ro)

	* termcap.l (tc): corrected invalid handle of terminal
	descriptions when using tc link.

	* tty.c: (tty_getscreen): tty_getscreen() now checks if the
	terminal is a virtual console. It calls the ioctl() only if
	it is. Doing otherwise seems to lead to problems when running
	under X.

	* Makefile: changed -O6 to -O2

	* Two small bugs corrected. UIT now correctly clears the
	screen when FrameDisplay is OFF and wait == 1. uitps now
	correctly jumps to the end of file on files with "magic"
	sizes.

	* Added [UITPS-Setup] & [UITVIEW-Setup] to be able to change
	the status line of both uitps & uitview.

	* uitps & uitview modified to support full configurable keys.
	Two sections were added: [UITPS-Keys] & [UITVIEW-Keys].

Mon May 16 01:21:25 1994  Tudor Hulubei  (tudor@ulise.cs.pub.ro)

	* I've changed the name of the configuration file from .uitrc
	to .uitrc.TERM where TERM is the value of the TERM environment
	variable.

	* Ok, done. UIT now understands any key sequence. Any key
	sequence can be used, even if it's not supported by termcap.
	F11, F12, Shift-F..., Ctrl-F... are now available. The .uitrc
	file is shorter because undefined key sequences were removed.

	* Keys are now in a linked list which is still able to detect
	the first key that doesn't match. Faster. A good start in
	making UIT able to handle more flexible key definitions.

Thu May 12 03:44:16 1994  Tudor Hulubei  (tudor@ulise.cs.pub.ro)

	* tty.c (tty_init): Opening /dev/tty or /dev/console wasn't
	really necessary and seems to lead to problems. Removed.

