doc/
[gpgme.git] / doc / ChangeLog
1 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme.texi (Overview): Replace note about thread-safeness.
4         (Multi Threading): New section.
5
6 2002-05-03  Werner Koch  <wk@gnupg.org>
7
8         * gpgme.texi (Manipulating Data Buffers): Changed some data types
9         to void*.
10         (Protocol Selection): Added gpgme_get_protocol.
11         (Verify): Updated to include the new attribute fucntions and
12         status codes.
13
14 2002-04-27  Werner Koch  <wk@gnupg.org>
15
16         * gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.
17
18 2002-04-23  Marcus Brinkmann  <marcus@g10code.de>
19
20         * gpgme.texi (Passphrase Callback): Document that either return
21         argument can be NULL.
22         (Progress Meter Callback): Likewise.
23
24 2002-04-22  Marcus Brinkmann  <marcus@g10code.de>
25
26         * gpgme.texi (Passphrase Callback): Fix small typo.  Document the
27         new function gpgme_get_passphrase_cb.
28         (Progress Meter Callback): Document the new function
29         gpgme_get_progress_cb.
30
31 2002-04-16  Marcus Brinkmann  <marcus@g10code.de>
32
33         * gpgme.texi (Creating a Signature): Fix function name.  Reported
34         by Wichert Ackerman <wichert@debian.org>.
35
36 2002-03-29  Marcus Brinkmann  <marcus@g10code.de>
37
38         * gpgme.texi (direntry): End index entry with a full stop.
39         Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
40         
41 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
42
43         * gpgme.texi (Detailed Results): Fix syntax error in last change.
44
45 2002-03-08  Werner Koch  <wk@gnupg.org>
46
47         * gpgme.texi (Detailed Results): Import does also return info.
48
49 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
50
51         * gpgme.texi (Encrypting a Plaintext): Document symmetric
52         encryption.
53
54 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
55
56         * gpgme.texi (Error Strings): Add example.
57         * gpgme.texi (Listing Keys): Likewise.
58
59 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
60
61         * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
62
63 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
64
65         * gpgme.texi (Verify): Document verification of normal and
66         cleartext signatures.
67
68 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
69
70         * gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
71
72 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
73
74         * gpgme.texi (Encrypting a Plaintext): Document
75         GPGME_Invalid_Recipients.
76         (Error Values): Likewise.
77
78 2002-02-26  Marcus Brinkmann  <marcus@g10code.de>
79
80         * gpgme.texi (Encrypting a Plaintext): Document
81         gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start.
82
83 2002-02-25  Marcus Brinkmann  <marcus@g10code.de>
84
85         * gpgme.texi (Creating a Signature): Add a note about
86         certificates to include.
87         (Included Certificates): New section.
88
89 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
90
91         * gpgme.texi (Detailed Results): Remove literal tags.
92         (Generating Keys): Update documentation.
93
94         * gpgme.texi (Generating Keys): Fix syntax error.
95
96 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
97
98         * gpgme.texi (Waiting For Completion): Adjust doc to changes in
99         the code.
100
101 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
102
103         * gpgme.texi (Key Listing Mode): Update documentation.
104
105 2002-01-31  Marcus Brinkmann  <marcus@g10code.de>
106
107         * gpgme.texi (Generating Keys): Document error at creation
108         failure.
109
110 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
111
112         * gpgme.texi (Deleting Keys): Document new error values.
113
114 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
115
116         * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
117
118 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
119
120         * gpgme.texi: Some spell checking.
121
122 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
123
124         * gpgme.texi: Add all the gpgme_op_*_start functions.
125         Fill the concept index with many, many entries.
126
127 2002-01-29  Marcus Brinkmann  <marcus@g10code.de>
128
129         * gpgme.texi (Run Control): New section.
130         (Verify): Docuent gpgme_get_notation.
131         (More Information): New section describing gpgme_get_op_info.
132
133 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
134
135         * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
136         R_HD type from void* to void**.
137
138 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
139
140         * gpgme.texi (Creating data buffers): Change
141         gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
142
143 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
144
145         * gpgme.texi (Generating keys): New subsection.
146         (Exporting keys): Likewise.
147         (Importing keys): Likewise.
148         (Deleting keys): Likewise.
149
150 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
151
152         * gpgme.texi: g10Code -> g10 Code
153
154         * gpgme.texi (Top): Complete detailmenu.
155         
156         * gpgme.texi: Convert embarassing cruft to the real thing.
157
158 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
159
160         * ChangeLog: New file.
161         * gpgme.texi: Likewise.
162         * gpl.texi: Likewise.
163         * fdl.texi: Likewise.
164         * Makefile.am (info_TEXINFOS): New variable.
165         (gpgme_TEXINFOS): Likewise.