4.3BSD/usr/contrib/X/CHANGES

	Changes from release 2 to release 3 of X

X should now build as distributed without it being necessary to install
/usr/include/X first.  The C client code should now compile and run on a
Sun running Sun 2.0 or later.  The server implementation is preliminary.
The client code has also been ported to the IBM RT/PC, and should run.
Work on the server is well underway, but not yet complete.  Estimated
competion is the beginning of April, 1986 for the IBM RT/PC displays.

New:
	libnest		X running under X!
	libsun		preliminary Sun X implementation.
	xdvi		DVI file previewer.
	xgedit		simple (crock) graphics editor.
	uwm		Ultrix Window manager.  The best to date....

Improved:
	Almost all programs now use XCreate and XCreateTerm to provide
a uniform user interface when starting applications.  Geometry arguments
should work everywhere.  Color support has been added to everything to
at least some extent.

	X		some additional call back hooks for ports to use.

	Xlib		added XCreate, XCreateTerm, DisplayWidth, DisplayHeight,
			XGeometry, XReadBitmapFile.
		        Revised XParseGeometry.  Many portability fixes in XLookupMapping.

	xterm		about 1/2 a rewrite.  proper ansi parsing, mode menu,
			many bugs fixed.  Now should run VI properly.  Sigwinch
			support.  Bug fixes in TEK emulation.  Jump scroll.

	doc/Xlib	extensively updated.  actually has a few examples...

	man/*		updated for new arguments.

	hacks/*		a number of new hack programs.

	XMenu		bug fixes and new routines.  Now actually used...

	bitmap		now responds intelligently when you resize the window.  It
			makes the grid squares bigger or smaller as appropriate.  Also,
			the new operations to set and clear a "hot spot" are documented.

	keycomp		many portability fixes.