OSDN Git Service

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