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