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