OSDN Git Service

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