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