1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
|
Noteworthy changes in Mailcrypt version 3.5.9:
* GPG stdout buffer is now put into multibyte mode even when emacs is using
unibyte mode in general (such as under 'standard-display-european'). This
should fix the "inserts \201 before non-ascii characters" bugs
(SF#496157, SF#501891, possibly others). A test case was added to catch
these bugs in the future.
* new remailer support for modern mixmaster and mixminion clients, which
send the message directly rather than modify the emacs buffer and
allowing the user to send the message through their emacs MUA mode.
** added "mc-default-remailer-scheme" to choose which remailer method you
want to use: type1, mixmaster, or mixminion. [C-c / r] now does a
remailer-scheme -specific function. Various MUA modes can behave
differently if they wish.
* Added support for PGP 6.5, generously contributed by Derek Atkins.
* Added support for the Wanderlust MUA mode.
* Support GNU Emacs 23.
Noteworthy changes in Mailcrypt version 3.5.8:
* mc-remail.el updated to support modern remailers (as defined by MixMaster
version 2.9b33, on sourceforge). Closes most of SF#583330.
** the 'Subject:' header is now put in the ## section instead of the ::
section, so remailers should copy them into the final message.
** Use Anon-To: instead of Request-Remailing-To
* fixed mc-gpg.el to cache passphrases by keyid instead of name; this will
help users who have multiple secret keys with the same name but different
passphrases. Closes Debian #161691.
* less noteworthy changes:
** added copy of GPL, since mailcrypt is distributed separately from Emacs
** Added unit test for anonymous remailer support. Encrypting through a
basic remailer chain can now be verified, if you have python and
py-gnupg installed.
** docs: updated 'finger' addresses for remailer lists again, since they
keep moving
Noteworthy changes in Mailcrypt version 3.5.7:
* Integration with the Mew mail client: added hooks to use in Mew summary,
draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156,
"multipart/encrypted") messages by itself; this is just for traditional
armored "in-line" encryption.
* Gnus updates, now usable in summary buffer
* Less noteworthy changes:
** Added a unit test framework. GnuPG decryption now has test coverage.
** GnuPG updates
** MH fix to handle latest versions of mh-e that use read-only message buffers
** Don't use hardwired /tmp directory, might fix some problems on NT.
Noteworthy changes in Mailcrypt version 3.5.6:
* Fix to work with GnuPG-1.0.5.
* Update docs to point to new home on SourceForge.
* Changes that have been languishing in CVS for, um, ages. (18 months? eek!)
* Bugfix in mh-rmail support. Len's note says it "dropped the user into a
stupid buffer after decrypting a message".
* Bugfix in RMAIL "signature verified" status indicator (the "verified"
label). Old code got the flag backwards if you chose to replace the
encrypted message with the decrypted plaintext. New code fixes that and
marks the message decrypted (and verified, if appropriate) even if you
just view it without replacing the original.
* Minor build fixes.
Noteworthy changes in Mailcrypt version 3.5.5:
* GnuPG support is now compatible with versions through 1.0.
Noteworthy changes in Mailcrypt version 3.5.4:
* None, really; this is a bugfix release.
Noteworthy changes in Mailcrypt version 3.5.3:
* Added support for the Horowitz Key Protocol. PGP5 key fetching is
feature-complete.
* Fixed a minor compatibility bug between GPG 0.9.3 and Mailcrypt.
Noteworthy changes in Mailcrypt version 3.5.2:
* Added key fetching for PGP 5.0. Uses finger or HTTP, but not hkp yet.
* Fixed a bug which dumped GNUS users into the wrong buffer after
verifying a signature.
* Fixed a compatibility bug between XEmacs and FSF Emacs in
mc-setversion.
* Fixed a bug in mh-e support so that users can view decrypted
messages without saving them.
* Several minor bugfixes.
Noteworthy changes in Mailcrypt version 3.5b4:
* Fixed a bug which broke encryption to multiple recipients (PGP 5).
* Fixed a bug which broke encryption of 8-bit data and files (PGP 5).
* Fixed the missing "timer.el" problem. Now Mailcrypt should run
properly for Xemacs users.
* Eliminated some silly shell and perl scripts.
* Updated the README to reduce installation difficulties (I hope).
Noteworthy changes in Mailcrypt version 3.5b1:
* No bug fixes; in fact there are probably fresh new bugs.
* Mailcrypt now supports PGP version 5.0 as well as version 2.6.*, and
can be toggled between "active versions" at will. Every effort has
been made to ensure that what used to work, still works.
|