Mercurial > hg > xemacs-beta
comparison lisp/mailcrypt/NEWS @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
1 Noteworthy changes in Mailcrypt version 3.4: | |
2 | |
3 Several bug fixes, mostly in the remailer functions. | |
4 | |
5 `C-c / d' can now decode armor-only messages. | |
6 | |
7 `C-c / e' with an empty recipient list now generates an armor-only | |
8 message. | |
9 | |
10 Better support for Gnus 5 (formerly "(ding) Gnus"), including | |
11 decryption of messages in read-only groups. Requires Gnus 5.0.4 or | |
12 higher. | |
13 | |
14 Better support for recent versions (5.95+) of VM. | |
15 | |
16 New option for remailer list entries: Positive integer N represents a | |
17 random permutation of the N "best" remailers as ordered in | |
18 `~/.remailers'. | |
19 | |
20 New configuration variable `mc-pgp-always-fetch' to control attempts | |
21 to fetch PGP keys. Legal values are t, 'never, and nil (the default). | |
22 | |
23 | |
24 Noteworthy changes in Mailcrypt version 3.3: | |
25 | |
26 Numerous minor bugs have been fixed. | |
27 | |
28 Mailcrypt now requires at least FSF Emacs version 19.28 or XEmacs | |
29 version 19.12. Sorry, but anything else is too annoying. | |
30 | |
31 Support has been added for reading mail under (ding) Gnus. | |
32 | |
33 | |
34 Noteworthy changes in Mailcrypt version 3.2: | |
35 | |
36 Mailcrypt now uses "start-process" instead of "call-process-region" to | |
37 run PGP; this uses a pipe instead of a temp file for various inputs, | |
38 including your passphrase. Ahem. | |
39 | |
40 All Mailcrypt commands now start with the prefix `C-c /' to bring | |
41 Mailcrypt into line with documented GNU standards. | |
42 | |
43 `mc-insert-public-key' is now bound to `C-c / x' (an in "extract") | |
44 instead of `C-c a'. | |
45 | |
46 `mc-deactivate-passwd' is bound to `C-c / f' (as in "forget"). | |
47 | |
48 `mc-read-mode' and `mc-write-mode' are now full-blown minor modes. So | |
49 you can do, for example, `M-x mc-install-write-mode' from a Text mode | |
50 buffer and have the normal encryption and signing commands available. | |
51 The keymaps for the modes are configurable variables. | |
52 | |
53 Interactive commands `mc-encrypt-region', `mc-sign-region', etc. are | |
54 now defined. | |
55 | |
56 If you use RMAIL and you say no to "Replace encrypted message with | |
57 decrypted?", you will be dropped into RMAIL mode for viewing. | |
58 | |
59 RMAIL summary mode is now supported. | |
60 | |
61 Documentation in the form of a Texinfo file is now part of the | |
62 distribution. | |
63 | |
64 Mailcrypt can now fetch a needed key from finger, HTTP, or any of a | |
65 list of locally stored keyrings. `C-c / k' initiates a fetch | |
66 manually; Mailcrypt will offer to initiate one automatically as | |
67 appropriate during encryption or signature verification. | |
68 | |
69 The remailer functions now support Mixmaster. | |
70 | |
71 `C-c / d' can handle conventionally encrypted messages. |