Fri Jun 23 11:04:54 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-fetch-key): Add "+batchmode" to PGP arglist.
	(mc-pgp-key-begin-line): Allow match only when delimiter string
	is the entire line.
	(mc-pgp-key-end-line): Likewise.

	* configure.in: New file.
	configure: New file.
	Makefile.in: New file.  Brought into conformance with GNU
	standards.
	INSTALL: Revised to reflect `autoconf'-generated configuration
	scheme.

	* mailcrypt.el (mc-deactivate-passwd, mc-activate-passwd): Do the
	right thing if both `timer' and `itimer' are present.

Thu Jun 22 16:57:49 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-generic-parser): Include '\n' from final
	delimiter line.

Wed Jun 21 18:13:10 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-fetch-key): Give a diagnostic if the key was
	not found.

Tue Jun 20 00:53:51 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-toplev.el (mc-rmail-view-quit): Mark buffer unmodified when
	quitting.

	* mailcrypt.el (mc-process-region): Don't rely on
	accept-process-output returning immediately if process is dead
	(for XEmacs' sake).

	* README: Revised (i.e., truncated) to reflect INSTALL file,
        Texinfo docs, and Web pages.

	* INSTALL: New file.

	* Makefile: New file.

Mon Jun 19 16:55:39 1995  Patrick J. LoPresti  <patl@catfish.lcs.mit.edu>

	* NEWS: New file.

	* mailcrypt.texi: New file.  Spent last few days getting this
	written and the Web pages up.

Fri Jun 16 17:55:14 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-comment): New variable.

Thu Jun 15 00:33:44 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el: New file.

	* mc-toplev.el: New file.

Wed Jun 14 16:51:00 1995  Patrick J. LoPresti  <patl@catfish.lcs.mit.edu>

	* mailcrypt.el (mc-pgp-fetch-from-keyrings): New function.
	(mc-pgp-fetch-keyring-list): New variable.
	Forgot to document most of the changes in the past week, oh well.
	(mc-scheme-pgp): New function to replace variable of same name in
	preparation for putting PGP support into its own file.

Thu Jun  8 13:16:50 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mailcrypt.el (mc-pgp-fetch-finger): New function.
	(mc-pgp-fetch-http): New function.
	(mc-pgp-fetch-key): New function.

Thu Jun  1 20:09:21 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mailcrypt.el (mc-encrypt-generic): Only use Email addresses in
	default-recipients.
	(mc-pgp-generic-parser): Fix parenthesis error causing non-nil
	return on bad passphrase.  Fix regular expression for bad
	passphrase.

Thu May 11 19:32:19 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mailcrypt.el (mc-pgp-display-snarf-output): New variable,
	defaults to nil.  If t, pop up a window to display the output of
	key snarfing.

	* mc-remail.el (mc-nuke-field): Do not clobber markers.  (This is
	the wrong place to do it anyway.)
	(mc-rewrite-for-remailer): Eliminate "Comment" and "From" headers
	after encryption.

Tue May  9 15:58:53 1995  Patrick J. LoPresti  <patl@eiffel.lcs.mit.edu>

	* mailcrypt.el (mc-modes-alist): Fix typos for mh-folder-mode and
	gnus-summary-mode.
	(mc-sign-message): Fix parenthesization error in let.

Mon May  8 22:27:20 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mailcrypt.el (mc-encrypt-region): New interactive function.
        Encrypts the current region by calling the appropriate function as
        determined by mc-modes-alist.
	(mc-encrypt-generic): New function; bottom level of
	scheme-independent encryption routines.
	(mc-encrypt-message): Rewritten to call mc-encrypt-generic.
	(mc-encrypt): Rewritten to just call mc-encrypt-region.
	Upshot of all this is to allow encryption in arbitrary buffers,
	not just message buffers.
	(mc-sign-region): New interactive function.
	(mc-sign-generic): New function; bottom level of
	scheme-independent signing routines.
	(mc-sign-message): Rewritten to call mc-sign-generic.
	(mc-sign): Rewritten to just call mc-sign-region.
	Upshot of all this is to allow signing in arbitrary buffers, not
	just message buffers.

Mon May  8 16:02:45 1995  Patrick J. LoPresti  <patl@eiffel.lcs.mit.edu>

	* mailcrypt.el (mc-always-replace): Add 'never option.
	(mc-message): Remove "is-err" argument.
	Only deactivate passphrase on "Bad passphrase" error.
