OSDN Git Service

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