OSDN Git Service

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