OSDN Git Service

Update.
[epg/epg.git] / NEWS
1 * Major changes in 0.0.3
2
3 ** epa-file.el can now read a portion of a file.
4
5 ** epa-file handler functions now obey coding-system-for-{read,write}.
6    [cf. <emacs-mime-ja:02041>]
7
8 * Major changes in 0.0.2
9
10 ** Convert "seconds from epoch" to a date string.
11
12 ** Confirm passphrase when performing symmetric encryption.
13
14 ** New commands which affect on the current region are implemented.
15    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
16    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
17
18 ** Fixed ERRSIG status handling.  "no public key" error was not
19    reported as a verify result.
20
21 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
22
23 ** Don't convert line endings of the gpg output.  This may fix a bug
24    when encrypting in textmode and the output is binary.
25    [cf. <emacs-mime-ja:02028>]