OSDN Git Service

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