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