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