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