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