OSDN Git Service

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