OSDN Git Service

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