OSDN Git Service

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