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