OSDN Git Service

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