This file describes all the files that make up the mp distribution.

Main directory - various.
-------------------------
CHANGES             - Change history. Will be updated with each new patch. 
FILES               - What you're reading now. 
Makefile.dist       - Master Makefile used to build mp and mptool.
README              - Describes what mp is, and how to get started.
TODO                - Bugs and suggested enhancements. Volunteers?
mp.el               - Emacs code to print with mp.
mp.tcsh             - tcsh completion for mp/mptool options.

Subdirectory common - common mp/mptool routines.
---------------------------------------------
common/patchlevel.h - Current patchlevel for this release of mp/mptool.
common/option.C     - Class Option - Mp resource / command line routines.
common/option.h     - Contains definitions for class "Option".

Subdirectory mp - program mp: PostScript pretty printer.
--------------------------------------------------------
mp/Makefile         - Makefile for the mp program.
mp/header.C         - Class Header - mail/news header manipulation routines.
mp/header.h         - Contains definitions for class "Header".
mp/input.C          - Class Input  - input and miscellaneous routines for mp.
mp/input.h          - Contains definitions for class "Input".
mp/main.C           - Includes main().
mp/mp.man           - The mp manual page (troff/nroff -man format).
mp/mp.man.text      - Plain text version of the mp manual page.
mp/print.C          - Class Print  - PostScript printing routines.
mp/print.h          - Contains definitions for class "Print".

Subdirectory mptool - program mptool: Graphical frontend for mp.
----------------------------------------------------------------
mptool/Makefile        - Makefile for the mptool program.
mptool/Mptool.ad       - List of mp/mptool X resource application defaults.
mptool/base.C          - Class Base - base frame and associated routines.
mptool/base.h          - Contains definitions for class "Base".
mptool/callbacks.C     - Glue between the TeleUse generated files and mptool.
mptool/header.C        - Class Header - header popup option routines.
mptool/header.h        - Contains definitions for class "Header".
mptool/help.C          - Class Help - help popup and help text routines.
mptool/help.h          - Contains definitions for class "Help".
mptool/input.C         - Class Input - input popup option routines.
mptool/input.h         - Contains definitions for class "Input".
mptool/mptool.c        - Mptool's main() automatically generated by TeleUse.
mptool/mptool.h        - Definitions and prototypes used by mptool.
mptool/mptool.man      - The mptool manual page (troff/nroff -man format).
mptool/mptool.man.text - Plain text version of the mptool manual page.
mptool/mptool.xbm      - Mptool's normal monochrome icon image.
mptool/mptool.xpm      - Mptool's normal color icon image.
mptool/mptool_ui.c     - Widget construction routines generated by TeleUse.
mptool/output.C        - Class Output - output popup option routines.
mptool/output.h        - Contains definitions for class "Output".
mptool/print.C         - Class Print - printing popup option routines.
mptool/print.h         - Contains definitions for class "Print".
mptool/printing.xbm    - Mptool's monochrome icon image when printing.
mptool/printing.xpm    - Mptool's color icon image when printing.
mptool/text.C          - Text strings used by mptool.
mptool/text.h          - Include file containing text string declarations.
mptool/toolfuns.C      - The remainder of the mptool routines.
mptool/tu_runtime.c    - TeleUse runtime support functions.
mptool/tu_runtime.h    - TeleUse runtime support definitions.
mptool/user.C          - Class User - user name popup option routines.
mptool/user.h          - Contains definitions for class "User".
mptool/util.C          - Class Util - various utility routines used by mptool.
mptool/util.h          - Contains definitions for class "Util".
mptool/widgetindex.h   - Indices into the arrays of TeleUse generated widgets.
mptool/xutil.C         - Class Xutil - X/Motif utility functions.
mptool/xutil.h         - Contains definitions for class "Xutil".

Subdirectory prologue: various PostScript prologue files used by mp.
--------------------------------------------------------------------
prologue/mp.common.ps   - Mp prologue file containing routines common to all.
prologue/mp.pro.ps      - Standard mp prologue file.
prologue/mp.pro.l.ps    - Standard mp prologue file for landscape (2 columns).
prologue/mp.pro.alt.ps  - Alternative mp prologue file.
prologue/mp.pro.altl.ps - Alternative style for landscape prologue file.
prologue/mp.pro.ff.ps   - Mp Filofax prologue file.
prologue/mp.pro.ffp.ps  - Mp Filofax Pocket prologue file.
prologue/mp.pro.fp.ps   - Mp Franklin Planner prologue file.
prologue/mp.pro.pp.ps   - Mp ProPlan prologue file.
prologue/mp.pro.tm.ps   - Mp Time Manager prologue file.
prologue/mp.pro.tsi.ps  - Mp Time/System (International) prologue file.
prologue/mp.pro.tsp.ps  - Mp Time/System (Partner) prologue file.
prologue/mp.pro.old     - Previous standard mp prologue file.
prologue/mp.pro.l.old   - Previous standard mp prologue file for landscape mode.

Sub-directory Data: test data files for new versions of mp.
-----------------------------------------------------------
Data/Mail           - a mail article.
Data/MailFolder     - a simple mail folder.
Data/NewsArticle1   - a news article.
Data/NewsArticle2   - another news article.
Data/NewsDigest     - a digest of news articles.

Subdirectory mimep: programs and various files for MIME support.
----------------------------------------------------------------
mimep/Makefile                - Master Makefile used to build all binaries.
mimep/README.INSTALL          - Describes how to install Mimep in English.
mimep/README_FR.INSTALL       - Describes how to install Mimep in French.
mimep/mailcap_example         - A mailcap file configured for Mimep.
mimep/mpdefaults_example      - An example of a mp defaults file.
mimep/ertf2latex/Makefile     - Makefile to build ertf2latex.
mimep/ertf2latex/comliste.c   - Just some routines to manage a list.
mimep/ertf2latex/comliste.h   - Contains definitions for comliste.c.
mimep/ertf2latex/ertf2latex.c - Text/enriched to LaTeX converter.
mimep/ertf2latex/ertf2latex.h - Contains definitions for ertf2latex.c.
mimep/man1/mimep.1            - The mimep manual page in English.
mimep/man1/mimep.man.text     - Plain text version of the mimep manual page.
mimep/man1/mimep_fr.1         - The mimep manual page in French without accents.
mimep/man1/mimep_fr3.1        - The same in French with accents.
mimep/mimep/Makefile          - Makefile for mimep.
mimep/mimep/error.h           - Definitions of the errors.
mimep/mimep/lineopts.c   - Routines to interpret the options of a command line.
mimep/mimep/lineopts.h   - Contains definitions for lineopts.c.
mimep/mimep/mimep.c      - The main program ; routines to print a MIME message.
mimep/mimep/mimep.h      - Contains definitions for mimep.c in English.
mimep/mimep/mimep_fr.h   - Contains definitions for mimep.c in French.
mimep/ps/Makefile        - Makefile to build iseps and mimepps.
mimep/ps/iseps.c         - Command to check if a file is an EPS file.
mimep/ps/mimepps.c       - To cut a well built PostScript file into EPS files.
mimep/shells/mimepfilo   - A shell script which uses mimep.
mimep/shells/printmim    - A shell script used by mimep to print MIME messages.
mimep/text2latex/Makefile     - Makefile for cutline and text2latex.
mimep/text2latex/cutlines.c   - A command to wrap the lines of a text.
mimep/text2latex/text2latex.c - A text to LaTeX converter.
mimep/url/Makefile            - Makefile for mimepurl.
mimep/url/mimepurl.c  - Interprets an external-reference to a distant document.
