# -- ChangeLog
#
#    0.72 2006-09-09; -MAB
#         added quickstart docs (and warnings)
#         built as package out of git
#    0.71 2006-07-08; -MAB
#         documentation updates on --build-symlinks and overview
#    0.70 2006-07-08; -MAB
#         adding --autoid option; improving documentation
#    0.62 2006-07-07; -MAB
#         fixing silly "packaging" bug
#    0.61 2006-07-07; -MAB
#         fixing documentation bug
#    0.6  2006-07-07; -MAB
#         wrote quite a bit of introductory (README) documentation
#    0.5  2006-07-06; -MAB
#         version bump just before attempting autoid work
#    0.4  2006-07-05; -MAB
#         oops!  Forgot that it's supposed to be "clearsign"; fixed
#         added logic switches so that it can be called by many names
#    0.3  2006-07-04; -MAB
#         improved documentation (long_usage)
#         verify functionality needs to use "tee", "mkfifo"
#         functionizing verify, encrypt, sign and so forth
#    0.2  2006-07-04; -MAB
#         fixed quoting issues for "$PGF_COMMENT"
#         shorter default comment string
#         put recipient existence check in correct place (--encrypt only)
#         allow user to specify the (--quiet) option
#    0.1  2006-07-04; -MAB
#         initial version; great U.S. Independence Day activity
#
# -- Contributors
#
#    Mike Pomraning <mjp@pilcrow.madison.wi.us>;  MJP supplied an
#    explanation for file pointer behaviour upon child process exit.
#    In short, a program (e.g., shell) has no way of knowing where a
#    child process has left the file pointer, if the child process
#    simply exits.  For ramifications, see --autoid code.
#
#    Thus, the utility uses shell text parsing (yuck) in pgf_autoid
#    to determine the current role's email address.
#
#    Jon Nelson <jnelson@jamponi.net>; JDN supplied the offhanded
#    "write-your-own" remark which spawned this monstrosity, after I
#    had grown frustrated toying with other text-based MUAs.
#
# -- BUGS/TODO
#
#

