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