may/june94		Marcel J.E. Mol <marcel@duteca.et.tudelft.nl>
Version 2.13
Redit processing of pagemargin_xxx so that the -H option
could be implemented.
-H option: let mpage print page headers in a different font. This
   way no 'pr' processing is needed.
Added function declarations to mp_head.h so that gcc -Wall does
not complain so much anymore.

may94		Marcel J.E. Mol <marcel@duteca.et.tudelft.nl>
Implemented -a, -c, -f, -l, -o and -v options as toggles ->
remove -s, -b, -n and -u options.
-c option: do not start each file on a new page.
-m option can now specify all four margins seperately (iWith help
   from Frank ten Wolde <franky@duteca.et.tudelft.nl>)
New option -M to specify all four margins inside logical pages.
Printing MS-Windows postscript files with mpage *might* work now...

Oct93-mar94	Marcel J.E. Mol
Bump version to 2.12 and send out ...
Added -I option: indent text.
Fixed bug in fold option, when an escaped char is at the end of a line ...
Fixed bug when readne '/r'
Added -m  (set page margin) and -f (fold long lines) options.
Changed -p (allow to give a 'pr' command string) and -P (defaults
to default printer) options.
...

Many changes have been made between Version 1 and Version 2:

- *BIGGIE* Printing of backspaces, overwrites, formfeeds and other
text is greatly improved. I changed the whole way text was processed
and the code went from 3 unreadable pages to one very readable page.
It is amazing what the right approch can do.

- *ANOTHER BIGGIE* PostScript documents can now be printed.  Most
conforming will be properly printed, multple pages per sheet.  There
is still clean up to do here, but it seems to work.  I think that when
I hit upon the right paradigm for this, it will clean up just like the
text processing code did.  (XRef: TODO)

- Outlines are now optional. If you like to see them (as I do) put the
"-o" option in your MPAGE environment variable.

- Added recognition of the PRINTER and MPAGE environment variables.

- Added the beginnings of support the European A4 paper.  (The method
should be extended to legal sized paper.)  Credit goes to Michael
Fingerhut, System Manager, IRCAM Paris (France), (...!uunet!ircam!mf)
for the inspiration for the proper way to do this.

- MPage now prints a message stating how many pages (sheets) were
created and to which printer it was spooled.

- Stuffed the sources under RCS to keep track of changes.

