doc/
[gpgme.git] / doc / ChangeLog
1 2003-02-06  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme.texi (Cancelling an Operation): Removed.
4         (Passphrase Callback): Document new type for GpgmePassphraseCb.
5
6 2003-01-30  Marcus Brinkmann  <marcus@g10code.de>
7
8         * gpgme.texi (Engine Information): Rename member part to
9         file_name.
10
11         * gpgme.texi (Protocols and Engines): Document
12         gpgme_get_protocol_name.
13
14         * gpgme.texi (Engine Information): Rewritten.
15
16 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
17
18         * gpgme.texi (I/O Callback Interface): Document new even
19         GPGME_EVENT_START.
20         (Waiting For Completion): Document new possible return values.
21         (I/O Callback Interface): Document return type of GpgmeIOCb.
22
23 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
24
25         * gpgme.texi (Hooking Up Into Idle Time): Section removed.
26
27 2002-12-24  Marcus Brinkmann  <marcus@g10code.de>
28
29         * gpgme.texi (Verify): Drop R_STAT argument in gpgme_op_verify.
30         * gpgme.texi (Decrypt and Verify): Likewise for
31         gpgme_op_decrypt_verify.
32
33 2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
34
35         * gpgme.texi (Information About Keys): Document that
36         GPGME_ATTR_IS_SECRET is not representable as a string anymore.
37
38 2002-12-22  Marcus Brinkmann  <marcus@g10code.de>
39
40         * gpgme.texi (Key Signatures): New section.
41         (Listing Keys): Add gpgme_get_key.
42
43 2002-12-06  Marcus Brinkmann  <marcus@g10code.de>
44
45         * gpgme.texi (Memory Based Data Buffers): New subsection.
46         (File Based Data Buffers): Likewise.
47         (Callback Based Data Buffers): Likewise.
48         (Manipulating Data Buffers): Update interfaces.  Add
49         gpgme_data_seek.
50         * gpgme.texi (Engine Version Check): Remove gpgme_check_engine.
51         
52 2002-11-21  Marcus Brinkmann  <marcus@g10code.de>
53
54         * gpgme.texi (Verify): Document the new interface.
55
56 2002-11-19  Marcus Brinkmann  <marcus@g10code.de>
57
58         * gpgme.texi (Generating Keys): Document new argument to
59         gpgme_op_genkey.
60
61 2002-11-05  Marcus Brinkmann  <marcus@g10code.de>
62
63         * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
64         Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
65
66 2002-08-30  Marcus Brinkmann  <marcus@g10code.de>
67
68         * gpgme.texi (Selecting Signers): Fix reference count.
69
70 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
71
72         * gpgme.texi (Header): Document name space.
73
74 2002-08-20  Marcus Brinkmann  <marcus@g10code.de>
75
76         * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
77
78         * gpgme.texi (Importing Keys): Undocument EOF.
79
80 2002-08-14  Werner Koch  <wk@gnupg.org>
81
82         * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
83
84 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
85
86         * gpgme.texi (Deleting Keys): Say that secret keys might not be
87         deleted.
88
89 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
90
91         * gpgme.texi (Information About Keys): Document (badly) the new
92         key attributes.
93
94         * gpgme.texi (Manipulating Data Buffers): Mention that backend
95         tries to detect encoding automatically.
96
97 2002-07-03  Marcus Brinkmann  <marcus@g10code.de>
98
99         * gpgme.texi (Run Control): Update this section.
100         (Waiting For Completion): Likewise for this subsection.
101         (Cancelling an Operation): Likewise for this subsection.
102         (Using External Event Loops): New subsection with several
103         subsubsections.
104
105 2002-06-28  Marcus Brinkmann  <marcus@g10code.de>
106
107         * gpgme.texi (Multi Threading): Remove item about the need to
108         synchronize anything against gpgme_wait (except gpgme_wait
109         itself).
110
111 2002-06-27  Marcus Brinkmann  <marcus@g10code.de>
112
113         * gpgme.texi (Information About Keys): Fix documentation for IDX.
114         (Information About Trust Items): Likewise.
115
116 2002-06-26  Werner Koch  <wk@gnupg.org>
117
118         * gpgme.texi (Importing Keys): Document the return value -1 of
119         gpgme_op_import.
120
121 2002-06-20  Werner Koch  <wk@gnupg.org>
122
123         * gpgme.texi (Verify): Explain the new whatidx variable.
124
125 2002-06-10  Werner Koch  <wk@gnupg.org>
126
127         * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK.
128
129 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
130
131         * gpgme.texi (Multi Threading): Document new autodetection.
132
133 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
134
135         * Makefile.am (DISTCLEANFILES): New variable.
136
137 2002-05-26  Marcus Brinkmann  <marcus@g10code.de>
138
139         * gpgme.texi: Some typographical correctons throughout.
140
141 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
142
143         * gpgme.texi (Using Automake): New section.
144
145 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
146
147         * gpgme.texi (Multi Threading): Escape { and }.
148
149 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
150
151         * gpgme.texi (Overview): Replace note about thread-safeness.
152         (Multi Threading): New section.
153
154 2002-05-03  Werner Koch  <wk@gnupg.org>
155
156         * gpgme.texi (Manipulating Data Buffers): Changed some data types
157         to void*.
158         (Protocol Selection): Added gpgme_get_protocol.
159         (Verify): Updated to include the new attribute fucntions and
160         status codes.
161
162 2002-04-27  Werner Koch  <wk@gnupg.org>
163
164         * gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.
165
166 2002-04-23  Marcus Brinkmann  <marcus@g10code.de>
167
168         * gpgme.texi (Passphrase Callback): Document that either return
169         argument can be NULL.
170         (Progress Meter Callback): Likewise.
171
172 2002-04-22  Marcus Brinkmann  <marcus@g10code.de>
173
174         * gpgme.texi (Passphrase Callback): Fix small typo.  Document the
175         new function gpgme_get_passphrase_cb.
176         (Progress Meter Callback): Document the new function
177         gpgme_get_progress_cb.
178
179 2002-04-16  Marcus Brinkmann  <marcus@g10code.de>
180
181         * gpgme.texi (Creating a Signature): Fix function name.  Reported
182         by Wichert Ackerman <wichert@debian.org>.
183
184 2002-03-29  Marcus Brinkmann  <marcus@g10code.de>
185
186         * gpgme.texi (direntry): End index entry with a full stop.
187         Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
188         
189 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
190
191         * gpgme.texi (Detailed Results): Fix syntax error in last change.
192
193 2002-03-08  Werner Koch  <wk@gnupg.org>
194
195         * gpgme.texi (Detailed Results): Import does also return info.
196
197 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
198
199         * gpgme.texi (Encrypting a Plaintext): Document symmetric
200         encryption.
201
202 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
203
204         * gpgme.texi (Error Strings): Add example.
205         * gpgme.texi (Listing Keys): Likewise.
206
207 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
208
209         * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
210
211 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
212
213         * gpgme.texi (Verify): Document verification of normal and
214         cleartext signatures.
215
216 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
217
218         * gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
219
220 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
221
222         * gpgme.texi (Encrypting a Plaintext): Document
223         GPGME_Invalid_Recipients.
224         (Error Values): Likewise.
225
226 2002-02-26  Marcus Brinkmann  <marcus@g10code.de>
227
228         * gpgme.texi (Encrypting a Plaintext): Document
229         gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start.
230
231 2002-02-25  Marcus Brinkmann  <marcus@g10code.de>
232
233         * gpgme.texi (Creating a Signature): Add a note about
234         certificates to include.
235         (Included Certificates): New section.
236
237 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
238
239         * gpgme.texi (Detailed Results): Remove literal tags.
240         (Generating Keys): Update documentation.
241
242         * gpgme.texi (Generating Keys): Fix syntax error.
243
244 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
245
246         * gpgme.texi (Waiting For Completion): Adjust doc to changes in
247         the code.
248
249 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
250
251         * gpgme.texi (Key Listing Mode): Update documentation.
252
253 2002-01-31  Marcus Brinkmann  <marcus@g10code.de>
254
255         * gpgme.texi (Generating Keys): Document error at creation
256         failure.
257
258 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
259
260         * gpgme.texi (Deleting Keys): Document new error values.
261
262 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
263
264         * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
265
266 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
267
268         * gpgme.texi: Some spell checking.
269
270 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
271
272         * gpgme.texi: Add all the gpgme_op_*_start functions.
273         Fill the concept index with many, many entries.
274
275 2002-01-29  Marcus Brinkmann  <marcus@g10code.de>
276
277         * gpgme.texi (Run Control): New section.
278         (Verify): Docuent gpgme_get_notation.
279         (More Information): New section describing gpgme_get_op_info.
280
281 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
282
283         * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
284         R_HD type from void* to void**.
285
286 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
287
288         * gpgme.texi (Creating data buffers): Change
289         gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
290
291 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
292
293         * gpgme.texi (Generating keys): New subsection.
294         (Exporting keys): Likewise.
295         (Importing keys): Likewise.
296         (Deleting keys): Likewise.
297
298 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
299
300         * gpgme.texi: g10Code -> g10 Code
301
302         * gpgme.texi (Top): Complete detailmenu.
303         
304         * gpgme.texi: Convert embarassing cruft to the real thing.
305
306 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
307
308         * ChangeLog: New file.
309         * gpgme.texi: Likewise.
310         * gpl.texi: Likewise.
311         * fdl.texi: Likewise.
312         * Makefile.am (info_TEXINFOS): New variable.
313         (gpgme_TEXINFOS): Likewise.
314
315  Copyright 2002 g10 Code GmbH
316
317  This file is free software; as a special exception the author gives
318  unlimited permission to copy and/or distribute it, with or without
319  modifications, as long as this notice is preserved.
320
321  This file is distributed in the hope that it will be useful, but
322  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
323  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.