* epa-file.el (epa-file-insert-file-contents): Don't move the
[elisp/epg.git] / ChangeLog
1 2006-06-12  Daiki Ueno  <ueno@unixuser.org>
2
3         * epa-file.el (epa-file-insert-file-contents): Don't move the
4         point to the end of the inserted region.
5         Reported by doug <douglas.bagley@gmail.com>
6
7 2006-06-01  Daiki Ueno  <ueno@unixuser.org>
8
9         * epa-file.el (epa-file-insert-file-contents): Support partial read.
10
11 2006-05-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * epa-file.el (epa-file-write-region): Encode the plain text with
14         coding-system-for-write.
15
16 2006-05-30  Daiki Ueno  <ueno@unixuser.org>
17
18         * epa-file.el (epa-file-insert-file-contents):
19         Decode the decrypted text with coding-system-for-read.
20
21 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
22
23         * EasyPG: Version 0.0.2 released.
24         * epg.el (epg-version-number): Bump up.
25         * configure.ac: Bump up version.
26
27 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
28
29         * epg.el (epg--time-from-seconds): New function.
30         (epg--status-ERRSIG): Convert seconds from epoch to encoded-time.
31         (epg--status-VALIDSIG): Ditto.
32         (epg--status-KEYEXPIRED): Ditto.
33
34 2006-05-28  Daiki Ueno  <ueno@unixuser.org>
35
36         * epg.el (epg-start-import-keys): Don't specify filename if keys
37         is a string data.
38
39 2006-05-27  Daiki Ueno  <ueno@unixuser.org>
40
41         * epg.el (epg--process-filter): Pass epg-context instead of
42         process to status handlers.
43         (epg--status-NO_PUBKEY): Check if the previous signature's key-id
44         matches with the given key-id.
45
46 2006-05-26  Daiki Ueno  <ueno@unixuser.org>
47
48         * epg.el (epg--status-NO_PUBKEY): Replace the previous signature's
49         status from 'error to 'no-pubkey.
50         (epg--status-ERRSIG): Just add 'error signature to the verify result.
51
52         * epa.el (epa-insert-keys): Renamed from epa-list-keys-1; don't
53         disable inhibit-quit here; make text-properties nonsticky.
54         (epa-popup-info-window): New user option.
55         (epa-info-window-height): New user option.
56         (epa-display-verify-result): New function.
57         (epa-decrypt-file): Use it.
58         (epa-verify-file): Use it.
59         (epa-decrypt-region): Use it.
60         (epa-verify-region): Use it.
61
62         * epg.el (epg-make-context): New slot "operation".
63         (epg-passphrase-callback-function): Confirm passphrase when
64         performing symmetric encryption.
65
66 2006-05-25  Daiki Ueno  <ueno@unixuser.org>
67
68         * epa.el (epa-decrypt-file): Display verify result if the message
69         is signed.
70         (epa-decrypt-region): New command.
71         (epa-verify-region): New command.
72         (epa-decrypt-armor-in-region): New command.
73         (epa-verify-armor-in-region): New command.
74         (epa-sign-region): New command.
75         (epa-encrypt-region): New command.
76
77 2006-05-11  Daiki Ueno  <ueno@unixuser.org>
78
79         * epa.el (epa-armor): New user option.
80         (epa-textmode): New user option.
81
82 2006-05-02  Daiki Ueno  <ueno@unixuser.org>
83
84         * epg.el (epg-make-key-signature): New object epg-key-signature.
85         (epg-list-keys): Collect key signatures.
86         (epg-make-sub-key): Renamed secret -> secret-p.
87         (epg-list-keys-postprocess-one-key): Abolished.
88         (epg-list-keys): Reverse all keys, sub-keys, user-ids, and key
89         signatures by itself.
90         (epg-no-data-reason-alist): New constant.
91         (epg-unexpected-reason-alist): New constant.
92
93 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
94
95         * epg.el (epg-invalid-recipients-reason-alist): Renamed.
96         (epg-delete-problem-reason-alist): Renamed.
97         (epg-import-ok-reason-alist): New constant.
98         (epg-import-problem-reason-alist): New constant.
99         (epg-status-IMPORTED): New function.
100         (epg-status-IMPORT_OK): New function.
101         (epg-status-IMPORT_PROBLEM): New function.
102         (epg-start-import-keys): Don't use a temporary output file.
103         (epg-start-receive-keys): New function.
104         (epg-import-keys-from-server): New function.
105         (epg-receive-keys): Alias to epg-import-keys-from-server.
106
107 2006-05-01  Daiki Ueno  <ueno@unixuser.org>
108
109         * epg.el (epg-start): Signal an error if the process of CONTEXT is
110         already running for other operations.
111         (epg-flush): Abolished.
112         (epg-start-generate-key): New function.
113         (epg-generate-key-from-file): New function.
114         (epg-generate-key-from-string): New function.
115         (epg-status-KEY_CREATED): New function.
116         (epg-status-KEY_NOT_CREATED): New function.
117         (epg-new-signature-type-alist): New variable.
118         (epg-make-new-signature): New object epg-new-signature.
119         (epg-status-SIG_CREATED): Set epg-new-signature object.
120         (epg-new-signature-to-string): New function.
121         (epg-make-signature): Added slots for signature class and version.
122         (epg-start-sign): Fixed rule of the MODE argument.
123
124 2006-04-30  Daiki Ueno  <ueno@unixuser.org>
125
126         * epa.el (epa-delete-keys): Support deletion of secret keys.
127
128         * pgg-epg.el (pgg-epg-decrypt-region): Convert line endings of the
129         decrypted text.
130
131         * epg.el (epg-read-output): Don't convert line endings of the
132         output file.
133         (epg-cancel): Set 'error result.
134
135 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
136
137         * epg.el (epg-make-signature): Removed user-id; added
138         creation-time, expiration-time, pubkey-algorithm,
139         digest-algorithm.
140         (epg-process-sentinel): Abolished.
141         (epg-signature-to-string): Decode DN.
142         (epg-list-keys): Cache user-id in epg-user-id-alist.
143         (epg-make-user-id): Renamed name -> string.
144
145 2006-04-29  Daiki Ueno  <ueno@unixuser.org>
146
147         * epg.el (epg-status-ERRSIG): New function.
148         (epg-verify-file): Signal an error if we encounter ERRSIG status.
149         (epg-verify-string): Ditto.
150
151 2006-04-28  Daiki Ueno  <ueno@unixuser.org>
152
153         * epg.el: Added typecheck to accessors to objects.
154
155 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
156
157         * epg.el (epg-status-GET_HIDDEN): Pass epg-context as the first
158         argument of passphrase-callback.
159         (epg-status-PROGRESS): Ditto.
160
161 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
162
163         * epa.el (epa-select-keys): Don't set inhibit-quit when
164         recursive-edit is called.
165         (epg-cancel): New function.
166
167 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
168
169         * epg.el (epg-process-sentinel): New function; set 'error if gpg
170         process exited abnormally, but we have not received an error
171         response from it.
172         (epg-sign-file): Signal an error only when a signature is not
173         created.
174         (epg-sign-string): Ditto.
175         (epg-encrypt-file): Signal an error if SIGN is specified and
176         signature is not created.
177         (epg-encrypt-string): Ditto.
178
179 2006-04-22  Daiki Ueno  <ueno@unixuser.org>
180
181         * epa.el (epa-key-widget-value-create): Decode DN.
182         (epa-list-keys): Add the PROTOCOL argument.
183         (epa-select-keys): Require CONTEXT as the first argument.
184
185         * epg.el (epg-gpgsm-program): New user option.
186         (epg-dn-type-alist): New variable.
187         (epg-start): Don't specify --command-fd if protocol is CMS.
188         (epg-list-keys): Require CONTEXT as the first argument.
189         (epg-dn-from-string): New function.
190         (epg-decode-dn): New function.
191
192 2006-04-21  Daiki Ueno  <ueno@unixuser.org>
193
194         * epa.el (epa-sign-keys): New command.
195
196         * epg.el (epg-start-sign-keys): New function.
197         (epg-sign-keys): New function.
198         (epg-status-GET_HIDDEN): Enable local quit.
199         (epg-status-GET_BOOL): Ditto.
200         (epg-status-GET_LINE): Ditto.
201
202 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
203
204         * epa.el (epa-list-keys-1): Add 'epa-list-keys property to keylist
205         region.
206
207 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
208
209         * pgg-epg.el (pgg-epg-secret-key-id-list): New variable.
210         (pgg-epg-passphrase-callback): New function.
211
212         * epa.el (epa-select-keys): Added "Cancel" button.
213
214 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
215
216         * epg.el (epg-signature-to-string): New function.
217
218 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
219
220         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
221         key objects.
222         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
223         key objects.
224
225         * epa.el (epa-select-keys): Added MODE argument.
226         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
227
228         * epg.el (epg-status-SIG_CREATED): New function.
229         (epg-start-sign): epg-context-signers is now a list of key objects.
230         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
231
232 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
233
234         * epa.el (epa-verify-file): Show results in minibuffer.
235         * epg.el (epg-debug-buffer): New variable.
236         (epg-flush): New function.
237
238 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
239
240         * epa.el (epa-export-keys): New command.
241         * epg.el (epg-start-export-keys): Accept a list of epg-key object
242         instead of a regexp.
243
244 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
245
246         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
247         (epa-import-key): New command.
248
249         * epg.el (epg-delete-problem-alist): New constant.
250         (epg-status-DELETE_PROBLEM): New function.
251         (epg-start-delete-key): New function.
252         (epg-delete-key): New function.
253         (epg-wait-for-completion): Add the NO-EOF argument.
254
255 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
256
257         * epg.el (epg-start): Insert the command-line arguments to the
258         debug buffer.
259         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
260         (epg-start-delete-key): New function.
261         (epg-delete-key): New function.
262
263         * epa.el (epa-key): New widget.
264         (epa-key-widget-action): New function.
265         (epa-key-widget-value-create): New function.
266         (epa-key-widget-button-face-get): New function.
267         (epa-key-widget-help-echo): New function.
268
269 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
270
271         * epa-file.el (epa-file-write-region): Check if START is a string.
272
273 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
274
275         * epa-file.el: Rewritten with file-name-handler.
276         (epa-file-handler): New variable.
277         (epa-file-enable): New command.
278         (epa-file-disable): New command.
279
280         * epa-setup.el: Call epa-file-enable.
281
282 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
283
284         * epa-file.el (epa-passphrase): New variable.
285         (epa-file-passphrase-callback-function): New function.
286         (epa-find-file): Reset buffer-undo-list; set
287         buffer-file-coding-system to last-coding-system-used after
288         decoding.
289
290 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
291
292         * epa-file.el (epa-write-file): Try to write region to "/" to get
293         last-coding-system-used to be set.
294
295 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
296
297         * epa-file.el: New implementation of epf.el.
298
299         * epf.el: Abolished.
300
301 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
302
303         * epa.el (epa-verify-file): Display verify result.
304
305         * epg.el (epg-invalid-recipients-alist): New variable.
306         (epg-status-INV_RECP): New function.
307         (epg-status-NO_RECP): New function.
308
309         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
310         epa-verify-file, epa-sign-file, and epa-encrypt-file.
311         (epa-decrypt-file): New function imported from epa-dired.el.
312         (epa-verify-file): New function imported from epa-dired.el.
313         (epa-sign-file): New function imported from epa-dired.el.
314         (epa-encrypt-file): New function imported from epa-dired.el.
315
316 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
317
318         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
319         recursive-edit.
320         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
321
322 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
323
324         * epa-setup.el: New file.
325         * epa-dired.el: New file.
326
327         * epg.el (epg-colons-pub-spec): Abolished.
328         (epg-colons-sec-spec): Abolished.
329         (epg-colons-uid-spec): Abolished.
330         (epg-colons-fpr-spec): Abolished.
331         (epg-key-validity-alist): New variable.
332         (epg-key-capablity-alist): New variable.
333         (epg-make-key): New object epg-key.
334         (epg-make-sub-key): New object epg-sub-key.
335         (epg-make-user-id): New object epg-user-id.
336         (epg-list-keys-1): Renamed from epg-list-keys.
337         (epg-list-keys): Rewritten.
338
339 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
340
341         * epg.el (epg-list-keys): Make the NAME argument optional.
342
343 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
344
345         * epa.el: Added header.
346
347         * epg.el (epg-list-keys): Specify --with-fingerprint.
348         (epg-colons-fpr-spec): New variable.
349         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
350         owner-trust.
351         (epg-colons-sec-spec): Ditto.
352         (epg-colons-uid-spec): Renamed trust -> validity.
353
354 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
355
356         * epa.el: New file.
357
358         * epg.el (epg-cipher-algorithm-alist): New constant.
359         (epg-pubkey-algorithm-alist): New constant.
360         (epg-digest-algorithm-alist): New constant.
361         (epg-compress-algorithm-alist): New constant.
362         (epg-configuration): New function.
363         (epg-start): Don't specify --yes.
364
365 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
366
367         * epg.el (epg-make-data-from-file): New function.
368         (epg-make-data-from-string): New function.
369         (epg-data-file): New function.
370         (epg-data-string): New function.
371         (epg-start-decrypt): Get a cipher text from a data object.
372         (epg-delete-output-file): New function.
373         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
374         the output goes.
375         (epg-start-verify): Get a signature and signed-text from a data
376         object.
377         (epg-verify-file): Added the 3rd argument PLAIN to specify where
378         the output goes; return the plain text if PLAIN is nil.
379         (epg-verify-string): Return the plain text.
380         (epg-start-sign): Get a plain text from a data object.
381         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
382         the output goes.
383         (epg-start-encrypt): Get a plain text from a data object.
384         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
385         the output goes.
386         (epg-start-import-keys): Get keys from a data object.
387         (epg-import-keys-1): New function.
388         (epg-import-keys-from-file): Use it.
389         (epg-import-keys-from-string): Use it.
390
391 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
392
393         * epf.el: Renamed from epg-file.el.
394
395 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
396
397         * epg.el (epg-status-GET_BOOL): New function.
398         (epg-status-GET_LINE): New function.
399         (epg-prompt-alist): New variable, to be filled.
400
401         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
402         * epg.el (epg-signature-fingerprint): New function.
403         (epg-signature-set-fingerprint): New function.
404         (epg-status-VALIDSIG): New function.
405
406         * epg.el (epg-reset): Don't reset result.
407         (epg-start-decrypt): Reset result before epg-start.
408         (epg-start-verify): Ditto.
409         (epg-start-sign): Ditto.
410         (epg-start-encrypt): Ditto.
411         (epg-start-export-keys): Ditto.
412         (epg-start-import-keys): Ditto.
413
414         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
415         * pgg-epg.el: New file.
416
417         * epg.el (epg-start-export-keys): New function.
418         (epg-export-keys): New function.
419         (epg-start-import-keys): New function.
420         (epg-import-keys): New function.
421         (epg-verify-file): New function.
422
423         * epg-file.el (epg-file-write-region): Support public key encryption.
424
425         * epg.el (epg-passphrase-callback-function): Always display key-id.
426