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