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