Sun Jun 16 14:49:33 1996  Markku Rossi  <mtr@ngs.ngs.fi>

	* psgen.c (get_next_token): Fixed line number counting for
 	truncated lines.
	(paste_epsf): Fixed a bug which printed EPS images to pages which
 	didn't belong to any of the requested page ranges.

	* main.c (main): Added new configuration file:
 	SYSCONFDIR/enscriptsite.cfg.  This is intended for the
 	site-specific configuration whereas the global configuration file
 	SYSCONFDIR/enscript.cfg is for the global defaults.
  	Site-configuration file is never overwritten by installing a new
 	version of enscript so it is a safe place to store site-specific
 	media etc. definitions.

Thu Jun 13 13:50:16 1996  Markku Rossi  <mtr@ngs.ngs.fi>

	* main.c (handle_options): New option `--printer-options' to pass
	extra options to the printer command.

	* psgen.c (process_file): Count shade-box's position from the
	font's FontBBox value.
	(process_file): New escape `ps' to add raw PostScript code to the
	output. 

	* main.c: New option --filter=STR, -I STR which sets the
	input filter for source files.

Fri May 24 10:44:46 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New config file option `FormFeedType' to
	specify what to do when a formfeed character is encountered from
	input. 

	* psgen.c (read_special_escape): Cleaned up special escapes parsing.
	(read_special_escape): New escapes: `newpage', `setfilename' and
 	`setpagenumber'.

	* util.c (read_config): New config option
 	`AcceptCompositeCharacters' to specify whatever we accept
 	PostScript font's composite characters or should we consider them
 	as non-existent.
	(download_font): Added support for binary-coded .pfb fonts, thanks
	to Bruce Albrecht <bruce@zuhause.MN.ORG>.

	* main.c (long_options): Renamed option --pass-through-ps-files to
	--pass-through.

Wed May 22 17:09:21 1996  Markku Rossi  <mtr@ngs.fi>

	* psgen.c (process_file): Fixed carriage return character
	handling. 

Fri May 10 08:56:31 1996  Markku Rossi  <mtr@ngs.fi>

	* psgen.c (read_special_escape): New special escape `shade' to
	highlight regions of text.

	* main.c (usage): Cleaned up --help messages.

Thu May  9 14:17:49 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New configuration file option:
	EscapeChar. 

Tue May  7 09:37:16 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New config file option `UnderlayStyle' to
	specify the underlay printing style.

	* main.c: New option: -j, --borders to print borders around
	columns. 
	(long_options): New option --ul-style to specify the underlay
	printing style.

Thu May  2 08:21:17 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_font_info): Added AFM cache to speedup font-escape
	processing.

	* psgen.c (print_line_number): Don't print line numbers for
	wrapped lines.

Mon Apr 22 09:24:40 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (format_user_string): New directive `%H' for the document
 	title.

	* main.c: Changed option -e, --escapes to take an optional
	argument which specifies the escape character.

Mon Apr  1 09:26:23 1996  Markku Rossi  <mtr@ngs.fi>

	* psgen.c (process_file): Now ^@font{} escapes work over page
	boundaries. 

Wed Mar 27 08:50:53 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c (main): New option -a, --pages to select which pages are
	printed. 

Tue Mar 26 10:14:29 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (format_user_string): New option: `$=' number of pages in
	the current input file.

	* psgen.c (process_file): Added diversions to count the total
	pages within a file (%Format: $=).

Tue Mar 12 08:23:31 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c (handle_options): Changed option -l, --lineprinter to
	print 66 lines per page instead of 65 lines.

	* util.c (read_config): New config file option: PagePrefeed.

	* main.c (main): New options: -k, --page-prefeed, -K,
	--no-page-prefeed. 

Thu Mar  7 16:18:00 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (format_user_string): New escape: $(ENVVAR).

Tue Mar  5 16:45:40 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New config file options: HighlightBars and
	HighLightBarGray. 

	* main.c: New option: -H, --highlight-bars and
	--highlight-bar-gray to control the highlight bar printing.

Fri Mar  1 11:08:13 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c: New option: -h, --no-job-header to suppress the job
	header page.
	(main): Changed option --title to set the name of stdin.

Thu Feb 29 08:10:48 1996  Markku Rossi  <mtr@ngs.fi>

	* Added support for the automatic de-ANSI-fication.

	* Renamed package to enscript.

Sun Feb 25 05:13:21 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c (main): changed stdin's name to be an empty string
	instead of "(stdin)".  This is how Adobe's enscript does it.

Fri Feb 23 08:04:57 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c (main): Added environment variable GENSCRIPT_LIBRARY
 	which can be used to overwrite the build-in library path.

	* psgen.c (read_special_escape): fixed a bug which caused pipes to
 	the EPS files to be closed with fclose().

Wed Feb 21 08:14:15 1996  Markku Rossi  <mtr@ngs.fi>

	* Makefile.in (exec_prefix): fixed to honor the value given by the
	configure script.

Tue Feb 20 16:15:24 1996  Markku Rossi  <mtr@ngs.fi>

	* Added hp8 (HP Roman-8) encoding.

Mon Feb 19 09:30:55 1996  Markku Rossi  <mtr@ngs.fi>

	* Release genscript-1.3.0.

	* main.c (main): New config file option `AppendCtrlD' which can be
	used to append the ^D character to the end of the output.

	* psgen.c (do_pass_through_ps_file): added pass-through for the
	PCL files.

Thu Feb  8 16:00:56 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New config file option `Clean7Bit' to
 	specify how characters greater than 127 are handled.

Wed Feb  7 22:24:50 1996  Markku Rossi  <mtr@ngs.fi>

	* gsint.h: Implemented unit selection for the `--indent' option.

Tue Jan 30 11:37:11 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c (main): Now genscript can be used even if it is not
	installed. 

	* Makefile.in (check): new target

Thu Jan 25 14:36:06 1996  Markku Rossi  <mtr@ngs.fi>

	* util.c (paste_file): Implemented `%HeaderHeight' and
	`%FooterHeight' directives.

Tue Jan  9 08:45:20 1996  Markku Rossi  <mtr@ngs.fi>

	* Finished Win-95/NT port.

Mon Jan  8 08:19:17 1996  Markku Rossi  <mtr@ngs.fi>

	* First Win-95/NT port with MSC 2.00.

	* util.c (format_user_string): New options: %N and $%.

Fri Jan  5 17:11:19 1996  Markku Rossi  <mtr@ngs.fi>

	* psgen.c (dump_ps_header): Removed date and time ps-constants
 	which can now be formatted with the `%Format' directive:
	  - usadatestr	= %W
	  - eurdatestr	= %E
	  - findatestr	= %F
	  - timestr	= %C

	(dump_ps_page_header): Removed fmodstr ps-constant which can now
 	be formatted with the `%Format' directive:
	  - fmodstr	 = $D{%a %b %e %T %Y}

	* util.c (format_user_string): Implemented `%Format' directive
 	which can be used to format user defined strings in fancy headers.

Thu Jan  4 13:54:45 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c: Added pslatin1 encoding (PostScript interpreter's
 	ISOLatin1Encoding).

Wed Jan  3 16:52:43 1996  Markku Rossi  <mtr@ngs.fi>

	* Created a new Makefile to the compat subdirectory; now genscript
 	does not need a make with the VPATH feature.

	* main.c (usage): Split usage string to smaller parts wich are
	printed separately.

Tue Jan  2 16:13:43 1996  Markku Rossi  <mtr@ngs.fi>

	* main.c: New option: --non-printable-format, NonPrintableFormat. 

Wed Dec 20 08:40:11 1995  Markku Rossi  <mtr@ngs.fi>

	* Added statistics about non-printable character codes.

	* main.c: New option: -z, --no-formfeed to disable form feed
	character interpretation.

	* util.c (do_list_missing_characters): Changed output to go to
 	stderr instead of stdout.

Tue Dec 19 10:00:12 1995  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New config file options: UnderlayAngle and
 	UnderlayPosition.

	* main.c (main): New options: --ul-angle and --ul-position.

Mon Dec 18 08:14:05 1995  Markku Rossi  <mtr@ngs.fi>

	* configure.in (PATH_SEPARATOR): Defined a new constant
 	PATH_SEPARATOR to specify the character which separates path
 	components.  Fixed also all uses.

	* prt_lpr.c: Isolated printer related stuffs to a separate C file
 	to help micro ports.

	* Makefile.in: Removed pre-defined eps images from the
	distribution. 

	* util.c (parse_font_spec): Added support for the new
	`name@ptsize' font specification.

Tue Nov 28 09:12:46 1995  Markku Rossi  <mtr@ngs.fi>

	* main.c (handle_options): Option -u, --underlay was changed to
 	take an optional argument.  If no argument is given, underlay is
 	not printed.

	* util.c (read_config): New config file option `Underlay' to
 	specify the underlay text.
	
	* Makefile.in: Fixed Makefile to obey the GNU Coding Standards.
  	Changed datadir from `prefix/lib' to `prefix/share'.

Mon Nov 27 08:24:18 1995  Markku Rossi  <mtr@ngs.fi>

	* util.c (read_config): New config file options: UnderlayFont and 
	UnderlayGray 

	* main.c: Renamed long options:
	  --output-file	=> 	--output
	  --queue	=>	--printer
	  --tab-size	=>	--tabsize
	  
	  (long_options): made --silent to be an alias for --quiet

	* utils.c: Renamed config file option `Queue' to `Printer'.
	
Wed Nov  8 08:27:07 1995  Markku Rossi  <mtr@ngs.fi>

	* Added latin3 encoding (from the latin3.txt file by Duncan C 
	Thomson).

Thu Nov  2 08:56:16 1995  Markku Rossi  <mtr@ngs.fi>

	* psgen.c: Fixed a bug which added document headers and trailers
 	to pass-through PostScript files.

Tue Oct 31 08:53:18 1995  Markku Rossi  <mtr@ngs.fi>

	* Release genscript-1.2.20.

Fri Oct 27 09:35:02 1995  Markku Rossi  <mtr@ngs.fi>

	* Added option -C, --line-numbers.

Thu Oct 26 09:13:45 1995  Markku Rossi  <mtr@ngs.fi>

	* Added option -Z, --pass-through-ps-files.

Tue Oct 24 08:14:24 1995  Markku Rossi  <mtr@ngs.fi>

	* Cleaned up some HTML entity codes in encoding tables.

Wed Oct 18 17:33:18 1995  Markku Rossi  <mtr@ngs.fi>

	* Added latin2 encoding.

Tue Oct 10 09:02:14 1995  Markku Rossi  <mtr@ngs.fi>

	* main.c (main): changed fancy header's height from 40 to 36
	points. 

Thu Oct  5 07:37:54 1995  Markku Rossi  <mtr@ngs.fi>

	* New config file options: Queue and QueueParam.

	* genscript.man: minor cleanups. 

Mon Oct  2 14:58:13 1995  Markku Rossi  <mtr@ngs.fi>

	* Release genscript-1.2.1.

Fri Sep 29 17:30:08 1995  Markku Rossi  <mtr@ngs.fi>

	* main.c: read default options from the GENSCRIPT (and ENSCRIPT)
	environment variable

Tue Sep 26 09:06:52 1995  Markku Rossi  <mtr@ngs.fi>

	* font size and baselineskip can be given as a decimal number

	* psgen.c: Fixed DSC comments, now generated output is DSC 3.0
	conforming.

Thu Sep 21 09:32:10 1995  Markku Rossi  <mtr@ngs.fi>

	* Implemented .pf{a,b} file downloading.

Wed Sep 20 09:16:49 1995  Markku Rossi  <mtr@ngs.fi>

	* psgen.c (read_special_escape): new option 's' (scale) to specify
	an explicit scale for an eps image.

	* psgen.c: fixed epsf escape to start a new column if the
 	specified image does not fit to the current one.
	
Mon Sep 18 08:03:53 1995  Markku Rossi  <mtr@ngs.fi>

	* main.c: Fixed some typos.

	* Added backspace handling.
	
Sat Sep  9 16:47:08 1995  Markku Rossi  <mtr@ngs.fi>

	* main.c (main): fixed typos that broke -o and -X options.

Mon Sep  4 08:20:08 1995  Markku Rossi  <mtr@ngs.fi>

	* Release genscript-1.1.4.
	
	* Added option --page-label-format.

	* psgen.c (dump_ps_header): Added findatestr.
	(paste_epsf): Fixed paste_epsf()'s EPS file recognization.
	
Wed Aug 30 10:07:42 1995  Markku Rossi  <mtr@ngs.fi>

	* Added options -u, --underlay, --ul-gray and --ul-font.

	* psgen.c (read_float): now dimensions can be specified in
	different units. 

Tue Aug 29 11:23:49 1995  Markku Rossi  <mtr@ngs.fi>

	* Changed PostScript font's default encoding name from 'default'
	to 'ps'.

	* New config file option: DefaultOutputMethod.

	* Added option --indent, -i.

	* Cleaned up options in manual page, help and code.
	
	* Replaced StringSet module with StringHash.

	* psgen.c (paste_epsf): Now EPS images can be read from command's
	standard output.

Thu Aug 24 09:47:30 1995  Markku Rossi  <mtr@ngs.fi>

	* vms.txt: Added VMS multinational input encoding.

	* mac.txt: Cleaned up character table.

	* Added options -S, --statusdict and -D, --setpagedevice.
	
Wed Aug 23 11:48:31 1995  Markku Rossi  <mtr@ngs.fi>

	* Improved configure to handle more non-ANSI features.

	* Fixed a declaration bug from compat/strerror.c.

	* psgen.c (read_float): replaced strtod() with atof().

	* xalloc.c (xrealloc): do an explicit malloc() if old pointer is
	NULL. 

	* ibmpc.txt: Cleaned up character table.

	* psgen.c (get_next_token): control characters are now printed in
 	the escaped form.

Mon Aug 21 09:16:16 1995  Markku Rossi  <mtr@ngs.fi>

	* Release genscript-1.0.1.

Thu Aug 17 09:48:17 1995  Markku Rossi  <mtr@ngs.fi>

	* Minor cleanups.  

Tue Aug 15 10:30:44 1995  Markku Rossi  <mtr@ngs.fi>

	* Added option --baseline.

	* Fixed epsf escape's options.

Mon Aug 14 14:21:35 1995  Markku Rossi  <mtr@ngs.fi>

	* Added support for AFM files.

Wed Aug  9 10:59:30 1995  Markku Rossi  <mtr@ngs.fi>

	* Added option --newline to select the newline character. 

	* Cleaned up character set tables.

Mon Aug  7 15:40:09 1995  Markku Rossi  <mtr@ngs.fi>

	* Added Mac input encoding.

Thu Aug  3 12:44:04 1995  Markku Rossi  <mtr@ngs.fi>

	* New special escapes: 'font' and 'comment'.

	* New option --tab-size=NUM, -T NUM to define tab expansion size. 

	* General code and document cleanups.

Mon Jul 31 10:18:16 1995  Markku Rossi  <mtr@ngs.fi>

	* Added support for --copies option.  Now it really works.

	* util.c (paste_file): parses '%%DocumentNeededResources:'
	comments 

	* Added options --font and --header-font.

Thu Jul 27 08:12:01 1995  Markku Rossi  <mtr@ngs.fi>

	* psgen.c (paste_epsf): now eps files are also looked up from 
	libpath.
	(read_special_escape): epsf: added option 'r'. 	

Wed Jul 26 11:08:50 1995  Markku Rossi  <mtr@ngs.fi>

	* psgen.c: added support for inlined EPS-files.

Tue Jul 25 09:24:30 1995  Markku Rossi  <mtr@ngs.fi>

	* Added IBM PC input encoding.
