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