Latest comments are at the end of the file. Add changes there.
===$Header: README,v 1.3 88/07/30 19:17:31 eichin Exp $===
================================================================
This directory contains a version of xdvi capable of reading both PXL
and PK font files. This version of xdvi is based on the source that
"came with" X v10r3. Xdvi was modified by Paal Kvamme at the Norwegian
Institute of Technology, based on the modifications I had made to
dviimp (a dvi to ImPress converter). This code was again more or less
directly translated from the web source of PKtoPX.

This version of xdvi is rumored to contain bugs, but (probably) not
more than those already in the original version.

If you discover (and fix) any bugs in this code, please notify me, so
I can make the corresponding changes myself.

Makefile was modified slightly to suit local conventions (CONFDIR and
INCLUDES).

---------
H}vard Eidnes	(TeXish: H\aa vard Eidnes)
Division of Computer Science
Norwegian Institute of Technology

E-Mail: h_eidnes%vax.runit.unit.uninett@nta-vax.arpa
================================================================
Also has path search added by Mark Eichin, looks in XTEXFONTS then TEXFONTS
================================================================

Compilation notes:
	To compile for X10 (non athena, assumes NORMAL X10 system)
		make "CFLAGS=-DX10" xdvi
	To compile for X11 (athena environment)
		make all
			_Mark Eichin
			<eichin@athena.mit.edu>
================================================================
Additional notes:
	X11 version now works on the IBM PC/RT as well as VAX.
			[eichin:19880313.1330EST]
================================================================
*MORE* fixes (for athena release locker) [eichin:19880722.2058EST]
Fixes:
	narrow vertical and horizontal lines no longer disappear.
	bogus underlining (which usually occured on even sample sizes
of odd sized characters) no longer occurs.
	-S number (or typing number followed by S) will adjust the
sampling fraction; 0 is special cased to mean if anything in the
sampled zone is set, set the sample, else clear it. Interesting to
experiment with, though not useful for reading (the default value of 3
is just right.)
	-display and -geometry arguments work (so do old style forms,
though they were broken before)
	fixed one of the PK debugging messages to print the correct
font name instead of printing the pointer as text.
	included Ken Raeburn <raeburn>'s changes to support multiple
screens.
================================================================
fixed Xdefaults:
	reverseVideo
	borderWidth
	foreground
	background
	highlight
	borderColor
	pointerColor
Got the color stuff right, and tested on the Qdss and others.
#ifdef POSTPS stuff is Athena specific, but it is included anyway.
================================================================
