* epg.el (epg-verify-file): Don't use a temp output file.
[elisp/epg.git] / ChangeLog
1 2007-03-08  Daiki Ueno  <ueno@unixuser.org>
2
3         * epg.el (epg-list-keys): Parse GnuPG's print_string escape.
4         (epg-wait-for-plaintext): New function.
5         (epg--status-PLAINTEXT_LENGTH): New function.
6         (epg-decrypt-string): Don't use a temp output file.
7         (epg--status-BEGIN_DECRYPTION): New function; reset 'plaintext
8         result.
9         (epg--status-DECRYPTION_OKAY): Copy 'plaintext result to
10         'decrypted-plaintext.
11         (epg-verify-file): Don't use a temp output file.
12         (epg-verify-string): Ditto.
13
14 2007-03-08  Daiki Ueno  <ueno@unixuser.org>
15
16         * epa-mail.el (epa-mail-mode-hook): New variable.
17         (epa-mail-mode-on-hook): New variable.
18         (epa-mail-mode-off-hook): New variable.
19
20         * epg.el (epg--start): Make the process-buffer unibyte.
21         (epg--status-USERID_HINT): Decode user-id.
22         (epg--status-IMPORTED): Decode user-id.
23
24 2007-03-07  Daiki Ueno  <ueno@unixuser.org>
25
26         * epg.el (epg--start): Don't specify --use-agent if the protocol
27         is CMS; set coding-system-for-read to binary.
28         (epg--status-*SIG): Decode user-id.
29
30 2007-02-02  Daiki Ueno  <ueno@unixuser.org>
31
32         * epa-file.el (epa-file-write-region): Set a dummy filename
33         for buffer-file-name when calling select-safe-coding-system.
34
35 2007-01-30  Daiki Ueno  <ueno@unixuser.org>
36
37         * epg.el (epg-last-status): New variable.
38         (epg--process-filter): Set epg-last-status after calling a status
39         handler.
40         (epg--prompt-GET_BOOL): New function.
41         (epg--prompt-GET_BOOL-untrusted_key.override): New function.
42         (epg--status-GET_BOOL): Call epg--prompt-GET_BOOL-* instead of
43         y-or-n-p.
44
45 2007-01-29  Daiki Ueno  <ueno@unixuser.org>
46
47         * EasyPG: Version 0.0.10 released.
48         * configure.ac: Bump up version.
49
50 2007-01-29  Daiki Ueno  <ueno@unixuser.org>
51
52         * epg-config.el: Require epg-package-info.
53         * configure.ac: Generate epg-package-info.el.
54         * Makefile.am (DISTCLEANFILES): Added epg-package-info.el.
55         * COMPILE (epg-modules): Added epg-package-info.
56         * epg-package-info.el.in: New file.
57
58 2007-01-29  Daiki Ueno  <ueno@unixuser.org>
59
60         * epa-setup.el (epa-mail-mode): Autoload; setup mail-mode-hook.
61         * epa.el: Removed epa-*-mail stuff.
62         * Makefile.am (EXTRA_DIST): Added epa-mail.el.
63         * COMPILE (epg-modules): Added epa-mail.
64         * epa-mail.el: New file.
65
66 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
67
68         * epg-pgp50i.el: Removed.
69
70         * epa.el (epa-key-list-mode-map): Renamed from epa-keys-mode-map.
71         (epa-key-list-mode): Renamed from epa-keys-mode.  All callers
72         changed.
73
74         * epg.el (epg--status-VALIDSIG): Don't set expiration-time if it
75         is "0".
76         (epg--make-sub-key-1): Ditto.
77         (epg--decode-hexstring): "\\x" -> "\\\\x".
78         (epg--decode-quotedstring): Ditto.
79
80         * pgg-epg.el (pgg-epg-encrypt-region): Ask a user whether to skip a
81         recipient whose public key is not available.
82         * epa.el (epa-encrypt-mail): Ask a user whether to skip a
83         recipient whose public key is not available.
84
85 2007-01-04  Daiki Ueno  <ueno@unixuser.org>
86
87         * epa.el (epa-decrypt-mail): Renamed from epa-decrypt.
88         (epa-verify-mail): Renamed from epa-verify.
89         (epa-sign-mail): Renamed from epa-sign.
90         (epa-encrypt-mail): Renamed from epa-encrypt.
91         (epa-import-mail): Renamed from epa-import.
92
93         * configure.ac: Don't exit if GnuPG (>= 1.4.3) is unavailable.
94
95         * epg.el (epg-signature-to-string): Print creation-time and used
96         pubkey-algorithm.
97         (epg-sign-string): If the GnuPG version is earlier than 1.4.3,
98         fallback to use a temp file as an input.
99         (epg-encrypt-string): Ditto.
100
101 2006-12-31  Daiki Ueno  <ueno@unixuser.org>
102
103         * epa.el (epa-mail-modes): New user option.
104         (epa--mail-mode-p): New function.
105         (epa-sign): Use it.
106         (epa-encrypt): Use it.
107         (epa--find-coding-system-for-mime-charset): New function.
108         (epa-decrypt-armor-in-region): Use it.
109         (epa-progress-callback-function): Use handback as the prompt.
110         (epa-encrypt-region): Take 4th argument SIGN.
111         (epa-encrypt): Ditto.
112
113 2006-12-31  Daiki Ueno  <ueno@unixuser.org>
114
115         * epa.el (epa--derived-mode-p): New alias.
116         (epa-sign): Use it.
117         (epa-encrypt): Use it.
118
119 2006-12-31  Daiki Ueno  <ueno@unixuser.org>
120
121         * epa.el (epa--read-signature-type): New function.
122         (epa-decrypt): New command.
123         (epa-verify): New command.
124         (epa-sign): New command.
125         (epa-encrypt): New command.
126         (epa-import-armor-in-region): New command.
127         (epa-import): New command.
128         (epa-decrypt-region): Confirm user to replace the region.
129         (epa-display-info): Delete "*Info*" window.
130
131 2006-12-29  Daiki Ueno  <ueno@unixuser.org>
132
133         * EasyPG: Version 0.0.9 released.
134         * epg-config.el (epg-version-number): Bump up.
135         * configure.ac: Bump up version.
136
137 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
138
139         * epa.el (epa-sign-file): Ask signing key only when a prefix arg
140         is given; ask signature type only when a prefix arg is given.
141         (epa-sign-region): Ditto.
142
143 2006-12-26  Daiki Ueno  <ueno@unixuser.org>
144
145         * epg-config.el (epg-passphrase-coding-system): Default to nil.
146
147 2006-12-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
148
149         * epa.el (epa--format-fingerprint-1): New function.
150         (epa--format-fingerprint): Ditto.
151         (epa--show-key): Use it.
152
153 2006-12-20  Daiki Ueno  <ueno@unixuser.org>
154
155         * epa-file.el (epa-file-write-region): Don't attempt to write the
156         region to "/" to determine safe coding-system.
157
158         * epa.el (epa-list-keys): Abolished PROTOCOL arg.
159         (epa-sign-file): Save the output to *.p7s or *.p7m file if
160         epa-protocol is CMS.
161         (epa-encrypt-file): Ditto.
162         (epa-last-coding-system-specified): New variable.
163         (epa-decrypt-region): Try to decode with the
164         epa-coding-system-used text property.
165         (epa--select-safe-coding-system): New function.
166         (epa-verify-region): Try to decode with the epa-coding-system-used
167         text property.
168         (epa-sign-region): Query user to select coding-system to encode;
169         set the epa-coding-system-used text property on the result.
170         (epa-encrypt-region): Ditto.
171
172 2006-12-19  Daiki Ueno  <ueno@unixuser.org>
173
174         * epg.el (epg-export-keys-to-file): Fixed a typo.
175
176         * epa.el (epa-protocol): New user option.
177         (epa-sign-region): --armor & --textmode.
178         (epa-encrypt-region): Ditto.
179         (epa-list-keys): If prefix-arg is specified, use "OpenPGP" as the
180         default protocol.
181         (epa-import-keys-region): New command.
182         (epa-insert-keys): New command.
183         (epa--insert-keys): Renamed from epa-insert-keys.
184
185 2006-12-11  Daiki Ueno  <ueno@unixuser.org>
186
187         * pgg-epg.el (pgg-epg-decrypt-region): Don't call
188         decode-coding-string if it is not bound.
189
190         * epa-file.el (epa-file--encode-coding-string): New alias.
191         (epa-file--decode-coding-string): New alias.
192         (epa-file-write-region): Use epa-file--encode-coding-string.
193         (epa-file-decode-and-insert): Use epa-file--decode-coding-string.
194
195         * epa.el (epa--encode-coding-string): New alias.
196         (epa--decode-coding-string): New alias.
197         (epa-verify-region): Use epa--encode-coding-string.
198         (epa-sign-region): Ditto; use epa--decode-coding-string.
199         (epa-encrypt-region): Use epa--encode-coding-string.
200
201         * epg.el (epg--encode-coding-string): New alias.
202         (epg--status-GET_HIDDEN): Use it.
203
204 2006-11-29  Daiki Ueno  <ueno@unixuser.org>
205
206         * EasyPG: Version 0.0.8 released.
207         * epg-config.el (epg-version-number): Bump up.
208         * configure.ac: Bump up version.
209
210 2006-11-20  Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
211
212         * epa-file.el (epa-file-encrypt-to): New file local variable.
213         (epa-file-write-region): Specify recipients by epa-file-encrypt-to.
214
215 2006-11-26  Daiki Ueno  <ueno@unixuser.org>
216
217         * epa.el (epa-sign-file): Query signature type at a time.
218         (epa-decrypt-file): Display output file name on completion.
219         (epa-sign-file): Ditto.
220         (epa-encrypt-file): Ditto.
221
222 2006-11-25  Daiki Ueno  <ueno@unixuser.org>
223
224         * epa.el (epa-keys-mode): Don't call widget-setup.
225         (epa-list-keys): Call widget-setup here.
226         (epa-select-keys): Ditto.
227
228 2006-11-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * epg.el (epg-delete-keys): Remove redundant argument for `error'
231         and fix a close parenthesis.
232
233 2006-11-24  Daiki Ueno  <ueno@unixuser.org>
234
235         * epg.el (epg--status-GET_HIDDEN): Encode passphrase with eol-type LF.
236         Reported by Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>.
237         cf. <emacs-mime-ja:02090>
238
239 2006-11-23  Daiki Ueno  <ueno@unixuser.org>
240
241         * epa.el (epa-sign-region): Query signature type at a time.
242
243 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * epg.el (epg-context-set-passphrase-callback): Add optional
246         argument `handback'.
247         (epg-context-set-progress-callback): Ditto.
248
249 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
250
251         * epa.el (epa--key-widget-value-create): Allow empty user IDs.
252         (epa--show-key): Ditto.
253         Reported by Werner Koch <wk@gnupg.org>.
254
255         * epg.el (epg--start): Don't specify --enable-progress-filter for
256         gpgsm.
257         (epg--status-PROGRESS): Check if progress-callback is set.
258
259 2006-11-12  Daiki Ueno  <ueno@unixuser.org>
260
261         * epg.el (epg-error): New error.
262         (epg--check-error-for-decrypt): New function.
263         (epg-decrypt-file): Use it.
264         (epg-decrypt-string): Use it.
265         (epg--start): Added a very basic test to check whether to specify
266         --use-agent.
267
268         * epa.el (epa-decrypt-file): Expand file name.
269         (epa-verify-file): Ditto.
270         (epa-import-keys): Ditto.
271
272 2006-11-12  Daiki Ueno  <ueno@unixuser.org>
273
274         * epg.el (epg-delete-keys): Decode delete-problem.
275
276         * epa.el (epa-popup-info-window): Turn on by default.
277         (epa-display-info): Split selected window instead of pop-to-buffer.
278
279 2006-11-12  Daiki Ueno  <ueno@unixuser.org>
280
281         * epa.el (epa-display-info): Generalized; renamed from
282         epa-display-verify-result.
283         (epa-decrypt-file): Use it.
284         (epa-verify-file): Use it.
285         (epa-decrypt-region): Use it.
286         (epa-verify-region): Use it.
287         (epa-import-keys): Show import result.
288         (epa-display-verify-result): Make it obsolete.
289
290         * epg.el (epg-start-sign-keys): Make it obsolete; signing a key is
291         out of scope.
292         (epg-sign-keys): Make it obsolete.
293         (epg-make-import-status): New object epg-import-status.
294         (epg-make-import-result): New object epg-import-result.
295         (epg--status-IMPORT_RES): New function.
296         (epg-import-result-to-string): New function.
297
298         * epa.el (epa-keys-mode-map): Don't bind epa-sign-keys.
299         (epa-sign-keys): Make it obsolete.
300
301 2006-11-11  Daiki Ueno  <ueno@unixuser.org>
302
303         * epg.el (epg-start-sign): Don't set --armor nor --textmode if
304         mode is set for a cleartext signature.
305         (epg-make-context): New slot "sig-notations".
306         (epg--args-from-sig-notations): New function.
307         (epg-start-sign): Specify --sig-notation or --sig-policy-url if
308         desired.
309         (epg-start-encrypt): Ditto.
310         (epg-make-signature): New slot "notations".
311         (epg--status-NOTATION_NAME): New function.
312         (epg--status-NOTATION_DATA): New function.
313         (epg--status-POLICY_URL): New function.
314
315 2006-10-29  Daiki Ueno  <ueno@unixuser.org>
316
317         * EasyPG: Version 0.0.7 released.
318         * epg-config.el (epg-version-number): Bump up.
319         * configure.ac: Bump up version.
320
321 2006-10-29  Daiki Ueno  <ueno@unixuser.org>
322
323         * epa-file.el
324         (epa-file-cache-passphrase-for-symmetric-encryption): New user
325         option.
326
327 2006-10-12  Daiki Ueno  <ueno@unixuser.org>
328
329         * epg.el (epg-start-verify): Fixed a clearsign verification bug.
330         Reported by Hirohisa Yamaguchi <umq@ueo.co.jp>.
331
332 2006-09-29  Daiki Ueno  <ueno@unixuser.org>
333
334         * EasyPG: Version 0.0.6 released.
335         * epg.el (epg-version-number): Bump up.
336         * configure.ac: Bump up version.
337
338 2006-09-29  Daiki Ueno  <ueno@unixuser.org>
339
340         * epa.el (epa-verify-cleartext-in-region): Renamed from
341         epa-verify-armor-in-region.
342
343         * epg.el (epg-passphrase-callback-function): Suggest to use
344         epa-passphrase-callback-function instead.
345         (epg-start-verify): Don't specify --verify if SIGNATURE is a
346         normal or a clear text signature.
347         (epg-verify-file): Mention that the plaintext will be stored into
348         the file PLAIN after successful verification.
349         (epg-verify-string): Mention that the plaintext will be returned
350         after successful verification.
351
352 2006-09-27  Daiki Ueno  <ueno@unixuser.org>
353
354         * epa-file.el (epa-file-insert-file-contents): Set progress callback.
355         (epa-file-write-region): Ditto.
356
357         * epa.el (epa-decrypt-file): Set callbacks.
358         (epa-sign-file): Ditto.
359         (epa-encrypt-file): Ditto.
360         (epa-decrypt-region): Ditto.
361         (epa-sign-region): Ditto.
362         (epa-encrypt-region): Ditto.
363         (epa-sign-keys): Ditto.
364
365         * epg.el (epg-progress-callback-function): Removed.
366
367 2006-09-24  Daiki Ueno  <ueno@unixuser.org>
368
369         * epa.el (epa-passphrase-callback-function): Moved from epg.el.
370         (epa-progress-callback-function): Ditto.
371         * epg.el (epg-passphrase-callback-function): Made it obsolete.
372         (epg-progress-callback-function): Ditto.
373
374 2006-09-23  Daiki Ueno  <ueno@unixuser.org>
375
376         * epg.el (epg-start-decrypt): Append "--" to the end of options.
377         (epg-start-verify): Ditto.
378         (epg-start-sign): Ditto.
379         (epg-start-encrypt): Ditto.
380         (epg-start-import-keys): Ditto.
381         (epg-start-generate-key): Ditto.
382
383 2006-09-23  Daiki Ueno  <ueno@unixuser.org>
384
385         * epg.el (epg-make-context): Don't set progress-callback by
386         default.
387         (epg--start): Don't specify --enable-progress-filter if
388         progress-callback is not set.
389         (epg--status-GET_HIDDEN): Signal an error if passphrase-callback
390         is not set.
391
392 2006-09-15  Daiki Ueno  <ueno@unixuser.org>
393
394         * epg.el (epg-progress-callback-function): Show the percentage.
395
396 2006-09-15  Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
397
398         * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo.
399
400 2006-09-13  Daiki Ueno  <ueno@unixuser.org>
401
402         * epg-config.el (epg-passphrase-coding-system): Renamed from
403         epg-locale-coding-system.
404
405 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
406
407         * epa-file.el (epa-file-decode-and-insert): New function which
408         utilizes decode-coding-inserted-region if available.
409         (epa-file-insert-file-contents): Use it.
410
411         * epg.el (epg--start): Specify --enable-progress-filter in
412         imitation of GPGME.
413         (epg-progress-callback-function): Remove a couple of %%'s.
414
415 2006-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * epg-config.el (epg-configuration): Fixed the last change;
418         collect configuration other than group and algorithm.
419
420 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
421
422         * epg-config.el (epg-debug): Moved from epg.el.
423         (epg-configuration): Parse group configuration.
424         (epg-expand-group): New function.
425
426 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
427
428         * EasyPG: Version 0.0.5 released.
429         * epg.el (epg-version-number): Bump up.
430         * configure.ac: Bump up version.
431
432 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
433
434         * epg-config.el (epg-locale-coding-system): New user option.
435
436         * epg.el (epg--list-keys-1): Respect epg-gpg-home-directory.
437         (epg--clear-string): New function.
438         (epg--status-GET_HIDDEN): Encode passphrase with
439         terminal-coding-system.
440
441         * epg-config.el (epg-gpg-minimum-version): New constant.
442         (epg-config--parse-version): New function.
443         (epg-config--compare-version): New function.
444         (epg-configuration): Respect epg-gpg-home-directory.
445
446 2006-09-03  Daiki Ueno  <ueno@unixuser.org>
447
448         * epg-config.el: New file; moved GnuPG configuration check from
449         epg.el.
450
451 2006-09-02  Daiki Ueno  <ueno@unixuser.org>
452
453         * epg.el (epg-check-configuration): New function.
454         (epg-gpg-home-directory): New user option.
455
456         * pgg-epg.el (pgg-epg-lookup-key): New function.
457
458 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
459
460         * EasyPG: Version 0.0.4 released.
461         * epg.el (epg-version-number): Bump up.
462         * configure.ac: Bump up version.
463
464 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
465
466         * acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable.
467
468 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
469
470         * epg.el (epg-start-encrypt): Extract primary key ID from
471         epg-context-signers.
472         Thanks to Steve Youngs <steve@sxemacs.org>
473
474         * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't
475         give CONTEXT to epg-list-keys.
476         Thanks to Steve Youngs <steve@sxemacs.org>
477
478 2006-07-18  Daiki Ueno  <ueno@unixuser.org>
479
480         * epg-pgp50i.el (epg-pgp50i--process-filter): Use
481         epg-process-filter-running instead of epg-pgp50i-status; Don't
482         save-excursion during handler execution.
483         (epg-pgp50i--read-line): Renamed from epg-pgp50i--wait-for-line;
484         don't allow process input.
485         (epg-pgp50i--parse-time): New function.
486         (epg-pgp50i--status-BAD_SIGNATURE): New function.
487
488         * epg.el (epg--process-filter): Don't save-excursion during
489         handler execution.
490
491 2006-07-18  Daiki Ueno  <ueno@unixuser.org>
492
493         * acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG.
494
495         * epg.el (epg-process-filter-running): New variable.
496         (epg--start): Setup epg-process-filter-running.
497         (epg--process-filter): Allow only one status handler to run at a
498         time; update epg-read-point everytime the point changes.
499
500 2006-07-14  Daiki Ueno  <ueno@unixuser.org>
501
502         * epg-pgp50i.el: New file.
503
504 2006-07-13  Daiki Ueno  <ueno@unixuser.org>
505
506         * acinclude.m4 (AC_PATH_GPG): New macro.
507         * configure.ac: Check gpg version.
508         Suggested by Max Froumentin <max@lapin-bleu.net>
509
510 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
511
512         * epg.el (epg--status-ERRSIG): Don't remove the last verify-result.
513         (epg-signature-to-string): Remove a trailing whitespace.
514
515         * epa.el (epa-keys-mode-map): Bind return to epa-toggle-mark.
516         (epa-toggle-mark): New command.
517
518 2006-07-04  Daiki Ueno  <ueno@unixuser.org>
519
520         * pgg-epg.el (pgg-epg-sign-region): Select the signing key matched
521         with pgg-default-user-id.
522         Reported by Elias Oltmanns <oltmanns@uni-bonn.de>
523
524 2006-07-01  Daiki Ueno  <ueno@unixuser.org>
525
526         * epa.el (epa-select-keys): If SECRET is specified, select a
527         primary secret key by default.
528
529 2006-06-29  Daiki Ueno  <ueno@unixuser.org>
530
531         * EasyPG: Version 0.0.3 released.
532         * epg.el (epg-version-number): Bump up.
533         * configure.ac: Bump up version.
534
535 2006-06-12  Daiki Ueno  <ueno@unixuser.org>
536
537         * epa-file.el (epa-file-insert-file-contents): Don't move the
538         point to the end of the inserted region.
539         Reported by doug <douglas.bagley@gmail.com>
540
541 2006-06-01  Daiki Ueno  <ueno@unixuser.org>
542
543         * epa-file.el (epa-file-insert-file-contents): Support partial read.
544
545 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * epa-file.el (epa-file-write-region): Encode the plain text with
548         coding-system-for-write.
549
550 2006-05-30  Daiki Ueno  <ueno@unixuser.org>
551
552         * epa-file.el (epa-file-insert-file-contents):
553         Decode the decrypted text with coding-system-for-read.
554
555 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
556
557         * EasyPG: Version 0.0.2 released.
558         * epg.el (epg-version-number): Bump up.
559         * configure.ac: Bump up version.
560
561 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
562
563         * epg.el (epg--time-from-seconds): New function.
564         (epg--status-ERRSIG): Convert seconds from epoch to encoded-time.
565         (epg--status-VALIDSIG): Ditto.
566         (epg--status-KEYEXPIRED): Ditto.
567
568 2006-05-28  Daiki Ueno  <ueno@unixuser.org>
569
570         * epg.el (epg-start-import-keys): Don't specify filename if keys
571         is a string data.
572
573 2006-05-27  Daiki Ueno  <ueno@unixuser.org>
574
575         * epg.el (epg--process-filter): Pass epg-context instead of
576         process to status handlers.
577         (epg--status-NO_PUBKEY): Check if the previous signature's key-id
578         matches with the given key-id.
579
580 2006-05-26  Daiki Ueno  <ueno@unixuser.org>
581
582         * epg.el (epg--status-NO_PUBKEY): Replace the previous signature's
583         status from 'error to 'no-pubkey.
584         (epg--status-ERRSIG): Just add 'error signature to the verify result.
585
586         * epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
587         disable inhibit-quit here; make text-properties nonsticky.
588         (epa-popup-info-window): New user option.
589         (epa-info-window-height): New user option.
590         (epa-display-verify-result): New function.
591         (epa-decrypt-file): Use it.
592         (epa-verify-file): Use it.
593         (epa-decrypt-region): Use it.
594         (epa-verify-region): Use it.
595
596         * epg.el (epg-make-context): New slot "operation".
597         (epg-passphrase-callback-function): Confirm passphrase when
598         performing symmetric encryption.
599
600 2006-05-25  Daiki Ueno  <ueno@unixuser.org>
601
602         * epa.el (epa-decrypt-file): Display verify result if the message
603         is signed.
604         (epa-decrypt-region): New command.
605         (epa-verify-region): New command.
606         (epa-decrypt-armor-in-region): New command.
607         (epa-verify-armor-in-region): New command.
608         (epa-sign-region): New command.
609         (epa-encrypt-region): New command.
610
611 2006-05-11  Daiki Ueno  <ueno@unixuser.org>
612
613         * epa.el (epa-armor): New user option.
614         (epa-textmode): New user option.
615
616 2006-05-02  Daiki Ueno  <ueno@unixuser.org>
617
618         * epg.el (epg-make-key-signature): New object epg-key-signature.
619         (epg-list-keys): Collect key signatures.
620         (epg-make-sub-key): Renamed secret -> secret-p.
621         (epg-list-keys-postprocess-one-key): Abolished.
622         (epg-list-keys): Reverse all keys, sub-keys, user-ids, and key
623         signatures by itself.
624         (epg-no-data-reason-alist): New constant.
625         (epg-unexpected-reason-alist): New constant.
626
627 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
628
629         * epg.el (epg-invalid-recipients-reason-alist): Renamed.
630         (epg-delete-problem-reason-alist): Renamed.
631         (epg-import-ok-reason-alist): New constant.
632         (epg-import-problem-reason-alist): New constant.
633         (epg-status-IMPORTED): New function.
634         (epg-status-IMPORT_OK): New function.
635         (epg-status-IMPORT_PROBLEM): New function.
636         (epg-start-import-keys): Don't use a temporary output file.
637         (epg-start-receive-keys): New function.
638         (epg-import-keys-from-server): New function.
639         (epg-receive-keys): Alias to epg-import-keys-from-server.
640
641 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
642
643         * epg.el (epg-start): Signal an error if the process of CONTEXT is
644         already running for other operations.
645         (epg-flush): Abolished.
646         (epg-start-generate-key): New function.
647         (epg-generate-key-from-file): New function.
648         (epg-generate-key-from-string): New function.
649         (epg-status-KEY_CREATED): New function.
650         (epg-status-KEY_NOT_CREATED): New function.
651         (epg-new-signature-type-alist): New variable.
652         (epg-make-new-signature): New object epg-new-signature.
653         (epg-status-SIG_CREATED): Set epg-new-signature object.
654         (epg-new-signature-to-string): New function.
655         (epg-make-signature): Added slots for signature class and version.
656         (epg-start-sign): Fixed rule of the MODE argument.
657
658 2006-04-30  Daiki Ueno  <ueno@unixuser.org>
659
660         * epa.el (epa-delete-keys): Support deletion of secret keys.
661
662         * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
663         decrypted text.
664
665         * epg.el (epg-read-output): Don't convert line endings of the
666         output file.
667         (epg-cancel): Set 'error result.
668
669 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
670
671         * epg.el (epg-make-signature): Removed user-id; added
672         creation-time, expiration-time, pubkey-algorithm,
673         digest-algorithm.
674         (epg-process-sentinel): Abolished.
675         (epg-signature-to-string): Decode DN.
676         (epg-list-keys): Cache user-id in epg-user-id-alist.
677         (epg-make-user-id): Renamed name -> string.
678
679 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
680
681         * epg.el (epg-status-ERRSIG): New function.
682         (epg-verify-file): Signal an error if we encounter ERRSIG status.
683         (epg-verify-string): Ditto.
684
685 2006-04-28  Daiki Ueno  <ueno@unixuser.org>
686
687         * epg.el: Added typecheck to accessors to objects.
688
689 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
690
691         * epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
692         argument of passphrase-callback.
693         (epg-status-PROGRESS): Ditto.
694
695 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
696
697         * epa.el (epa-select-keys): Don't set inhibit-quit when
698         recursive-edit is called.
699         (epg-cancel): New function.
700
701 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
702
703         * epg.el (epg-process-sentinel): New function; set 'error if gpg
704         process exited abnormally, but we have not received an error
705         response from it.
706         (epg-sign-file): Signal an error only when a signature is not
707         created.
708         (epg-sign-string): Ditto.
709         (epg-encrypt-file): Signal an error if SIGN is specified and
710         signature is not created.
711         (epg-encrypt-string): Ditto.
712
713 2006-04-22  Daiki Ueno  <ueno@unixuser.org>
714
715         * epa.el (epa-key-widget-value-create): Decode DN.
716         (epa-list-keys): Add the PROTOCOL argument.
717         (epa-select-keys): Require CONTEXT as the first argument.
718
719         * epg.el (epg-gpgsm-program): New user option.
720         (epg-dn-type-alist): New variable.
721         (epg-start): Don't specify --command-fd if protocol is CMS.
722         (epg-list-keys): Require CONTEXT as the first argument.
723         (epg-dn-from-string): New function.
724         (epg-decode-dn): New function.
725
726 2006-04-21  Daiki Ueno  <ueno@unixuser.org>
727
728         * epa.el (epa-sign-keys): New command.
729
730         * epg.el (epg-start-sign-keys): New function.
731         (epg-sign-keys): New function.
732         (epg-status-GET_HIDDEN): Enable local quit.
733         (epg-status-GET_BOOL): Ditto.
734         (epg-status-GET_LINE): Ditto.
735
736 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
737
738         * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
739         region.
740
741 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
742
743         * pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
744         (pgg-epg-passphrase-callback): New function.
745
746         * epa.el (epa-select-keys): Added "Cancel" button.
747
748 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
749
750         * epg.el (epg-signature-to-string): New function.
751
752 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
753
754         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
755         key objects.
756         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
757         key objects.
758
759         * epa.el (epa-select-keys): Added MODE argument.
760         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
761
762         * epg.el (epg-status-SIG_CREATED): New function.
763         (epg-start-sign): epg-context-signers is now a list of key objects.
764         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
765
766 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
767
768         * epa.el (epa-verify-file): Show results in minibuffer.
769         * epg.el (epg-debug-buffer): New variable.
770         (epg-flush): New function.
771
772 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
773
774         * epa.el (epa-export-keys): New command.
775         * epg.el (epg-start-export-keys): Accept a list of epg-key object
776         instead of a regexp.
777
778 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
779
780         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
781         (epa-import-key): New command.
782
783         * epg.el (epg-delete-problem-alist): New constant.
784         (epg-status-DELETE_PROBLEM): New function.
785         (epg-start-delete-key): New function.
786         (epg-delete-key): New function.
787         (epg-wait-for-completion): Add the NO-EOF argument.
788
789 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
790
791         * epg.el (epg-start): Insert the command-line arguments to the
792         debug buffer.
793         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
794         (epg-start-delete-key): New function.
795         (epg-delete-key): New function.
796
797         * epa.el (epa-key): New widget.
798         (epa-key-widget-action): New function.
799         (epa-key-widget-value-create): New function.
800         (epa-key-widget-button-face-get): New function.
801         (epa-key-widget-help-echo): New function.
802
803 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
804
805         * epa-file.el (epa-file-write-region): Check if START is a string.
806
807 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
808
809         * epa-file.el: Rewritten with file-name-handler.
810         (epa-file-handler): New variable.
811         (epa-file-enable): New command.
812         (epa-file-disable): New command.
813
814         * epa-setup.el: Call epa-file-enable.
815
816 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
817
818         * epa-file.el (epa-passphrase): New variable.
819         (epa-file-passphrase-callback-function): New function.
820         (epa-find-file): Reset buffer-undo-list; set
821         buffer-file-coding-system to last-coding-system-used after
822         decoding.
823
824 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
825
826         * epa-file.el (epa-write-file): Try to write region to "/" to get
827         last-coding-system-used to be set.
828
829 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
830
831         * epa-file.el: New implementation of epf.el.
832
833         * epf.el: Abolished.
834
835 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
836
837         * epa.el (epa-verify-file): Display verify result.
838
839         * epg.el (epg-invalid-recipients-alist): New variable.
840         (epg-status-INV_RECP): New function.
841         (epg-status-NO_RECP): New function.
842
843         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
844         epa-verify-file, epa-sign-file, and epa-encrypt-file.
845         (epa-decrypt-file): New function imported from epa-dired.el.
846         (epa-verify-file): New function imported from epa-dired.el.
847         (epa-sign-file): New function imported from epa-dired.el.
848         (epa-encrypt-file): New function imported from epa-dired.el.
849
850 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
851
852         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
853         recursive-edit.
854         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
855
856 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
857
858         * epa-setup.el: New file.
859         * epa-dired.el: New file.
860
861         * epg.el (epg-colons-pub-spec): Abolished.
862         (epg-colons-sec-spec): Abolished.
863         (epg-colons-uid-spec): Abolished.
864         (epg-colons-fpr-spec): Abolished.
865         (epg-key-validity-alist): New variable.
866         (epg-key-capablity-alist): New variable.
867         (epg-make-key): New object epg-key.
868         (epg-make-sub-key): New object epg-sub-key.
869         (epg-make-user-id): New object epg-user-id.
870         (epg-list-keys-1): Renamed from epg-list-keys.
871         (epg-list-keys): Rewritten.
872
873 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
874
875         * epg.el (epg-list-keys): Make the NAME argument optional.
876
877 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
878
879         * epa.el: Added header.
880
881         * epg.el (epg-list-keys): Specify --with-fingerprint.
882         (epg-colons-fpr-spec): New variable.
883         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
884         owner-trust.
885         (epg-colons-sec-spec): Ditto.
886         (epg-colons-uid-spec): Renamed trust -> validity.
887
888 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
889
890         * epa.el: New file.
891
892         * epg.el (epg-cipher-algorithm-alist): New constant.
893         (epg-pubkey-algorithm-alist): New constant.
894         (epg-digest-algorithm-alist): New constant.
895         (epg-compress-algorithm-alist): New constant.
896         (epg-configuration): New function.
897         (epg-start): Don't specify --yes.
898
899 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
900
901         * epg.el (epg-make-data-from-file): New function.
902         (epg-make-data-from-string): New function.
903         (epg-data-file): New function.
904         (epg-data-string): New function.
905         (epg-start-decrypt): Get a cipher text from a data object.
906         (epg-delete-output-file): New function.
907         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
908         the output goes.
909         (epg-start-verify): Get a signature and signed-text from a data
910         object.
911         (epg-verify-file): Added the 3rd argument PLAIN to specify where
912         the output goes; return the plain text if PLAIN is nil.
913         (epg-verify-string): Return the plain text.
914         (epg-start-sign): Get a plain text from a data object.
915         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
916         the output goes.
917         (epg-start-encrypt): Get a plain text from a data object.
918         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
919         the output goes.
920         (epg-start-import-keys): Get keys from a data object.
921         (epg-import-keys-1): New function.
922         (epg-import-keys-from-file): Use it.
923         (epg-import-keys-from-string): Use it.
924
925 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
926
927         * epf.el: Renamed from epg-file.el.
928
929 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
930
931         * epg.el (epg-status-GET_BOOL): New function.
932         (epg-status-GET_LINE): New function.
933         (epg-prompt-alist): New variable, to be filled.
934
935         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
936         * epg.el (epg-signature-fingerprint): New function.
937         (epg-signature-set-fingerprint): New function.
938         (epg-status-VALIDSIG): New function.
939
940         * epg.el (epg-reset): Don't reset result.
941         (epg-start-decrypt): Reset result before epg-start.
942         (epg-start-verify): Ditto.
943         (epg-start-sign): Ditto.
944         (epg-start-encrypt): Ditto.
945         (epg-start-export-keys): Ditto.
946         (epg-start-import-keys): Ditto.
947
948         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
949         * pgg-epg.el: New file.
950
951         * epg.el (epg-start-export-keys): New function.
952         (epg-export-keys): New function.
953         (epg-start-import-keys): New function.
954         (epg-import-keys): New function.
955         (epg-verify-file): New function.
956
957         * epg-file.el (epg-file-write-region): Support public key encryption.
958
959         * epg.el (epg-passphrase-callback-function): Always display key-id.
960