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