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