OSDN Git Service

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