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