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