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