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