OSDN Git Service

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