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