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