OSDN Git Service

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