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