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