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