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