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