OSDN Git Service

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