OSDN Git Service

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