OSDN Git Service

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