OSDN Git Service

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