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