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