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