
		       What's new in genscript
		       -----------------------

Noteworthy changes in genscript version 1.3:

* new encodings:
  - latin3 	ISO-8859/3
  - pslatin1	PostScript interpreter's ISOLatin1Encoding

* new fancy header: edd, a2ps

* option changes:
  - option -Z, --pass-through-ps-files no longer wraps PS document
    inside genscript prolog and epilog.

  - renamed some options to conform the GNU coding standards:
      --output-file	=> 	--output
      --queue		=>	--printer
      --tab-size	=>	--tabsize

  - new command line / config file options:
    -z, --no-formfeed
    --ul-angle			UnderlayAngle
    --ul-position		UnderlayPosition
    --non-printable-format	NonPrintableFormat

* added some customization options to header description files:
    %Format		format and define string constants according
			to format string
    %HeaderHeight	explicit set the fancy header height
    %FooterHeight	allocate space for the page footer
  
  Note!  If you have defined your own fancy header, it will probably
  not work on genscript-1.3 without modifications.  Following constants
  are removed from the genscript prolog so you must define them with
  the `%Format' comment: 
	
    usadatestr = %Format: usadatestr	%W
    eurdatestr = %Format: eurdatestr	%E
    findatestr = %Format: findatestr	%F
    timestr    = %Format: timestr	%C
    fmodstr    = %Format: fmodstr	$D{%a %b %e %T %Y}

  Check `lib/*.hdr' to see them in action.

* the library directory has changed from `<prefix>/lib/genscript' to
  `<prefix>/share/genscript'

* new Makefile targets: check, uninstall

* genscript must no longer be installed before it can be tested; you 
  can print files directly after you have compiled genscript.

* support for Windows95/NT via the Win32 api
