OSDN Git Service

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