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