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