eb4fb26488e57f6b2172df99e542b2e0eca95b2e
[elisp/epg.git] / ChangeLog
1 2006-04-20  Daiki Ueno  <ueno@unixuser.org>
2
3         * epa-file.el (epa-file-write-region): RECIPIENTS is now a list of
4         key objects.
5         * epa-dired.el (epa-dired-do-encrypt): RECIPIENTS is now a list of
6         key objects.
7
8         * epa.el (epa-select-keys): Added MODE argument.
9         (epa-encrypt-file): RECIPIENTS is now a list of key objects.
10
11         * epg.el (epg-status-SIG_CREATED): New function.
12         (epg-start-sign): epg-context-signers is now a list of key objects.
13         (epg-start-encrypt): RECIPIENTS is now a list of key objects.
14
15 2006-04-19  Daiki Ueno  <ueno@unixuser.org>
16
17         * epa.el (epa-verify-file): Show results in minibuffer.
18         * epg.el (epg-debug-buffer): New variable.
19         (epg-flush): New function.
20
21 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
22
23         * epa.el (epa-export-keys): New command.
24         * epg.el (epg-start-export-keys): Accept a list of epg-key object
25         instead of a regexp.
26
27 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
28
29         * epa.el (epa-keys-mode-map): Bind epa-list-keys; epa-import-key.
30         (epa-import-key): New command.
31
32         * epg.el (epg-delete-problem-alist): New constant.
33         (epg-status-DELETE_PROBLEM): New function.
34         (epg-start-delete-key): New function.
35         (epg-delete-key): New function.
36         (epg-wait-for-completion): Add the NO-EOF argument.
37
38 2006-04-18  Daiki Ueno  <ueno@unixuser.org>
39
40         * epg.el (epg-start): Insert the command-line arguments to the
41         debug buffer.
42         (epg-start-encrypt): Wait for BEGIN_ENCRYPTION.
43         (epg-start-delete-key): New function.
44         (epg-delete-key): New function.
45
46         * epa.el (epa-key): New widget.
47         (epa-key-widget-action): New function.
48         (epa-key-widget-value-create): New function.
49         (epa-key-widget-button-face-get): New function.
50         (epa-key-widget-help-echo): New function.
51
52 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
53
54         * epa-file.el (epa-file-write-region): Check if START is a string.
55
56 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
57
58         * epa-file.el: Rewritten with file-name-handler.
59         (epa-file-handler): New variable.
60         (epa-file-enable): New command.
61         (epa-file-disable): New command.
62
63         * epa-setup.el: Call epa-file-enable.
64
65 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
66
67         * epa-file.el (epa-passphrase): New variable.
68         (epa-file-passphrase-callback-function): New function.
69         (epa-find-file): Reset buffer-undo-list; set
70         buffer-file-coding-system to last-coding-system-used after
71         decoding.
72
73 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
74
75         * epa-file.el (epa-write-file): Try to write region to "/" to get
76         last-coding-system-used to be set.
77
78 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
79
80         * epa-file.el: New implementation of epf.el.
81
82         * epf.el: Abolished.
83
84 2006-04-17  Daiki Ueno  <ueno@unixuser.org>
85
86         * epa.el (epa-verify-file): Display verify result.
87
88         * epg.el (epg-invalid-recipients-alist): New variable.
89         (epg-status-INV_RECP): New function.
90         (epg-status-NO_RECP): New function.
91
92         * epa.el (epa-keys-mode-map): Bind epa-decrypt-file,
93         epa-verify-file, epa-sign-file, and epa-encrypt-file.
94         (epa-decrypt-file): New function imported from epa-dired.el.
95         (epa-verify-file): New function imported from epa-dired.el.
96         (epa-sign-file): New function imported from epa-dired.el.
97         (epa-encrypt-file): New function imported from epa-dired.el.
98
99 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
100
101         * epa.el (epa-select-keys): Renamed from epa-ask-keys; use
102         recursive-edit.
103         * epa-dired.el (epa-dired-encrypt-file): Use epa-select-keys.
104
105 2006-04-16  Daiki Ueno  <ueno@unixuser.org>
106
107         * epa-setup.el: New file.
108         * epa-dired.el: New file.
109
110         * epg.el (epg-colons-pub-spec): Abolished.
111         (epg-colons-sec-spec): Abolished.
112         (epg-colons-uid-spec): Abolished.
113         (epg-colons-fpr-spec): Abolished.
114         (epg-key-validity-alist): New variable.
115         (epg-key-capablity-alist): New variable.
116         (epg-make-key): New object epg-key.
117         (epg-make-sub-key): New object epg-sub-key.
118         (epg-make-user-id): New object epg-user-id.
119         (epg-list-keys-1): Renamed from epg-list-keys.
120         (epg-list-keys): Rewritten.
121
122 2006-04-15  Daiki Ueno  <ueno@unixuser.org>
123
124         * epg.el (epg-list-keys): Make the NAME argument optional.
125
126 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
127
128         * epa.el: Added header.
129
130         * epg.el (epg-list-keys): Specify --with-fingerprint.
131         (epg-colons-fpr-spec): New variable.
132         (epg-colons-pub-spec): Renamed trust -> validity and ownertrust ->
133         owner-trust.
134         (epg-colons-sec-spec): Ditto.
135         (epg-colons-uid-spec): Renamed trust -> validity.
136
137 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
138
139         * epa.el: New file.
140
141         * epg.el (epg-cipher-algorithm-alist): New constant.
142         (epg-pubkey-algorithm-alist): New constant.
143         (epg-digest-algorithm-alist): New constant.
144         (epg-compress-algorithm-alist): New constant.
145         (epg-configuration): New function.
146         (epg-start): Don't specify --yes.
147
148 2006-04-13  Daiki Ueno  <ueno@unixuser.org>
149
150         * epg.el (epg-make-data-from-file): New function.
151         (epg-make-data-from-string): New function.
152         (epg-data-file): New function.
153         (epg-data-string): New function.
154         (epg-start-decrypt): Get a cipher text from a data object.
155         (epg-delete-output-file): New function.
156         (epg-decrypt-file): Add the 3rd argument PLAIN to specify where
157         the output goes.
158         (epg-start-verify): Get a signature and signed-text from a data
159         object.
160         (epg-verify-file): Added the 3rd argument PLAIN to specify where
161         the output goes; return the plain text if PLAIN is nil.
162         (epg-verify-string): Return the plain text.
163         (epg-start-sign): Get a plain text from a data object.
164         (epg-sign-file): Added the 3rd argument SIGNATURE to specify where
165         the output goes.
166         (epg-start-encrypt): Get a plain text from a data object.
167         (epg-encrypt-file): Added the 4th argument CIPHER to specify where
168         the output goes.
169         (epg-start-import-keys): Get keys from a data object.
170         (epg-import-keys-1): New function.
171         (epg-import-keys-from-file): Use it.
172         (epg-import-keys-from-string): Use it.
173
174 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
175
176         * epf.el: Renamed from epg-file.el.
177
178 2006-04-12  Daiki Ueno  <ueno@unixuser.org>
179
180         * epg.el (epg-status-GET_BOOL): New function.
181         (epg-status-GET_LINE): New function.
182         (epg-prompt-alist): New variable, to be filled.
183
184         * pgg-epg.el (mml2015-gpg-extract-signature-details): New function.
185         * epg.el (epg-signature-fingerprint): New function.
186         (epg-signature-set-fingerprint): New function.
187         (epg-status-VALIDSIG): New function.
188
189         * epg.el (epg-reset): Don't reset result.
190         (epg-start-decrypt): Reset result before epg-start.
191         (epg-start-verify): Ditto.
192         (epg-start-sign): Ditto.
193         (epg-start-encrypt): Ditto.
194         (epg-start-export-keys): Ditto.
195         (epg-start-import-keys): Ditto.
196
197         * Makefile.am (EXTRA_DIST): Added pgg-epg.el.
198         * pgg-epg.el: New file.
199
200         * epg.el (epg-start-export-keys): New function.
201         (epg-export-keys): New function.
202         (epg-start-import-keys): New function.
203         (epg-import-keys): New function.
204         (epg-verify-file): New function.
205
206         * epg-file.el (epg-file-write-region): Support public key encryption.
207
208         * epg.el (epg-passphrase-callback-function): Always display key-id.
209