Project:	lj2ps, LaserJet PCL to PostScript translator
File:		BugFile

Author:		Christopher Lishka
Organization:	Wisconsin State Laboratory of Hygiene
		Data Processing Department

RCS:	$Header: BugFile,v 1.2 90/07/07 11:03:00 lishka Production $


070790 - v1.1 - Chris Lishka

Some of the filenames for lj2ps are longer than filename limitations
for System V (fourteen characters) and MS-DOS (eight characters with
three character extension).  Although it sickens me to have to conform
to operating systems with stupid limitations, this code will not
run without some minor modifications on these systems.


060790 - v1.0 - Chris Lishka

lj2ps does not have a manual page!  This is confusing for those who
don't know what the command-line options are.


060790 - v1.0 - Chris Lishka

lj2ps doesn't handle tab characters!  What an oversight!  This may be
non-trivial to add, because the scanner will probably have to be
recalculated.


060790 - v1.0 - Chris Lishka

The clippath used to set the right margin is not changed when
switching to landscape mode.  This has the unfortunate effect of
chopping lines at 8.5 inches on an 11 inch wide page.


060790 - v1.0 - Chris Lishka

There is no -w option to turn off the warning messages.
