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