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