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