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