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