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