OSDN Git Service

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