OSDN Git Service

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