Wed Aug  2 10:05:06 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mailcrypt.el (mc-split): Use \\' instead of $ to match end of
	string.
	
Tue Aug  1 15:55:47 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* Version 3.3 released.

Mon Jul 31 11:22:23 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-toplev.el (mc-rmail-decrypt-message): Use abstractions for
	keymaps to work with XEmacs.
	(mc-gnus-summary-decrypt-message): Clean up.
	(mc-gnus-summary-verify-signature): Don't display all headers.
	(mc-gnus-summary-snarf-keys): Ditto.

Sat Jul 29 11:47:51 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-decrypt-region): Call `undo-boundary'.

Thu Jul 27 20:56:41 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* load-path.hack: Give a friendly warning if a version of Emacs
	other than 19 is used to byte-compile.

Thu Jul 27 16:05:13 1995  Patrick J. LoPresti  <patl@eiffel.lcs.mit.edu>

	* configure.in: Use `EMACS19' instead of `EMACS' for autoconf
 	substitution variable, lest "configure" get confused when run
 	under an Emacs shell.

	* Makefile.in: Ditto.

Thu Jul 27 10:24:47 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-keyserver-address): Use "pgp.ai.mit.edu"
	instead of "www-swiss.ai.mit.edu".

	* ANNOUNCE: Update version and date in preparation for 3.3
 	release.

	* INSTALL: Updated to reflect new installation directory and
	absolute requirement of `easymenu'.

	* mailcrypt.texi (Encrypting): `mc-encrypt-for-me', not
	`...-to-me'.
	(HTTP Fetch): Document options for using alternate key servers and
	Web proxies.

	* mailcrypt.el (mc-process-region): Fix parenthesization error.
	Again.

Wed Jul 26 12:48:50 1995  Patrick J. LoPresti  <patl@eiffel.lcs.mit.edu>

	* mc-remail.el (mc-rewrite-for-remailer): Use `mc-encrypt-for-me'
	instead of `mc-encrypt-to-me', since there the latter does not
	exist.

Sun Jul 23 13:01:47 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-decrypt-region): Clean up case where key is
	missing and we offer to fetch it.

Thu Jul 20 11:51:06 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el (mc-pgp-newkey-re): Incorporate fix from Mike Long to
	only recognize key additions.

Wed Jul 19 10:50:55 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mailcrypt.el: Deal with unbound buffer-substring-no-properties
 	to work with Emacs 19.28 after all.

	* mc-pgp.el (mc-pgp-verify-region): Return nil if signature fails
	to verify.

	* mc-toplev.el (mc-sign-generic): Make sure start and end are
	makers before calling mc-pre-signature-hook.
	(mc-encrypt-generic): Ditto, mc-pre-encryption-hook.

	* mc-remail.el (mc-remailer-insert-response-block): Fix
 	parenthesization error.

	* mc-toplev.el (mc-gnus-summary-decrypt-message): Incorporate Fran
	Litterio's changes for (ding) GNUS.
	Clean up MH-E stuff a bit.  Should really redo it entirely at some
	point.

	* texi2html.ext: New file.

Tue Jul 18 14:26:00 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* Fix stuff all over to silence byte compilation warnings under
	XEmacs.

	* mailcrypt.el: (require 'easymenu) outright.  Starting now we
 	demand at least FSF Emacs 19.28 or XEmacs 19.13.

Mon Jul 17 16:30:43 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* Makefile.in: Minor tweaks.  Use `.../share/emacs/site-lisp'.

Sun Jul 16 13:48:06 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el: Use "buffer-substring-no-properties" everywhere.  Feh.
	mc-remail.el: Ditto.
	
Sat Jul 15 01:41:18 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-pgp.el: Add "+language=en" to PGP command lines so that we
	are sure to parse the output correctly.

Wed Jul 12 16:37:37 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-toplev.el (mc-vm-verify-signature): Call vm-widen-page in
	case vm-honor-page-delimiters is set.
	(mc-vm-snarf-keys): Ditto.
	('mail-utils): Required for mail-fetch-field on some Emacsen.

Fri Jun 30 10:20:52 1995  Patrick J. LoPresti  <patl@skyclad.lcs.mit.edu>

	* mc-remail.el (mc-rewrite-news-to-mail): Nuke "Newsgroups" field.

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

	* Version 3.2 released.

	* 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.
