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