OSDN Git Service

9072d50b3aa3fee719916c232188e441a021f7fe
[epg/epg.git] / NEWS
1 * Major changes in 0.0.12
2
3 ** epa-file.el usability improvements.
4
5 *** Ask recipients only the first time.
6
7 *** Respect epa-armor and epa-textmode.
8
9 *** Customizing epa-file-name-regexp now works.
10
11 * Major changes in 0.0.11
12
13 ** Include the EasyPG Assistant user's manual
14
15 ** Decode user-id's encoded in UTF-8 with "%" or "\" escape
16
17 ** If a user attempt to encrypt data to an untrusted recipient, EasyPG
18    prompt the key-id (it requires GnuPG version 2.0.2 or later)
19
20 ** epa-file.el turns off auto-saving by default
21
22 * Major changes in 0.0.10
23
24 ** Support GnuPG versions older than 1.4.3
25
26 ** Provide a minor-mode to encrypt/sign mails
27
28 * Major changes in 0.0.9
29
30 ** epa.el usablity improvements.
31
32 *** M-x epa-encrypt-region specifies --armor & --textmode by default
33
34 *** M-x epa-sign-region and M-x epa-sign-file create a cleartext signature by
35     default
36
37 *** Region based commands now determine the coding-system used to
38     encode the plain text
39
40 *** Fingerprints are pretty-printed
41
42 *** New user option epa-protocol to use the S/MIME.
43
44 ** Support XEmacs compiled with --with-mule=no --with-file-coding=no.
45
46 * Major changes in 0.0.8
47
48 ** epa-file.el can now specify recipient keys from the file local
49    variable `epa-file-encrypt-to'.
50
51 ** Always encode passphrase with eol-type LF.
52
53 ** Allow empty user IDs.
54
55 ** Support handling notations on the signature.
56
57 * Major changes in 0.0.7
58
59 ** Fixed a clearsign verification bug.
60
61 * Major changes in 0.0.6
62
63 ** Parse "group" configuration parameters of GnuPG.
64
65 ** epg-verify-file and epg-verify-string now return the plaintext
66    after successful verification.
67
68 ** Obey the decoding coding-system determined by
69    decode-coding-inserted-region.
70
71 ** Improved progress display.
72
73 ** Allow file names starting with "-".
74
75 * Major changes in 0.0.5
76
77 ** New user option epg-gpg-home-directory.
78
79 ** New function epg-check-configuration which checks if there is a
80    suitable GnuPG executable installed.
81
82 ** pgg-epg.el: Provide pgg-lookup-key for backward compatibility.
83
84 ** Allow non-ASCII characters in a passphrase.
85    The coding system to use can be controlled by
86    epg-locale-coding-system whose default value is taken from
87    locale-coding-system.
88
89 * Major changes in 0.0.4
90
91 ** Check GnuPG's version on ./configure.
92
93 ** epg-start-encrypt now assumes that signers are epg-key object.
94
95 ** epg--status-ERRSIG now leaves the last verify-result.
96
97 ** pgg-epg.el: Fixed a bug in pgg-epg-encrypt-region.
98
99 ** pgg-epg.el: Reflect pgg-default-user-id when signing.
100
101 * Major changes in 0.0.3
102
103 ** epa-file.el now supports partial read.
104
105 ** epa-file handler functions now obey coding-system-for-{read,write}.
106    [cf. <emacs-mime-ja:02041>]
107
108 ** Don't move point after insert-file-contents if epa-file is enabled.
109
110 * Major changes in 0.0.2
111
112 ** Convert "seconds from epoch" to a date string.
113
114 ** Confirm passphrase when performing symmetric encryption.
115
116 ** New commands which affect on the current region are implemented.
117    epa-decrypt-region, epa-verify-region, epa-decrypt-armor-in-region,
118    epa-verify-armor-in-region, epa-sign-region, epa-encrypt-region
119
120 ** Fixed ERRSIG status handling.  "no public key" error was not
121    reported as a verify result.
122
123 ** Fixed cleaning up pgg-*-buffer (pgg-epg.el).
124
125 ** Don't convert line endings of the gpg output.  This may fix a bug
126    when encrypting in textmode and the output is binary.
127    [cf. <emacs-mime-ja:02028>]