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