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