Added 0.0.9 changes.
[elisp/epg.git] / NEWS
1 * Major changes in 0.0.9
2
3 ** Support XEmacs compiled with --with-mule=no --with-file-coding=no.
4
5 * Major changes in 0.0.8
6
7 ** epa-file.el can now specify recipient keys from the file local
8    variable `epa-file-encrypt-to'.
9
10 ** Always encode passphrase with eol-type LF.
11
12 ** Allow empty user IDs.
13
14 ** Support handling notations on the signature.
15
16 * Major changes in 0.0.7
17
18 ** Fixed a clearsign verification bug.
19
20 * Major changes in 0.0.6
21
22 ** Parse "group" configuration parameters of GnuPG.
23
24 ** epg-verify-file and epg-verify-string now return the plaintext
25    after successful verification.
26
27 ** Obey the decoding coding-system determined by
28    decode-coding-inserted-region.
29
30 ** Improved progress display.
31
32 ** Allow file names starting with "-".
33
34 * Major changes in 0.0.5
35
36 ** New user option epg-gpg-home-directory.
37
38 ** New function epg-check-configuration which checks if there is a
39    suitable GnuPG executable installed.
40
41 ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility.
42
43 ** Allow non-ASCII characters in a passphrase.
44    The coding system to use can be controlled by
45    epg-locale-coding-system whose default value is taken from
46    locale-coding-system.
47
48 * Major changes in 0.0.4
49
50 ** Check GnuPG's version on ./configure.
51
52 ** epg-start-encrypt now assumes that signers are epg-key object.
53
54 ** epg--status-ERRSIG now leaves the last verify-result.
55
56 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
57
58 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
59
60 * Major changes in 0.0.3
61
62 ** epa-file.el now supports partial read.
63
64 ** epa-file handler functions now obey coding-system-for-{read,write}.
65    [cf. <emacs-mime-ja:02041>]
66
67 ** Don't move point after insert-file-contents if epa-file is enabled.
68
69 * Major changes in 0.0.2
70
71 ** Convert "seconds from epoch" to a date string.
72
73 ** Confirm passphrase when performing symmetric encryption.
74
75 ** New commands which affect on the current region are implemented.
76    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
77    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
78
79 ** Fixed ERRSIG status handling.  "no public key" error was not
80    reported as a verify result.
81
82 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
83
84 ** Don't convert line endings of the gpg output.  This may fix a bug
85    when encrypting in textmode and the output is binary.
86    [cf. <emacs-mime-ja:02028>]