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