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