Thu May 22 15:32:17 1997  Akim Demaille  <demaille@inf.enst.fr>

	* Makefile.am: renamed postscript.[ch] as psgen,
	  renamed encodings.[ch] as encoding.

Wed Apr 16 12:10:43 1997  Akim Demaille  <demaille@inf.enst.fr>

	* output.c (output_file): Restructured, so that only
	  used fonts are built.

	* encodings.c: Fix the ISO names.

Fri Apr 11 15:17:33 1997  Akim Demaille  <demaille@inf.enst.fr>

	* jobs.h: Changed major to Major, because of a sys macro
	  on SunOS CC.

Thu Apr 10 17:56:29 1997  Akim Demaille  <demaille@inf.enst.fr>

	* faces.h: Changed COURIER to PLAIN.

Thu Apr 10 16:20:00 1997  Larry Jones  <larry.jones@sdrc.com>

	* faces.c, faces.h (check_face_to_font, init_face_to_font):
	  correct argument type.
	* jobs.c (initialize_ps_status): intialize wx and last_line_num
	  since they can be referenced before they're otherwise set.
	* jobs.c (new_print_job): get name to capitalize from
	  res->pw_name instead of passwd->pw_name since passwd might be
	  NULL.
	* output.c (output_file): add 1 for trailing NUL when allocating
	  filename.
	* postscript.c (clean_up): when printing blank 2nd page for
	  rectoverso, leave job->virtual alone so that paging logic
	  works correctly.
	* postscript.c (ps_init): set title_font_size even when not
	  printing titles since it's still referenced.

Mon Apr  7 14:07:51 1997  Akim Demaille  <demaille@esmeralda.enst.fr>

	* confg.c (read_sysconfig): Made it able to read in the lib path
	  so that it is easier for micro ports.
	
Sun Apr  6 17:44:41 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* jobs.h: New structure (a2ps_status) to store what
	  belongs to the program, and not the lib.

	* confg.c: new file with all the necessary to read
	  configuration at run time (from config files to
	  command line options).

Thu Apr  3 18:14:27 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* Makefile.am: Added support for Helvetica's

Fri Mar 28 19:01:13 1997  Akim Demaille  <demaille@folcoche.enst.fr>

	* postscript.c (begin_document): added support for
	  -major

Thu Apr 10 16:20:00 1997  Larry Jones  <larry.jones@sdrc.com>

	* faces.c, faces.h (check_face_to_font, init_face_to_font):
	  correct argument type.
	* jobs.c (initialize_ps_status): intialize wx and last_line_num
	  since they can be referenced before they're otherwise set.
	* jobs.c (new_print_job): get name to capitalize from
	  res->pw_name instead of passwd->pw_name since passwd might be
	  NULL.
	* output.c (output_file): add 1 for trailing NUL when allocating
	  filename.
	* postscript.c (clean_up): when printing blank 2nd page for
	  rectoverso, leave job->virtual alone so that paging logic
	  works correctly.
	* postscript.c (ps_init): set title_font_size even when not
	  printing titles since it's still referenced.

Thu Mar 27 17:26:01 1997  Akim Demaille  <demaille@esmeralda.enst.fr>

	* postscript.c (ps_end_file): Moved the test here, instead
	  of page per page.  It now cancels the whole job.

Wed Mar 26 18:34:43 1997  Akim Demaille  <demaille@quasimodo.enst.fr>

	* postscript.c (begin_document): added a test to make sure
	  faces are known.

Sun Mar 23 16:26:17 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* xstrrpl.c (xvstrrpl): new function, that takes vargars
	  intead of an array.

	* xstrrpl.c: destructive counterparts are added.

Sat Mar 22 23:08:53 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* postscript.c (ps_print_char): Now there is a ps function
	  to print line numbers.

Tue Mar 18 19:02:05 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* postscript.c (ps_font): Got rid of the hard coded fonts:
	  now only Keyword, Comment, and such.

	* afm.c: Moved more responsibility to Ogonkify.

Mon Mar 17 20:40:15 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* postscript.c (ps_print_char): case '\b' removed.

Sun Mar 16 15:46:50 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* pathwalk.c: new file, now reusable

	* getshline.c (main): new file, with functions specialized
	  in reading configuration files with lines continued by a '\'

Fri Mar 14 15:56:49 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* encodings.c (expand_wx): fixed a bug: order between times
	  and Symbol.

	* postscript.c (FOLD_LINE): Fixed a bug in printing line-numbers
	  when not in Courier.
	
Wed Mar 12 17:26:49 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* message.c: New file.  Function removed from routines.c
	  as the other varargs functions.

Fri Mar  7 16:57:52 1997  Akim Demaille  <demaille@gargantua.enst.fr>

	* xfnmatch.h: Changed the name to xfnmatch, so that there could
	  never be interferences between the system's fnmatch.h, and
	  the provided fnmatch.

