OSDN Git Service

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