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