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