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