doc/
[gpgme.git] / doc / ChangeLog
1 2003-05-28  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme.texi (Exporting Keys): Change argument type from
4         gpgme_recipient_t to gpgme_user_id_t.
5         (Encrypting a Plaintext): Likewise.
6         (Selecting Recipients): Rewritten.
7
8 2003-05-27  Marcus Brinkmann  <marcus@g10code.de>
9
10         * gpgme.texi (Protocol Selection): Do not use @acronym in @node
11         because that breaks texi2dvi.
12
13         * gpgme.texi (Passphrase Callback): Document new prototype.
14
15 2003-05-18  Marcus Brinkmann  <marcus@g10code.de>
16
17         * gpgme.texi (Header): Remove Gpgme as namespace prefix.  Add
18         _GPGME to namespace prefix.
19         * gpgme.texi (Multi Threading): Add note about link order.
20
21 2003-05-04  Marcus Brinkmann  <marcus@g10code.de>
22
23         * gpgme.texi (Listing Keys): Document what happens if key is not
24         found.
25
26         * gpgme.texi (Importing Keys): Fix cut and paste error.
27
28 2003-04-30  Marcus Brinkmann  <marcus@g10code.de>
29
30         * gpgme.texi (Encrypting a Plaintext): Remove reference to
31         gpgme_get_op_info.
32         (Detailed Results): Subsection removed.
33
34         * gpgme.texi (Key Listing Mode): Add GPGME_KEYLIST_MODE_SIGS.
35         (Manipulating Keys): Add obsoleteness note.
36         (Key Signatures): Likewise.
37         (Information About Keys): Likewise.
38         (Key Management): Add new data types GpgmeSubkey, GpgmeKeySig,
39         GpgmeUserID, and all the information about GpgmeKey.
40
41 2003-04-29  Marcus Brinkmann  <marcus@g10code.de>
42
43         * gpgme.texi (Listing Keys): Remove force_update argument from
44         gpgme_get_key.
45
46         * gpgme.texi (Trust Item Management): Add data members of
47         GpgmeTrustItem type.
48         (Information About Trust Items): Add note about obsoleteness.
49         (Manipulating Trust Items): Add gpgme_trust_item_ref and
50         gpgme_trust_item_unref.
51
52 2003-04-28  Marcus Brinkmann  <marcus@g10code.de>
53
54         * gpgme.texi (Verify): Rewritten to take into account new and
55         deprecated functions and data types.
56
57         * gpgme.texi (Decrypt): Descript gpgme_op_decrypt_result and
58         GpgmeDecryptResult.
59
60 2003-04-27  Marcus Brinkmann  <marcus@g10code.de>
61
62         * gpgme.texi (Encrypting a Plaintext): Add info about
63         GpgmeEncryptResult and gpgme_op_encrypt_result.
64
65         * gpgme.texi (Creating a Signature): Add info about
66         GpgmeNewSignature, GpgmeSignResult and gpgme_op_sign_result.
67         (Crypto Operations): Add GpgmeInvalidUserID.
68         (Algorithms): New chapter.
69
70         * gpgme.texi (Deleting Keys): Document
71         GPGME_Ambiguous_Specification.
72         (Error Values): Remove GPGME_Invalid_Type and GPGME_Invalid_Mode.
73         Add GPGME_Unknown_Reason, GPGME_Not_Found,
74         GPGME_Ambiguous_Specification, GPGME_Wrong_Key_Usage,
75         GPGME_Key_Revoked, GPGME_Key_Expired, GPGME_No_CRL_Known,
76         GPGME_CRL_Too_Old, GPGME_Policy_Mismatch, GPGME_No_Secret_Key,
77         GPGME_Key_Not_Trusted, GPGME_Issuer_Missing, GPGME_Chain_Too_Long,
78         GPGME_Unsupported_Algorithm, GPGME_Sig_Expired,
79         GPGME_Bad_Signature, GPGME_No_Public_Key.
80
81 2003-04-25  Marcus Brinkmann  <marcus@g10code.de>
82
83         * gpgme.texi (Importing Keys): Change GPGME_IMPORT_PRIVATE to
84         GPGME_IMPORT_SECRET.
85
86         * gpgme.texi (Importing Keys): Remove note about gpgme_get_op_info.
87         (Detailed Results): Remove note about import.
88
89         * gpgme.texi (Importing Keys): Add documentation for
90         GpgmeImportStatus, GpgmeImportResult and gpgme_op_import_result.
91
92         * gpgme.texi (Generating Keys): Fix documentation of public and
93         secret arguments.
94
95 2003-04-24  Marcus Brinkmann  <marcus@g10code.de>
96
97         * gpgme.texi (Generating Keys): Document changed gpgme_op_genkey
98         and new gpgme_op_genkey_result function.  Document
99         GpgmeGenKeyResult data type.
100
101         * gpgme.texi (Error Values): Rename GPGME_No_Passphrase to
102         GPGME_Bad_Passphrase.
103         * gpgme.texi (Decrypt): Likewise.
104         (Decrypt and Verify): Likewise.
105         (Creating a Signature): Likewise.
106         (Encrypting a Plaintext): Likewise.
107
108         * gpgme.texi (Error Values): Rename GPGME_No_Recipients to
109         GPGME_No_UserID and GPGME_Invalid_Recipient to
110         GPGME_Invalid_UserID.
111         (Encrypting a Plaintext): Likewise.
112
113         * gpgme.texi (Error Values): Remove GPGME_Busy and GPGME_No_Request.
114         (Listing Keys): Likewise.
115         (Listing Trust Items): Likewise.
116
117 2003-02-06  Marcus Brinkmann  <marcus@g10code.de>
118
119         * gpgme.texi (Cancelling an Operation): Removed.
120         (Passphrase Callback): Document new type for GpgmePassphraseCb.
121
122 2003-01-30  Marcus Brinkmann  <marcus@g10code.de>
123
124         * gpgme.texi (Engine Information): Rename member part to
125         file_name.
126
127         * gpgme.texi (Protocols and Engines): Document
128         gpgme_get_protocol_name.
129
130         * gpgme.texi (Engine Information): Rewritten.
131
132 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
133
134         * gpgme.texi (I/O Callback Interface): Document new even
135         GPGME_EVENT_START.
136         (Waiting For Completion): Document new possible return values.
137         (I/O Callback Interface): Document return type of GpgmeIOCb.
138
139 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
140
141         * gpgme.texi (Hooking Up Into Idle Time): Section removed.
142
143 2002-12-24  Marcus Brinkmann  <marcus@g10code.de>
144
145         * gpgme.texi (Verify): Drop R_STAT argument in gpgme_op_verify.
146         * gpgme.texi (Decrypt and Verify): Likewise for
147         gpgme_op_decrypt_verify.
148
149 2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
150
151         * gpgme.texi (Information About Keys): Document that
152         GPGME_ATTR_IS_SECRET is not representable as a string anymore.
153
154 2002-12-22  Marcus Brinkmann  <marcus@g10code.de>
155
156         * gpgme.texi (Key Signatures): New section.
157         (Listing Keys): Add gpgme_get_key.
158
159 2002-12-06  Marcus Brinkmann  <marcus@g10code.de>
160
161         * gpgme.texi (Memory Based Data Buffers): New subsection.
162         (File Based Data Buffers): Likewise.
163         (Callback Based Data Buffers): Likewise.
164         (Manipulating Data Buffers): Update interfaces.  Add
165         gpgme_data_seek.
166         * gpgme.texi (Engine Version Check): Remove gpgme_check_engine.
167         
168 2002-11-21  Marcus Brinkmann  <marcus@g10code.de>
169
170         * gpgme.texi (Verify): Document the new interface.
171
172 2002-11-19  Marcus Brinkmann  <marcus@g10code.de>
173
174         * gpgme.texi (Generating Keys): Document new argument to
175         gpgme_op_genkey.
176
177 2002-11-05  Marcus Brinkmann  <marcus@g10code.de>
178
179         * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
180         Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
181
182 2002-08-30  Marcus Brinkmann  <marcus@g10code.de>
183
184         * gpgme.texi (Selecting Signers): Fix reference count.
185
186 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
187
188         * gpgme.texi (Header): Document name space.
189
190 2002-08-20  Marcus Brinkmann  <marcus@g10code.de>
191
192         * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
193
194         * gpgme.texi (Importing Keys): Undocument EOF.
195
196 2002-08-14  Werner Koch  <wk@gnupg.org>
197
198         * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
199
200 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
201
202         * gpgme.texi (Deleting Keys): Say that secret keys might not be
203         deleted.
204
205 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
206
207         * gpgme.texi (Information About Keys): Document (badly) the new
208         key attributes.
209
210         * gpgme.texi (Manipulating Data Buffers): Mention that backend
211         tries to detect encoding automatically.
212
213 2002-07-03  Marcus Brinkmann  <marcus@g10code.de>
214
215         * gpgme.texi (Run Control): Update this section.
216         (Waiting For Completion): Likewise for this subsection.
217         (Cancelling an Operation): Likewise for this subsection.
218         (Using External Event Loops): New subsection with several
219         subsubsections.
220
221 2002-06-28  Marcus Brinkmann  <marcus@g10code.de>
222
223         * gpgme.texi (Multi Threading): Remove item about the need to
224         synchronize anything against gpgme_wait (except gpgme_wait
225         itself).
226
227 2002-06-27  Marcus Brinkmann  <marcus@g10code.de>
228
229         * gpgme.texi (Information About Keys): Fix documentation for IDX.
230         (Information About Trust Items): Likewise.
231
232 2002-06-26  Werner Koch  <wk@gnupg.org>
233
234         * gpgme.texi (Importing Keys): Document the return value -1 of
235         gpgme_op_import.
236
237 2002-06-20  Werner Koch  <wk@gnupg.org>
238
239         * gpgme.texi (Verify): Explain the new whatidx variable.
240
241 2002-06-10  Werner Koch  <wk@gnupg.org>
242
243         * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK.
244
245 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
246
247         * gpgme.texi (Multi Threading): Document new autodetection.
248
249 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
250
251         * Makefile.am (DISTCLEANFILES): New variable.
252
253 2002-05-26  Marcus Brinkmann  <marcus@g10code.de>
254
255         * gpgme.texi: Some typographical correctons throughout.
256
257 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
258
259         * gpgme.texi (Using Automake): New section.
260
261 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
262
263         * gpgme.texi (Multi Threading): Escape { and }.
264
265 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
266
267         * gpgme.texi (Overview): Replace note about thread-safeness.
268         (Multi Threading): New section.
269
270 2002-05-03  Werner Koch  <wk@gnupg.org>
271
272         * gpgme.texi (Manipulating Data Buffers): Changed some data types
273         to void*.
274         (Protocol Selection): Added gpgme_get_protocol.
275         (Verify): Updated to include the new attribute fucntions and
276         status codes.
277
278 2002-04-27  Werner Koch  <wk@gnupg.org>
279
280         * gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.
281
282 2002-04-23  Marcus Brinkmann  <marcus@g10code.de>
283
284         * gpgme.texi (Passphrase Callback): Document that either return
285         argument can be NULL.
286         (Progress Meter Callback): Likewise.
287
288 2002-04-22  Marcus Brinkmann  <marcus@g10code.de>
289
290         * gpgme.texi (Passphrase Callback): Fix small typo.  Document the
291         new function gpgme_get_passphrase_cb.
292         (Progress Meter Callback): Document the new function
293         gpgme_get_progress_cb.
294
295 2002-04-16  Marcus Brinkmann  <marcus@g10code.de>
296
297         * gpgme.texi (Creating a Signature): Fix function name.  Reported
298         by Wichert Ackerman <wichert@debian.org>.
299
300 2002-03-29  Marcus Brinkmann  <marcus@g10code.de>
301
302         * gpgme.texi (direntry): End index entry with a full stop.
303         Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
304         
305 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
306
307         * gpgme.texi (Detailed Results): Fix syntax error in last change.
308
309 2002-03-08  Werner Koch  <wk@gnupg.org>
310
311         * gpgme.texi (Detailed Results): Import does also return info.
312
313 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
314
315         * gpgme.texi (Encrypting a Plaintext): Document symmetric
316         encryption.
317
318 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
319
320         * gpgme.texi (Error Strings): Add example.
321         * gpgme.texi (Listing Keys): Likewise.
322
323 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
324
325         * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
326
327 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
328
329         * gpgme.texi (Verify): Document verification of normal and
330         cleartext signatures.
331
332 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
333
334         * gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
335
336 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
337
338         * gpgme.texi (Encrypting a Plaintext): Document
339         GPGME_Invalid_Recipients.
340         (Error Values): Likewise.
341
342 2002-02-26  Marcus Brinkmann  <marcus@g10code.de>
343
344         * gpgme.texi (Encrypting a Plaintext): Document
345         gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start.
346
347 2002-02-25  Marcus Brinkmann  <marcus@g10code.de>
348
349         * gpgme.texi (Creating a Signature): Add a note about
350         certificates to include.
351         (Included Certificates): New section.
352
353 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
354
355         * gpgme.texi (Detailed Results): Remove literal tags.
356         (Generating Keys): Update documentation.
357
358         * gpgme.texi (Generating Keys): Fix syntax error.
359
360 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
361
362         * gpgme.texi (Waiting For Completion): Adjust doc to changes in
363         the code.
364
365 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
366
367         * gpgme.texi (Key Listing Mode): Update documentation.
368
369 2002-01-31  Marcus Brinkmann  <marcus@g10code.de>
370
371         * gpgme.texi (Generating Keys): Document error at creation
372         failure.
373
374 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
375
376         * gpgme.texi (Deleting Keys): Document new error values.
377
378 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
379
380         * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
381
382 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
383
384         * gpgme.texi: Some spell checking.
385
386 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
387
388         * gpgme.texi: Add all the gpgme_op_*_start functions.
389         Fill the concept index with many, many entries.
390
391 2002-01-29  Marcus Brinkmann  <marcus@g10code.de>
392
393         * gpgme.texi (Run Control): New section.
394         (Verify): Docuent gpgme_get_notation.
395         (More Information): New section describing gpgme_get_op_info.
396
397 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
398
399         * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
400         R_HD type from void* to void**.
401
402 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
403
404         * gpgme.texi (Creating data buffers): Change
405         gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
406
407 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
408
409         * gpgme.texi (Generating keys): New subsection.
410         (Exporting keys): Likewise.
411         (Importing keys): Likewise.
412         (Deleting keys): Likewise.
413
414 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
415
416         * gpgme.texi: g10Code -> g10 Code
417
418         * gpgme.texi (Top): Complete detailmenu.
419         
420         * gpgme.texi: Convert embarassing cruft to the real thing.
421
422 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
423
424         * ChangeLog: New file.
425         * gpgme.texi: Likewise.
426         * gpl.texi: Likewise.
427         * fdl.texi: Likewise.
428         * Makefile.am (info_TEXINFOS): New variable.
429         (gpgme_TEXINFOS): Likewise.
430
431  Copyright 2002 g10 Code GmbH
432
433  This file is free software; as a special exception the author gives
434  unlimited permission to copy and/or distribute it, with or without
435  modifications, as long as this notice is preserved.
436
437  This file is distributed in the hope that it will be useful, but
438  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
439  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.