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