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