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