doc/
[gpgme.git] / doc / ChangeLog
1 2005-06-03  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme.texi (Decrypt): Add gpgme_recipient_t.
4
5 2005-05-28  Marcus Brinkmann  <marcus@g10code.de>
6
7         * gpgme.texi (Key Listing Mode): Fix return type of
8         gpgme_set_keylist_mode.
9         Reported by "Sergio" <ml_sergico@virgilio.it>.
10
11 2005-04-28  Marcus Brinkmann  <marcus@g10code.de>
12
13         * gpgme.texi (Included Certificates): Document
14         GPGME_INCLUDE_CERTS_DEFAULT.
15
16 2005-01-12  Marcus Brinkmann  <marcus@g10code.de>
17
18         * gpgme.texi (Engine Configuration): New section.
19         (Crypto Engine): New subsection.
20
21 2004-12-07  Marcus Brinkmann  <marcus@g10code.de>
22
23         * lesser.texi (Library Copying): Change from @appendixsec to
24         @appendix.
25         * gpgme.texi (Features): Change reference to GPL to one to LGPL.
26
27         * Makefile.am: Change license to LGPL.
28         (gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
29
30         * gpgme.texi: Change license to LGPL (also for documentation of
31         GPGME's license).
32         * lesser.texi: New file.
33         * gpl.texi: File removed.
34
35         * gpgme.texi (Creating Contexts): Fix cut&paste error.  Reported
36         by Noel Torres <envite@rolamasao.org>.
37
38 2004-09-30  Marcus Brinkmann  <marcus@g10code.de>
39
40         * Makefile.am (gpgme_TEXINFOS): Remove fdl.texi.
41         * gpgme.texi: Do not include fdl.texi.  Change license to GPL.
42         * fdl.texi: File removed.
43
44 2004-09-29  Marcus Brinkmann  <marcus@g10code.de>
45
46         * gpgme.texi (Key Management): Change type of keylist_mode in
47         gpgme_key_t to gpgme_keylist_mode_t.
48
49 2004-09-28  Marcus Brinkmann  <marcus@g10code.de>
50
51         * gpgme.texi (Passphrase Callback): Fix last change.
52
53 2004-09-27  Marcus Brinkmann  <marcus@g10code.de>
54
55         * gpgme.texi (Passphrase Callback): Document
56         GPG_ERR_NOT_IMPLEMENTED.
57
58         * gpgme.texi: Update copyright year for tex version.
59
60 2004-07-29  Moritz Schulte  <moritz@g10code.com>
61
62         * gpgme.texi (Verify): Fix gpgme_get_key example (ancient
63         force_update argument was still there).
64
65 2004-06-08  Marcus Brinkmann  <marcus@g10code.de>
66
67         * gpgme.texi (Listing Keys): Elaborate on the length restrictions
68         on search patterns.
69
70         * gpgme.texi (Decrypt and Verify): Document the NO_DATA error
71         code.
72         (Verify): Document the relationship between gpgme_op_verify_result
73         and the decrypt and verify operations.
74
75 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
76
77         * gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status.
78
79         * gpgme.texi (Decrypt): Add note about new field wrong_key_usage
80         of gpgme_decrypt_result_t.
81
82         * gpgme.texi (Key Management): Add note about new field
83         keylist_mode of gpgme_key_t.
84
85 2004-04-29  Marcus Brinkmann  <marcus@g10code.de>
86
87         * gpgme.texi (Verify): Correct type of member wrong_key_usage.
88
89 2004-03-29  Moritz Schulte  <moritz@duesseldorf.ccc.de>
90
91         * gpgme.texi (Verify): Fix type of gpgme_op_verify_result.
92         * gpgme.texi (Key Listing Mode): Typo fix.
93
94 2004-03-23  Marcus Brinkmann  <marcus@g10code.de>
95
96         * gpgme.texi (Library Version Check): Fix the instruction when to
97         set the locale.
98
99 2004-03-03  Marcus Brinkmann  <marcus@g10code.de>
100
101         * gpgme.texi (I/O Callback Example Qt): New section by Marc Mutz.
102
103 2004-02-24  Marcus Brinkmann  <marcus@g10code.de>
104
105         * gpgme.texi (cancellation): New section.
106
107 2004-02-17  Werner Koch  <wk@gnupg.org>
108
109         * gpgme.texi (Key Listing Mode): Doc KEYLIST_MODE_VALIDATE.
110
111 2004-02-06  Moritz Schulte  <mo@g10code.com>
112
113         * gpgme.texi: A couple of small fixes regarding the Largfile
114         Support section.
115
116 2004-02-01  Marcus Brinkmann  <marcus@g10code.de>
117
118         * gpgme.texi (Largefile Support): New section.
119
120 2004-01-13  Marcus Brinkmann  <marcus@g10code.de>
121
122         * gpgme.texi (Key Management): Fix exportable field.
123
124 2003-12-25  Marcus Brinkmann  <marcus@g10code.de>
125
126         * gpgme.texi (Key Management): Rename member class in
127         gpgme_key_sig_t to sig_class.
128         (Creating a Signature): Likewise for gpgme_signature_t.
129
130 2003-12-23  Moritz Schulte  <mo@g10code.com>
131
132         * gpgme.texi (Listing Keys): Minor clarification for
133         gpgme_get_key.
134
135 2003-10-06  Marcus Brinkmann  <marcus@g10code.de>
136
137         * gpgme.texi (Signal Handling): New section.
138
139 2003-09-14  Marcus Brinkmann  <marcus@g10code.de>
140
141         * gpgme.texi (Multi Threading): Correct documentation on memory
142         synchronization requirement.
143
144         * gpgme.texi (Locale): New section.
145         (Multi Threading): Set locale in example.
146
147 2003-09-13  Marcus Brinkmann  <marcus@g10code.de>
148
149         * gpgme.texi (Error Strings): Add gpgme_strerror_r.
150
151 2003-09-13  Marcus Brinkmann  <marcus@g10code.de>
152
153         * gpgme.texi (Multi Threading): Update documentation.
154
155 2003-09-03  Marcus Brinkmann  <marcus@g10code.de>
156
157         * gpgme.texi (Header): We don't use the assuan namespace anymore.
158         Document new thread options.
159
160 2003-08-14  Marcus Brinkmann  <marcus@g10code.de>
161
162         * gpgme.texi (Creating a Signature): Change type of member class
163         to unsigned int.
164
165 2003-08-04  Marcus Brinkmann  <marcus@g10code.de>
166
167         * gpgme.texi (Verify): Get error code from SIG->status in the code
168         for gpgme_get_sig_status.
169
170 2003-07-31  Marcus Brinkmann  <marcus@g10code.de>
171
172         * gpgme.texi (Key Management): Add can_authenticate flag.
173
174         * gpgme.texi (Listing Keys): Document GPG_ERR_AMBIGUOUS_NAME for
175         gpgme_get_key.
176
177 2003-07-29  Marcus Brinkmann  <marcus@g10code.de>
178
179         * Makefile.am (EXTRA_DIST): Remove variable.
180
181         * gpgme.texi (Encrypting a Plaintext): Bad passphrase is only
182         possible with symmetric encryption, change the wording to reflect
183         that.
184
185         * gpgme.texi (Creating a Signature): Document
186         GPG_ERR_UNUSABLE_SECKEY.
187
188         * gpgme.texi (Encrypting a Plaintext): Mention encrypt and sign
189         operations in result function.
190         (Creating a Signature): Likewise.
191
192 2003-07-23  Marcus Brinkmann  <marcus@g10code.de>
193
194         * gpgme.texi (Key Listing Mode): Remove word duplication.
195         (Listing Keys): Remove mentioning of force argument.
196         (Verify): Don't mention r_stat.  Fix some typos.
197         (Decrypt and Verify): Correct info how to get the result.  Don't
198         mention r_stat.
199         (Manipulating Data Buffers): Fix documentation of return value.
200         (Listing Keys): Update examples.
201         (Decrypt): Result might also be available when operation failed.
202         (Verify): Result might also be available when operation failed.
203         All spotted by Stéphane Corthésy.
204
205 2003-07-22  Marcus Brinkmann  <marcus@g10code.de>
206
207         * gpgme.texi (Error Sources): Fix cut and paste error.
208
209 2003-07-09  Marcus Brinkmann  <marcus@g10code.de>
210
211         * gpgme.texi (Key Management): Clarify difference between can_sign
212         and can_certify.
213         (Information About Keys): Likewise for GPGME_ATTR_CAN_SIGN and
214         GPGME_ATTR_CAN_CERTIFY.
215
216 2003-07-08  Marcus Brinkmann  <marcus@g10code.de>
217
218         * gpgme.texi (Progress Meter Callback): Change return type of
219         gpgme_progress_cb_t to void.
220
221 2003-06-22  Marcus Brinkmann  <marcus@g10code.de>
222
223         * gpgme.texi: Add 2003 to copyright notice.
224
225         * gpgme.texi (Header): Fix name space documentation on
226         libgpg-error.
227
228 2003-06-22  Marcus Brinkmann  <marcus@g10code.de>
229
230         * gpgme.texi (Multi Threading): Remove reference to
231         gpgme_recipients_t.
232
233 2003-06-06  Marcus Brinkmann  <marcus@g10code.de>
234
235         * gpgme.texi (Crypto Operations): Rename gpgme_invalid_user_id_t
236         to gpgme_invalid_key_t.
237
238 2003-06-06  Marcus Brinkmann  <marcus@g10code.de>
239
240         * gpgme.texi: Change error codes to GPG_ERR_* variants.
241         (Error Handling): Rewritten.
242
243 2003-05-29  Marcus Brinkmann  <marcus@g10code.de>
244
245         * gpgme.texi (Exporting Keys): Change and document prototypes.
246         Add new gpgme_op_export_ext and gpgme_op_export_ext_start
247         variants.
248         (Selecting Recipients): Section removed.
249         (Encrypting a Plaintext): Change prototypes and document the
250         changes.
251
252 2003-05-28  Marcus Brinkmann  <marcus@g10code.de>
253
254         * gpgme.texi (Exporting Keys): Change argument type from
255         gpgme_recipient_t to gpgme_user_id_t.
256         (Encrypting a Plaintext): Likewise.
257         (Selecting Recipients): Rewritten.
258
259 2003-05-27  Marcus Brinkmann  <marcus@g10code.de>
260
261         * gpgme.texi (Protocol Selection): Do not use @acronym in @node
262         because that breaks texi2dvi.
263
264         * gpgme.texi (Passphrase Callback): Document new prototype.
265
266 2003-05-18  Marcus Brinkmann  <marcus@g10code.de>
267
268         * gpgme.texi (Header): Remove Gpgme as namespace prefix.  Add
269         _GPGME to namespace prefix.
270         * gpgme.texi (Multi Threading): Add note about link order.
271
272 2003-05-04  Marcus Brinkmann  <marcus@g10code.de>
273
274         * gpgme.texi (Listing Keys): Document what happens if key is not
275         found.
276
277         * gpgme.texi (Importing Keys): Fix cut and paste error.
278
279 2003-04-30  Marcus Brinkmann  <marcus@g10code.de>
280
281         * gpgme.texi (Encrypting a Plaintext): Remove reference to
282         gpgme_get_op_info.
283         (Detailed Results): Subsection removed.
284
285         * gpgme.texi (Key Listing Mode): Add GPGME_KEYLIST_MODE_SIGS.
286         (Manipulating Keys): Add obsoleteness note.
287         (Key Signatures): Likewise.
288         (Information About Keys): Likewise.
289         (Key Management): Add new data types GpgmeSubkey, GpgmeKeySig,
290         GpgmeUserID, and all the information about GpgmeKey.
291
292 2003-04-29  Marcus Brinkmann  <marcus@g10code.de>
293
294         * gpgme.texi (Listing Keys): Remove force_update argument from
295         gpgme_get_key.
296
297         * gpgme.texi (Trust Item Management): Add data members of
298         GpgmeTrustItem type.
299         (Information About Trust Items): Add note about obsoleteness.
300         (Manipulating Trust Items): Add gpgme_trust_item_ref and
301         gpgme_trust_item_unref.
302
303 2003-04-28  Marcus Brinkmann  <marcus@g10code.de>
304
305         * gpgme.texi (Verify): Rewritten to take into account new and
306         deprecated functions and data types.
307
308         * gpgme.texi (Decrypt): Descript gpgme_op_decrypt_result and
309         GpgmeDecryptResult.
310
311 2003-04-27  Marcus Brinkmann  <marcus@g10code.de>
312
313         * gpgme.texi (Encrypting a Plaintext): Add info about
314         GpgmeEncryptResult and gpgme_op_encrypt_result.
315
316         * gpgme.texi (Creating a Signature): Add info about
317         GpgmeNewSignature, GpgmeSignResult and gpgme_op_sign_result.
318         (Crypto Operations): Add GpgmeInvalidUserID.
319         (Algorithms): New chapter.
320
321         * gpgme.texi (Deleting Keys): Document
322         GPGME_Ambiguous_Specification.
323         (Error Values): Remove GPGME_Invalid_Type and GPGME_Invalid_Mode.
324         Add GPGME_Unknown_Reason, GPGME_Not_Found,
325         GPGME_Ambiguous_Specification, GPGME_Wrong_Key_Usage,
326         GPGME_Key_Revoked, GPGME_Key_Expired, GPGME_No_CRL_Known,
327         GPGME_CRL_Too_Old, GPGME_Policy_Mismatch, GPGME_No_Secret_Key,
328         GPGME_Key_Not_Trusted, GPGME_Issuer_Missing, GPGME_Chain_Too_Long,
329         GPGME_Unsupported_Algorithm, GPGME_Sig_Expired,
330         GPGME_Bad_Signature, GPGME_No_Public_Key.
331
332 2003-04-25  Marcus Brinkmann  <marcus@g10code.de>
333
334         * gpgme.texi (Importing Keys): Change GPGME_IMPORT_PRIVATE to
335         GPGME_IMPORT_SECRET.
336
337         * gpgme.texi (Importing Keys): Remove note about gpgme_get_op_info.
338         (Detailed Results): Remove note about import.
339
340         * gpgme.texi (Importing Keys): Add documentation for
341         GpgmeImportStatus, GpgmeImportResult and gpgme_op_import_result.
342
343         * gpgme.texi (Generating Keys): Fix documentation of public and
344         secret arguments.
345
346 2003-04-24  Marcus Brinkmann  <marcus@g10code.de>
347
348         * gpgme.texi (Generating Keys): Document changed gpgme_op_genkey
349         and new gpgme_op_genkey_result function.  Document
350         GpgmeGenKeyResult data type.
351
352         * gpgme.texi (Error Values): Rename GPGME_No_Passphrase to
353         GPGME_Bad_Passphrase.
354         * gpgme.texi (Decrypt): Likewise.
355         (Decrypt and Verify): Likewise.
356         (Creating a Signature): Likewise.
357         (Encrypting a Plaintext): Likewise.
358
359         * gpgme.texi (Error Values): Rename GPGME_No_Recipients to
360         GPGME_No_UserID and GPGME_Invalid_Recipient to
361         GPGME_Invalid_UserID.
362         (Encrypting a Plaintext): Likewise.
363
364         * gpgme.texi (Error Values): Remove GPGME_Busy and GPGME_No_Request.
365         (Listing Keys): Likewise.
366         (Listing Trust Items): Likewise.
367
368 2003-02-06  Marcus Brinkmann  <marcus@g10code.de>
369
370         * gpgme.texi (Cancelling an Operation): Removed.
371         (Passphrase Callback): Document new type for GpgmePassphraseCb.
372
373 2003-01-30  Marcus Brinkmann  <marcus@g10code.de>
374
375         * gpgme.texi (Engine Information): Rename member part to
376         file_name.
377
378         * gpgme.texi (Protocols and Engines): Document
379         gpgme_get_protocol_name.
380
381         * gpgme.texi (Engine Information): Rewritten.
382
383 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
384
385         * gpgme.texi (I/O Callback Interface): Document new even
386         GPGME_EVENT_START.
387         (Waiting For Completion): Document new possible return values.
388         (I/O Callback Interface): Document return type of GpgmeIOCb.
389
390 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
391
392         * gpgme.texi (Hooking Up Into Idle Time): Section removed.
393
394 2002-12-24  Marcus Brinkmann  <marcus@g10code.de>
395
396         * gpgme.texi (Verify): Drop R_STAT argument in gpgme_op_verify.
397         * gpgme.texi (Decrypt and Verify): Likewise for
398         gpgme_op_decrypt_verify.
399
400 2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
401
402         * gpgme.texi (Information About Keys): Document that
403         GPGME_ATTR_IS_SECRET is not representable as a string anymore.
404
405 2002-12-22  Marcus Brinkmann  <marcus@g10code.de>
406
407         * gpgme.texi (Key Signatures): New section.
408         (Listing Keys): Add gpgme_get_key.
409
410 2002-12-06  Marcus Brinkmann  <marcus@g10code.de>
411
412         * gpgme.texi (Memory Based Data Buffers): New subsection.
413         (File Based Data Buffers): Likewise.
414         (Callback Based Data Buffers): Likewise.
415         (Manipulating Data Buffers): Update interfaces.  Add
416         gpgme_data_seek.
417         * gpgme.texi (Engine Version Check): Remove gpgme_check_engine.
418         
419 2002-11-21  Marcus Brinkmann  <marcus@g10code.de>
420
421         * gpgme.texi (Verify): Document the new interface.
422
423 2002-11-19  Marcus Brinkmann  <marcus@g10code.de>
424
425         * gpgme.texi (Generating Keys): Document new argument to
426         gpgme_op_genkey.
427
428 2002-11-05  Marcus Brinkmann  <marcus@g10code.de>
429
430         * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
431         Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
432
433 2002-08-30  Marcus Brinkmann  <marcus@g10code.de>
434
435         * gpgme.texi (Selecting Signers): Fix reference count.
436
437 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
438
439         * gpgme.texi (Header): Document name space.
440
441 2002-08-20  Marcus Brinkmann  <marcus@g10code.de>
442
443         * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
444
445         * gpgme.texi (Importing Keys): Undocument EOF.
446
447 2002-08-14  Werner Koch  <wk@gnupg.org>
448
449         * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
450
451 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
452
453         * gpgme.texi (Deleting Keys): Say that secret keys might not be
454         deleted.
455
456 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
457
458         * gpgme.texi (Information About Keys): Document (badly) the new
459         key attributes.
460
461         * gpgme.texi (Manipulating Data Buffers): Mention that backend
462         tries to detect encoding automatically.
463
464 2002-07-03  Marcus Brinkmann  <marcus@g10code.de>
465
466         * gpgme.texi (Run Control): Update this section.
467         (Waiting For Completion): Likewise for this subsection.
468         (Cancelling an Operation): Likewise for this subsection.
469         (Using External Event Loops): New subsection with several
470         subsubsections.
471
472 2002-06-28  Marcus Brinkmann  <marcus@g10code.de>
473
474         * gpgme.texi (Multi Threading): Remove item about the need to
475         synchronize anything against gpgme_wait (except gpgme_wait
476         itself).
477
478 2002-06-27  Marcus Brinkmann  <marcus@g10code.de>
479
480         * gpgme.texi (Information About Keys): Fix documentation for IDX.
481         (Information About Trust Items): Likewise.
482
483 2002-06-26  Werner Koch  <wk@gnupg.org>
484
485         * gpgme.texi (Importing Keys): Document the return value -1 of
486         gpgme_op_import.
487
488 2002-06-20  Werner Koch  <wk@gnupg.org>
489
490         * gpgme.texi (Verify): Explain the new whatidx variable.
491
492 2002-06-10  Werner Koch  <wk@gnupg.org>
493
494         * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK.
495
496 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
497
498         * gpgme.texi (Multi Threading): Document new autodetection.
499
500 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
501
502         * Makefile.am (DISTCLEANFILES): New variable.
503
504 2002-05-26  Marcus Brinkmann  <marcus@g10code.de>
505
506         * gpgme.texi: Some typographical correctons throughout.
507
508 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
509
510         * gpgme.texi (Using Automake): New section.
511
512 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
513
514         * gpgme.texi (Multi Threading): Escape { and }.
515
516 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
517
518         * gpgme.texi (Overview): Replace note about thread-safeness.
519         (Multi Threading): New section.
520
521 2002-05-03  Werner Koch  <wk@gnupg.org>
522
523         * gpgme.texi (Manipulating Data Buffers): Changed some data types
524         to void*.
525         (Protocol Selection): Added gpgme_get_protocol.
526         (Verify): Updated to include the new attribute fucntions and
527         status codes.
528
529 2002-04-27  Werner Koch  <wk@gnupg.org>
530
531         * gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.
532
533 2002-04-23  Marcus Brinkmann  <marcus@g10code.de>
534
535         * gpgme.texi (Passphrase Callback): Document that either return
536         argument can be NULL.
537         (Progress Meter Callback): Likewise.
538
539 2002-04-22  Marcus Brinkmann  <marcus@g10code.de>
540
541         * gpgme.texi (Passphrase Callback): Fix small typo.  Document the
542         new function gpgme_get_passphrase_cb.
543         (Progress Meter Callback): Document the new function
544         gpgme_get_progress_cb.
545
546 2002-04-16  Marcus Brinkmann  <marcus@g10code.de>
547
548         * gpgme.texi (Creating a Signature): Fix function name.  Reported
549         by Wichert Ackerman <wichert@debian.org>.
550
551 2002-03-29  Marcus Brinkmann  <marcus@g10code.de>
552
553         * gpgme.texi (direntry): End index entry with a full stop.
554         Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
555         
556 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
557
558         * gpgme.texi (Detailed Results): Fix syntax error in last change.
559
560 2002-03-08  Werner Koch  <wk@gnupg.org>
561
562         * gpgme.texi (Detailed Results): Import does also return info.
563
564 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
565
566         * gpgme.texi (Encrypting a Plaintext): Document symmetric
567         encryption.
568
569 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
570
571         * gpgme.texi (Error Strings): Add example.
572         * gpgme.texi (Listing Keys): Likewise.
573
574 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
575
576         * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
577
578 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
579
580         * gpgme.texi (Verify): Document verification of normal and
581         cleartext signatures.
582
583 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
584
585         * gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
586
587 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
588
589         * gpgme.texi (Encrypting a Plaintext): Document
590         GPGME_Invalid_Recipients.
591         (Error Values): Likewise.
592
593 2002-02-26  Marcus Brinkmann  <marcus@g10code.de>
594
595         * gpgme.texi (Encrypting a Plaintext): Document
596         gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start.
597
598 2002-02-25  Marcus Brinkmann  <marcus@g10code.de>
599
600         * gpgme.texi (Creating a Signature): Add a note about
601         certificates to include.
602         (Included Certificates): New section.
603
604 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
605
606         * gpgme.texi (Detailed Results): Remove literal tags.
607         (Generating Keys): Update documentation.
608
609         * gpgme.texi (Generating Keys): Fix syntax error.
610
611 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
612
613         * gpgme.texi (Waiting For Completion): Adjust doc to changes in
614         the code.
615
616 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
617
618         * gpgme.texi (Key Listing Mode): Update documentation.
619
620 2002-01-31  Marcus Brinkmann  <marcus@g10code.de>
621
622         * gpgme.texi (Generating Keys): Document error at creation
623         failure.
624
625 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
626
627         * gpgme.texi (Deleting Keys): Document new error values.
628
629 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
630
631         * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
632
633 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
634
635         * gpgme.texi: Some spell checking.
636
637 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
638
639         * gpgme.texi: Add all the gpgme_op_*_start functions.
640         Fill the concept index with many, many entries.
641
642 2002-01-29  Marcus Brinkmann  <marcus@g10code.de>
643
644         * gpgme.texi (Run Control): New section.
645         (Verify): Docuent gpgme_get_notation.
646         (More Information): New section describing gpgme_get_op_info.
647
648 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
649
650         * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
651         R_HD type from void* to void**.
652
653 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
654
655         * gpgme.texi (Creating data buffers): Change
656         gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
657
658 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
659
660         * gpgme.texi (Generating keys): New subsection.
661         (Exporting keys): Likewise.
662         (Importing keys): Likewise.
663         (Deleting keys): Likewise.
664
665 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
666
667         * gpgme.texi: g10Code -> g10 Code
668
669         * gpgme.texi (Top): Complete detailmenu.
670         
671         * gpgme.texi: Convert embarassing cruft to the real thing.
672
673 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
674
675         * ChangeLog: New file.
676         * gpgme.texi: Likewise.
677         * gpl.texi: Likewise.
678         * fdl.texi: Likewise.
679         * Makefile.am (info_TEXINFOS): New variable.
680         (gpgme_TEXINFOS): Likewise.
681
682  Copyright 2002, 2003, 2004 g10 Code GmbH
683
684  This file is free software; as a special exception the author gives
685  unlimited permission to copy and/or distribute it, with or without
686  modifications, as long as this notice is preserved.
687
688  This file is distributed in the hope that it will be useful, but
689  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
690  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.