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