Sun May 28 00:57:42 1995  Kenneth H. Cox  (kenc@jiminy)

* PGP3 released ------------------------------------------------------------

        * src/mailmsg2.c: Added new define, PGP_PROMPT_FOR_KEY, which
        causes the user to be prompted for the PGP key.  Prompt is
        spring-loaded with the expanded 'to' address.

        * src/mailmsg2.c: Per request, don't encrypt all messages to the
        sender by default.  Previously, all messages were being encrypted
        to the sender, in addition to all the intended recipients.  This
        was wasting time and increasing the size of the messages.

        There are two ways to regain the old behavior.  One: put
        "EncryptToSelf = ON" in the $PGPPATH/config.txt file (this PGP
        feature appears not to be documented).  Two: define
        PGP_ENCRYPT_TO_SELF in "config.h".

        * src/mailmsg2.c: Per popular request, use expanded 'to' address
        (with commas and parens stripped) instead of the 'to' address
        specified by the user.  The one specified might be an alias.

        * src/mailmsg2.c: Errors weren't getting reported if PGP failed
        encrypting the message.

        * src/syscall.c: If debugging, print exit status of subprocess in
        debugfile.

        * src/mailmsg2.c: Removed strip_brackets() function, since there
        already was a strip_parens() that does the same thing.  And some
        people wonder why I worry about code bloat.  Sheesh.

Sun Apr  9 00:01:03 1995  Kenneth H. Cox  (kenc@jiminy)

* PGP2 released ------------------------------------------------------------

        * showmsg.c: Enable 'h' (display message with headers) on
        PGP-encoded messages. Based on a patch from
        Jack Moskowitz <jackm@pica.army.mil>.

        * showmsg.c: Enable even beginning users to use PGP hook, if they
        have keys.  Based on patch from Jack Moskowitz <jackm@pica.army.mil>.

        * src/showmsg.c: Undid unnecessary aesthetic changes.  Goal is to
        minimize chages w.r.t. elm24pl24.  Users of pgp1 version will
        notice unnecesary patches of whitespace, but others won't.

        * showmsg.c: Replace MIME code that was somehow thrown out in the
        initial PGP implementation.
        From gjb@lsil.com (gary bridgewater)

        * mailmsg2.c: After PGP-encoding and/or signing a message, return
        to the send menu to allow header changes and whatnot.  Feedback
        indicated people weren't expecting their mail to be sent yet.
        There's not too much useful you can do, but the only error is
        trying to run PGP again.

Sat Apr  8 21:47:14 1995  Kenneth H. Cox  (kenc@jiminy)

        * mailmsg2.c: enhanced to include cc[] recipients on encrypted
        mailings. Without this, the other recipients can't read the mail.
        From Daniel E Watts <dwatts@dtech.mv.com>

        * curses.c: Fixed HP compilation problem.
        From jackm@heron.pica.army.mil (Jack Moskowitz)

Tue Apr  4 14:42:44 1995  Kenneth H. Cox  (kenc@x-men.viewlogic.com)

        * mailing PGP keys: Fixed bug where prompts didn't show up.
        Default key to send is the user's own key.

* PGP1 released ------------------------------------------------------------

