Blame ChangeLog

Packit 1930a2
Tue Sep 24 06:38:34 Yves Arrouye  <arrouye@marin.sevy.fr>
Packit 1930a2
Packit 1930a2
	* completed the set of manual pages.
Packit 1930a2
	* added the libpaper.so.1 link in installation.
Packit 1930a2
	* added -E to less flags.
Packit 1930a2
Packit 1930a2
Tue Aug 13 19:14:51 1996 Yves Arrouye  <arrouye@marin.sevy.fr>
Packit 1930a2
Packit 1930a2
	* abstract interface (struct paper hidden) so that future changes
Packit 1930a2
	can be made safely.
Packit 1930a2
	* stores dimensions as double, still in PS points.
Packit 1930a2
Packit 1930a2
Sun Aug 11 15:16:46 1996  Yves Arrouye  <arrouye@marin.sevy.fr>
Packit 1930a2
Packit 1930a2
	* lib/paper.c: added paperinit(), paperdone(), paperfirst(),
Packit 1930a2
	paperlast(), papernext() and paperprev(), removed papertable().
Packit 1930a2
Packit 1930a2
	* lib/paper.h: added new prototypes.
Packit 1930a2
	
Packit 1930a2
	* src/paper.c: added -N option.
Packit 1930a2
	Removed trailing spaces in what is printed.
Packit 1930a2
Packit 1930a2
	* examples/gsfrontend.c: corrected PAPERSIZE to PAGESIZE.
Packit 1930a2
Packit 1930a2
	* examples/a2ps: added calls to paperinit() and paperdone(),
Packit 1930a2
	added agressive page size selection at printing time.
Packit 1930a2
	
Packit 1930a2
Sat Jul 20 10:15:49 1996  Yves Arrouye  <arrouye@marin.fdn.fr>
Packit 1930a2
Packit 1930a2
	* Makefile.in: changed for PAPERSIZE.
Packit 1930a2
	* lib/paper.c: added the PAPERSIZE environment variable.
Packit 1930a2
	* examples: new directory containing examples (gs.sh and
Packit 1930a2
	diffs for a2ps-4.3).