OSDN Git Service

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