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