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