OSDN Git Service

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