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