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