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