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