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