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