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