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