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