OSDN Git Service

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