OSDN Git Service

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