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