HISTORY of changes for Hpmodeset.

HISTORY,v 1.2 1996/01/21 22:26:03 glennm Exp

Version 2.1
-----------

o Updated to ELF binaries

o Changed to CVS revision control instead of RCS.

o Added quoted characters to literal strings.  Used Eiffel form of
quote character, ie, %N for newline, %R for return, etc.  Also allow
arbitrary ASCII codes in the form %/xxx/ where xxx is a decimal ASCII
code of any length.

o Included config files for all printers as documented in the "Printer
Job Language: Technical Reference Manual".

o Will not output any data when no print files are processed.

o Provided capability to send just PJL code to the printer and not
have to encapsulate any print file.  This can be used to change the
printer default settings.  A separate config file can be used by the
super-user to modify default settings with a particular password.

o Allow unknown print file types to be output as straight text.  Added
-notext switch to turn the capability off.  (Does not do any CR to
CR/LF translation).

o Added parsing of real numbers for config files in both individual
numbers and numeric ranges.

o Restricted numbers to unsigned integers and unsigned reals for
config files.

o Fixed bug for files that were only `readable' when they had read
_and_ write permissions.  I must have been asleep when I coded this
one!

o Changed option -config to -showconfig because of clash with
-configfile.

o Fixed bug with -configfile option not working with a list of files.

o Fixed spelling in license

o Display variables in alphabetic order for -help and -config options.

o Fixed parsing error with comments within a repetition construct. ie,
comments within a list of option values caused a failure during
semantic application.

o Cleaned up some code formatting.  Using tabs of length 8 in
eiffel-mode. 

Version 2.0
-----------

o Configuration capabilities added.

Version 1.0
-----------

o First public release under GNU license.

Version 0.1 - 0.5
-----------------

o Released internally for Department of Software Development, Monash
University.
 