* epg.el (epg--list-keys-1): Respect epg-gpg-home-directory.
[elisp/epg.git] / ChangeLog
1 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
2
3         * epg.el (epg--list-keys-1): Respect epg-gpg-home-directory.
4         (epg--clear-string): New function.
5         (epg--status-GET_HIDDEN): Encode passphrase with
6         terminal-coding-system.
7
8         * epg-config.el (epg-gpg-minimum-version): New constant.
9         (epg-config--parse-version): New function.
10         (epg-config--compare-version): New function.
11         (epg-configuration): Respect epg-gpg-home-directory.
12
13 2006-09-03  Daiki Ueno  <ueno@unixuser.org>
14
15         * epg-config.el: New file; moved GnuPG configuration check from
16         epg.el.
17
18 2006-09-02  Daiki Ueno  <ueno@unixuser.org>
19
20         * epg.el (epg-check-configuration): New function.
21         (epg-gpg-home-directory): New user option.
22
23         * pgg-epg.el (pgg-epg-lookup-key): New function.
24
25 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
26
27         * EasyPG: Version 0.0.4 released.
28         * epg.el (epg-version-number): Bump up.
29         * configure.ac: Bump up version.
30
31 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
32
33         * acinclude.m4 (AC_CHECK_GPG): Run $3 if there is no gpg executable.
34
35 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
36
37         * epg.el (epg-start-encrypt): Extract primary key ID from
38         epg-context-signers.
39         Thanks to Steve Youngs <steve@sxemacs.org>
40
41         * pgg-epg.el (pgg-epg-encrypt-region): Fixed a bug; it didn't
42         give CONTEXT to epg-list-keys.
43         Thanks to Steve Youngs <steve@sxemacs.org>
44
45 2006-07-18  Daiki Ueno  <ueno@unixuser.org>
46
47         * epg-pgp50i.el (epg-pgp50i--process-filter): Use
48         epg-process-filter-running instead of epg-pgp50i-status; Don't
49         save-excursion during handler execution.
50         (epg-pgp50i--read-line): Renamed from epg-pgp50i--wait-for-line;
51         don't allow process input.
52         (epg-pgp50i--parse-time): New function.
53         (epg-pgp50i--status-BAD_SIGNATURE): New function.
54
55         * epg.el (epg--process-filter): Don't save-excursion during
56         handler execution.
57
58 2006-07-18  Daiki Ueno  <ueno@unixuser.org>
59
60         * acinclude.m4 (AC_CHECK_GPG): Renamed from AC_PATH_GPG.
61
62         * epg.el (epg-process-filter-running): New variable.
63         (epg--start): Setup epg-process-filter-running.
64         (epg--process-filter): Allow only one status handler to run at a
65         time; update epg-read-point everytime the point changes.
66
67 2006-07-14  Daiki Ueno  <ueno@unixuser.org>
68
69         * epg-pgp50i.el: New file.
70
71 2006-07-13  Daiki Ueno  <ueno@unixuser.org>
72
73         * acinclude.m4 (AC_PATH_GPG): New macro.
74         * configure.ac: Check gpg version.
75         Suggested by Max Froumentin <max@lapin-bleu.net>
76
77 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
78
79         * epg.el (epg--status-ERRSIG): Don't remove the last verify-result.
80         (epg-signature-to-string): Remove a trailing whitespace.
81
82         * epa.el (epa-keys-mode-map): Bind return to epa-toggle-mark.
83         (epa-toggle-mark): New command.
84
85 2006-07-04  Daiki Ueno  <ueno@unixuser.org>
86
87         * pgg-epg.el (pgg-epg-sign-region): Select the signing key matched
88         with pgg-default-user-id.
89         Reported by Elias Oltmanns <oltmanns@uni-bonn.de>
90
91 2006-07-01  Daiki Ueno  <ueno@unixuser.org>
92
93         * epa.el (epa-select-keys): If SECRET is specified, select a
94         primary secret key by default.
95
96 2006-06-29  Daiki Ueno  <ueno@unixuser.org>
97
98         * EasyPG: Version 0.0.3 released.
99         * epg.el (epg-version-number): Bump up.
100         * configure.ac: Bump up version.
101
102 2006-06-12  Daiki Ueno  <ueno@unixuser.org>
103
104         * epa-file.el (epa-file-insert-file-contents): Don't move the
105         point to the end of the inserted region.
106         Reported by doug <douglas.bagley@gmail.com>
107
108 2006-06-01  Daiki Ueno  <ueno@unixuser.org>
109
110         * epa-file.el (epa-file-insert-file-contents): Support partial read.
111
112 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
113
114         * epa-file.el (epa-file-write-region): Encode the plain text with
115         coding-system-for-write.
116
117 2006-05-30  Daiki Ueno  <ueno@unixuser.org>
118
119         * epa-file.el (epa-file-insert-file-contents):
120         Decode the decrypted text with coding-system-for-read.
121
122 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
123
124         * EasyPG: Version 0.0.2 released.
125         * epg.el (epg-version-number): Bump up.
126         * configure.ac: Bump up version.
127
128 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
129
130         * epg.el (epg--time-from-seconds): New function.
131         (epg--status-ERRSIG): Convert seconds from epoch to encoded-time.
132         (epg--status-VALIDSIG): Ditto.
133         (epg--status-KEYEXPIRED): Ditto.
134
135 2006-05-28  Daiki Ueno  <ueno@unixuser.org>
136
137         * epg.el (epg-start-import-keys): Don't specify filename if keys
138         is a string data.
139
140 2006-05-27  Daiki Ueno  <ueno@unixuser.org>
141
142         * epg.el (epg--process-filter): Pass epg-context instead of
143         process to status handlers.
144         (epg--status-NO_PUBKEY): Check if the previous signature's key-id
145         matches with the given key-id.
146
147 2006-05-26  Daiki Ueno  <ueno@unixuser.org>
148
149         * epg.el (epg--status-NO_PUBKEY): Replace the previous signature's
150         status from 'error to 'no-pubkey.
151         (epg--status-ERRSIG): Just add 'error signature to the verify result.
152
153         * epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
154         disable inhibit-quit here; make text-properties nonsticky.
155         (epa-popup-info-window): New user option.
156         (epa-info-window-height): New user option.
157         (epa-display-verify-result): New function.
158         (epa-decrypt-file): Use it.
159         (epa-verify-file): Use it.
160         (epa-decrypt-region): Use it.
161         (epa-verify-region): Use it.
162
163         * epg.el (epg-make-context): New slot "operation".
164         (epg-passphrase-callback-function): Confirm passphrase when
165         performing symmetric encryption.
166
167 2006-05-25  Daiki Ueno  <ueno@unixuser.org>
168
169         * epa.el (epa-decrypt-file): Display verify result if the message
170         is signed.
171         (epa-decrypt-region): New command.
172         (epa-verify-region): New command.
173         (epa-decrypt-armor-in-region): New command.
174         (epa-verify-armor-in-region): New command.
175         (epa-sign-region): New command.
176         (epa-encrypt-region): New command.
177
178 2006-05-11  Daiki Ueno  <ueno@unixuser.org>
179
180         * epa.el (epa-armor): New user option.
181         (epa-textmode): New user option.
182
183 2006-05-02  Daiki Ueno  <ueno@unixuser.org>
184
185         * epg.el (epg-make-key-signature): New object epg-key-signature.
186         (epg-list-keys): Collect key signatures.
187         (epg-make-sub-key): Renamed secret -> secret-p.
188         (epg-list-keys-postprocess-one-key): Abolished.
189         (epg-list-keys): Reverse all keys, sub-keys, user-ids, and key
190         signatures by itself.
191         (epg-no-data-reason-alist): New constant.
192         (epg-unexpected-reason-alist): New constant.
193
194 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
195
196         * epg.el (epg-invalid-recipients-reason-alist): Renamed.
197         (epg-delete-problem-reason-alist): Renamed.
198         (epg-import-ok-reason-alist): New constant.
199         (epg-import-problem-reason-alist): New constant.
200         (epg-status-IMPORTED): New function.
201         (epg-status-IMPORT_OK): New function.
202         (epg-status-IMPORT_PROBLEM): New function.
203         (epg-start-import-keys): Don't use a temporary output file.
204         (epg-start-receive-keys): New function.
205         (epg-import-keys-from-server): New function.
206         (epg-receive-keys): Alias to epg-import-keys-from-server.
207
208 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
209
210         * epg.el (epg-start): Signal an error if the process of CONTEXT is
211         already running for other operations.
212         (epg-flush): Abolished.
213         (epg-start-generate-key): New function.
214         (epg-generate-key-from-file): New function.
215         (epg-generate-key-from-string): New function.
216         (epg-status-KEY_CREATED): New function.
217         (epg-status-KEY_NOT_CREATED): New function.
218         (epg-new-signature-type-alist): New variable.
219         (epg-make-new-signature): New object epg-new-signature.
220         (epg-status-SIG_CREATED): Set epg-new-signature object.
221         (epg-new-signature-to-string): New function.
222         (epg-make-signature): Added slots for signature class and version.
223         (epg-start-sign): Fixed rule of the MODE argument.
224
225 2006-04-30  Daiki Ueno  <ueno@unixuser.org>
226
227         * epa.el (epa-delete-keys): Support deletion of secret keys.
228
229         * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
230         decrypted text.
231
232         * epg.el (epg-read-output): Don't convert line endings of the
233         output file.
234         (epg-cancel): Set 'error result.
235
236 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
237
238         * epg.el (epg-make-signature): Removed user-id; added
239         creation-time, expiration-time, pubkey-algorithm,
240         digest-algorithm.
241         (epg-process-sentinel): Abolished.
242         (epg-signature-to-string): Decode DN.
243         (epg-list-keys): Cache user-id in epg-user-id-alist.
244         (epg-make-user-id): Renamed name -> string.
245
246 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
247
248         * epg.el (epg-status-ERRSIG): New function.
249         (epg-verify-file): Signal an error if we encounter ERRSIG status.
250         (epg-verify-string): Ditto.
251
252 2006-04-28  Daiki Ueno  <ueno@unixuser.org>
253
254         * epg.el: Added typecheck to accessors to objects.
255
256 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
257
258         * epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
259         argument of passphrase-callback.
260         (epg-status-PROGRESS): Ditto.
261
262 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
263
264         * epa.el (epa-select-keys): Don't set inhibit-quit when
265         recursive-edit is called.
266         (epg-cancel): New function.
267
268 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
269
270         * epg.el (epg-process-sentinel): New function; set 'error if gpg
271         process exited abnormally, but we have not received an error
272         response from it.
273         (epg-sign-file): Signal an error only when a signature is not
274         created.
275         (epg-sign-string): Ditto.
276         (epg-encrypt-file): Signal an error if SIGN is specified and
277         signature is not created.
278         (epg-encrypt-string): Ditto.
279
280 2006-04-22  Daiki Ueno  <ueno@unixuser.org>
281
282         * epa.el (epa-key-widget-value-create): Decode DN.
283         (epa-list-keys): Add the PROTOCOL argument.
284         (epa-select-keys): Require CONTEXT as the first argument.
285
286         * epg.el (epg-gpgsm-program): New user option.
287         (epg-dn-type-alist): New variable.
288         (epg-start): Don't specify --command-fd if protocol is CMS.
289         (epg-list-keys): Require CONTEXT as the first argument.
290         (epg-dn-from-string): New function.
291         (epg-decode-dn): New function.
292
293 2006-04-21  Daiki Ueno  <ueno@unixuser.org>
294
295         * epa.el (epa-sign-keys): New command.
296
297         * epg.el (epg-start-sign-keys): New function.
298         (epg-sign-keys): New function.
299         (epg-status-GET_HIDDEN): Enable local quit.
300         (epg-status-GET_BOOL): Ditto.
301         (epg-status-GET_LINE): Ditto.
302
303 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
304
305         * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
306         region.
307
308 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
309
310         * pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
311         (pgg-epg-passphrase-callback): New function.
312
313         * epa.el (epa-select-keys): Added "Cancel" button.
314
315 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
316
317         * epg.el (epg-signature-to-string): New function.
318
319 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
320
321         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
322         key objects.
323         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
324         key objects.
325
326         * epa.el (epa-select-keys): Added MODE argument.
327         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
328
329         * epg.el (epg-status-SIG_CREATED): New function.
330         (epg-start-sign): epg-context-signers is now a list of key objects.
331         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
332
333 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
334
335         * epa.el (epa-verify-file): Show results in minibuffer.
336         * epg.el (epg-debug-buffer): New variable.
337         (epg-flush): New function.
338
339 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
340
341         * epa.el (epa-export-keys): New command.
342         * epg.el (epg-start-export-keys): Accept a list of epg-key object
343         instead of a regexp.
344
345 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
346
347         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
348         (epa-import-key): New command.
349
350         * epg.el (epg-delete-problem-alist): New constant.
351         (epg-status-DELETE_PROBLEM): New function.
352         (epg-start-delete-key): New function.
353         (epg-delete-key): New function.
354         (epg-wait-for-completion): Add the NO-EOF argument.
355
356 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
357
358         * epg.el (epg-start): Insert the command-line arguments to the
359         debug buffer.
360         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
361         (epg-start-delete-key): New function.
362         (epg-delete-key): New function.
363
364         * epa.el (epa-key): New widget.
365         (epa-key-widget-action): New function.
366         (epa-key-widget-value-create): New function.
367         (epa-key-widget-button-face-get): New function.
368         (epa-key-widget-help-echo): New function.
369
370 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
371
372         * epa-file.el (epa-file-write-region): Check if START is a string.
373
374 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
375
376         * epa-file.el: Rewritten with file-name-handler.
377         (epa-file-handler): New variable.
378         (epa-file-enable): New command.
379         (epa-file-disable): New command.
380
381         * epa-setup.el: Call epa-file-enable.
382
383 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
384
385         * epa-file.el (epa-passphrase): New variable.
386         (epa-file-passphrase-callback-function): New function.
387         (epa-find-file): Reset buffer-undo-list; set
388         buffer-file-coding-system to last-coding-system-used after
389         decoding.
390
391 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
392
393         * epa-file.el (epa-write-file): Try to write region to "/" to get
394         last-coding-system-used to be set.
395
396 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
397
398         * epa-file.el: New implementation of epf.el.
399
400         * epf.el: Abolished.
401
402 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
403
404         * epa.el (epa-verify-file): Display verify result.
405
406         * epg.el (epg-invalid-recipients-alist): New variable.
407         (epg-status-INV_RECP): New function.
408         (epg-status-NO_RECP): New function.
409
410         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
411         epa-verify-file, epa-sign-file, and epa-encrypt-file.
412         (epa-decrypt-file): New function imported from epa-dired.el.
413         (epa-verify-file): New function imported from epa-dired.el.
414         (epa-sign-file): New function imported from epa-dired.el.
415         (epa-encrypt-file): New function imported from epa-dired.el.
416
417 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
418
419         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
420         recursive-edit.
421         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
422
423 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
424
425         * epa-setup.el: New file.
426         * epa-dired.el: New file.
427
428         * epg.el (epg-colons-pub-spec): Abolished.
429         (epg-colons-sec-spec): Abolished.
430         (epg-colons-uid-spec): Abolished.
431         (epg-colons-fpr-spec): Abolished.
432         (epg-key-validity-alist): New variable.
433         (epg-key-capablity-alist): New variable.
434         (epg-make-key): New object epg-key.
435         (epg-make-sub-key): New object epg-sub-key.
436         (epg-make-user-id): New object epg-user-id.
437         (epg-list-keys-1): Renamed from epg-list-keys.
438         (epg-list-keys): Rewritten.
439
440 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
441
442         * epg.el (epg-list-keys): Make the NAME argument optional.
443
444 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
445
446         * epa.el: Added header.
447
448         * epg.el (epg-list-keys): Specify --with-fingerprint.
449         (epg-colons-fpr-spec): New variable.
450         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
451         owner-trust.
452         (epg-colons-sec-spec): Ditto.
453         (epg-colons-uid-spec): Renamed trust -> validity.
454
455 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
456
457         * epa.el: New file.
458
459         * epg.el (epg-cipher-algorithm-alist): New constant.
460         (epg-pubkey-algorithm-alist): New constant.
461         (epg-digest-algorithm-alist): New constant.
462         (epg-compress-algorithm-alist): New constant.
463         (epg-configuration): New function.
464         (epg-start): Don't specify --yes.
465
466 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
467
468         * epg.el (epg-make-data-from-file): New function.
469         (epg-make-data-from-string): New function.
470         (epg-data-file): New function.
471         (epg-data-string): New function.
472         (epg-start-decrypt): Get a cipher text from a data object.
473         (epg-delete-output-file): New function.
474         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
475         the output goes.
476         (epg-start-verify): Get a signature and signed-text from a data
477         object.
478         (epg-verify-file): Added the 3rd argument PLAIN to specify where
479         the output goes; return the plain text if PLAIN is nil.
480         (epg-verify-string): Return the plain text.
481         (epg-start-sign): Get a plain text from a data object.
482         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
483         the output goes.
484         (epg-start-encrypt): Get a plain text from a data object.
485         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
486         the output goes.
487         (epg-start-import-keys): Get keys from a data object.
488         (epg-import-keys-1): New function.
489         (epg-import-keys-from-file): Use it.
490         (epg-import-keys-from-string): Use it.
491
492 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
493
494         * epf.el: Renamed from epg-file.el.
495
496 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
497
498         * epg.el (epg-status-GET_BOOL): New function.
499         (epg-status-GET_LINE): New function.
500         (epg-prompt-alist): New variable, to be filled.
501
502         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
503         * epg.el (epg-signature-fingerprint): New function.
504         (epg-signature-set-fingerprint): New function.
505         (epg-status-VALIDSIG): New function.
506
507         * epg.el (epg-reset): Don't reset result.
508         (epg-start-decrypt): Reset result before epg-start.
509         (epg-start-verify): Ditto.
510         (epg-start-sign): Ditto.
511         (epg-start-encrypt): Ditto.
512         (epg-start-export-keys): Ditto.
513         (epg-start-import-keys): Ditto.
514
515         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
516         * pgg-epg.el: New file.
517
518         * epg.el (epg-start-export-keys): New function.
519         (epg-export-keys): New function.
520         (epg-start-import-keys): New function.
521         (epg-import-keys): New function.
522         (epg-verify-file): New function.
523
524         * epg-file.el (epg-file-write-region): Support public key encryption.
525
526         * epg.el (epg-passphrase-callback-function): Always display key-id.
527