OSDN Git Service

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