OSDN Git Service

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