OSDN Git Service

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