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