doc/
[gpgme.git] / doc / ChangeLog
1 2003-04-24  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme.texi (Generating Keys): Document changed gpgme_op_genkey
4         and new gpgme_op_genkey_result function.  Document
5         GpgmeGenKeyResult data type.
6
7         * gpgme.texi (Error Values): Rename GPGME_No_Passphrase to
8         GPGME_Bad_Passphrase.
9         * gpgme.texi (Decrypt): Likewise.
10         (Decrypt and Verify): Likewise.
11         (Creating a Signature): Likewise.
12         (Encrypting a Plaintext): Likewise.
13
14         * gpgme.texi (Error Values): Rename GPGME_No_Recipients to
15         GPGME_No_UserID and GPGME_Invalid_Recipient to
16         GPGME_Invalid_UserID.
17         (Encrypting a Plaintext): Likewise.
18
19         * gpgme.texi (Error Values): Remove GPGME_Busy and GPGME_No_Request.
20         (Listing Keys): Likewise.
21         (Listing Trust Items): Likewise.
22
23 2003-02-06  Marcus Brinkmann  <marcus@g10code.de>
24
25         * gpgme.texi (Cancelling an Operation): Removed.
26         (Passphrase Callback): Document new type for GpgmePassphraseCb.
27
28 2003-01-30  Marcus Brinkmann  <marcus@g10code.de>
29
30         * gpgme.texi (Engine Information): Rename member part to
31         file_name.
32
33         * gpgme.texi (Protocols and Engines): Document
34         gpgme_get_protocol_name.
35
36         * gpgme.texi (Engine Information): Rewritten.
37
38 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
39
40         * gpgme.texi (I/O Callback Interface): Document new even
41         GPGME_EVENT_START.
42         (Waiting For Completion): Document new possible return values.
43         (I/O Callback Interface): Document return type of GpgmeIOCb.
44
45 2003-01-29  Marcus Brinkmann  <marcus@g10code.de>
46
47         * gpgme.texi (Hooking Up Into Idle Time): Section removed.
48
49 2002-12-24  Marcus Brinkmann  <marcus@g10code.de>
50
51         * gpgme.texi (Verify): Drop R_STAT argument in gpgme_op_verify.
52         * gpgme.texi (Decrypt and Verify): Likewise for
53         gpgme_op_decrypt_verify.
54
55 2002-12-23  Marcus Brinkmann  <marcus@g10code.de>
56
57         * gpgme.texi (Information About Keys): Document that
58         GPGME_ATTR_IS_SECRET is not representable as a string anymore.
59
60 2002-12-22  Marcus Brinkmann  <marcus@g10code.de>
61
62         * gpgme.texi (Key Signatures): New section.
63         (Listing Keys): Add gpgme_get_key.
64
65 2002-12-06  Marcus Brinkmann  <marcus@g10code.de>
66
67         * gpgme.texi (Memory Based Data Buffers): New subsection.
68         (File Based Data Buffers): Likewise.
69         (Callback Based Data Buffers): Likewise.
70         (Manipulating Data Buffers): Update interfaces.  Add
71         gpgme_data_seek.
72         * gpgme.texi (Engine Version Check): Remove gpgme_check_engine.
73         
74 2002-11-21  Marcus Brinkmann  <marcus@g10code.de>
75
76         * gpgme.texi (Verify): Document the new interface.
77
78 2002-11-19  Marcus Brinkmann  <marcus@g10code.de>
79
80         * gpgme.texi (Generating Keys): Document new argument to
81         gpgme_op_genkey.
82
83 2002-11-05  Marcus Brinkmann  <marcus@g10code.de>
84
85         * gpgme.texi (Verify): Fix prototype of gpgme_get_sig_key.
86         Reported by Miguel Coca <e970095@zipi.fi.upm.es>.
87
88 2002-08-30  Marcus Brinkmann  <marcus@g10code.de>
89
90         * gpgme.texi (Selecting Signers): Fix reference count.
91
92 2002-08-21  Marcus Brinkmann  <marcus@g10code.de>
93
94         * gpgme.texi (Header): Document name space.
95
96 2002-08-20  Marcus Brinkmann  <marcus@g10code.de>
97
98         * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
99
100         * gpgme.texi (Importing Keys): Undocument EOF.
101
102 2002-08-14  Werner Koch  <wk@gnupg.org>
103
104         * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
105
106 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
107
108         * gpgme.texi (Deleting Keys): Say that secret keys might not be
109         deleted.
110
111 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
112
113         * gpgme.texi (Information About Keys): Document (badly) the new
114         key attributes.
115
116         * gpgme.texi (Manipulating Data Buffers): Mention that backend
117         tries to detect encoding automatically.
118
119 2002-07-03  Marcus Brinkmann  <marcus@g10code.de>
120
121         * gpgme.texi (Run Control): Update this section.
122         (Waiting For Completion): Likewise for this subsection.
123         (Cancelling an Operation): Likewise for this subsection.
124         (Using External Event Loops): New subsection with several
125         subsubsections.
126
127 2002-06-28  Marcus Brinkmann  <marcus@g10code.de>
128
129         * gpgme.texi (Multi Threading): Remove item about the need to
130         synchronize anything against gpgme_wait (except gpgme_wait
131         itself).
132
133 2002-06-27  Marcus Brinkmann  <marcus@g10code.de>
134
135         * gpgme.texi (Information About Keys): Fix documentation for IDX.
136         (Information About Trust Items): Likewise.
137
138 2002-06-26  Werner Koch  <wk@gnupg.org>
139
140         * gpgme.texi (Importing Keys): Document the return value -1 of
141         gpgme_op_import.
142
143 2002-06-20  Werner Koch  <wk@gnupg.org>
144
145         * gpgme.texi (Verify): Explain the new whatidx variable.
146
147 2002-06-10  Werner Koch  <wk@gnupg.org>
148
149         * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK.
150
151 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
152
153         * gpgme.texi (Multi Threading): Document new autodetection.
154
155 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
156
157         * Makefile.am (DISTCLEANFILES): New variable.
158
159 2002-05-26  Marcus Brinkmann  <marcus@g10code.de>
160
161         * gpgme.texi: Some typographical correctons throughout.
162
163 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
164
165         * gpgme.texi (Using Automake): New section.
166
167 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
168
169         * gpgme.texi (Multi Threading): Escape { and }.
170
171 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
172
173         * gpgme.texi (Overview): Replace note about thread-safeness.
174         (Multi Threading): New section.
175
176 2002-05-03  Werner Koch  <wk@gnupg.org>
177
178         * gpgme.texi (Manipulating Data Buffers): Changed some data types
179         to void*.
180         (Protocol Selection): Added gpgme_get_protocol.
181         (Verify): Updated to include the new attribute fucntions and
182         status codes.
183
184 2002-04-27  Werner Koch  <wk@gnupg.org>
185
186         * gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.
187
188 2002-04-23  Marcus Brinkmann  <marcus@g10code.de>
189
190         * gpgme.texi (Passphrase Callback): Document that either return
191         argument can be NULL.
192         (Progress Meter Callback): Likewise.
193
194 2002-04-22  Marcus Brinkmann  <marcus@g10code.de>
195
196         * gpgme.texi (Passphrase Callback): Fix small typo.  Document the
197         new function gpgme_get_passphrase_cb.
198         (Progress Meter Callback): Document the new function
199         gpgme_get_progress_cb.
200
201 2002-04-16  Marcus Brinkmann  <marcus@g10code.de>
202
203         * gpgme.texi (Creating a Signature): Fix function name.  Reported
204         by Wichert Ackerman <wichert@debian.org>.
205
206 2002-03-29  Marcus Brinkmann  <marcus@g10code.de>
207
208         * gpgme.texi (direntry): End index entry with a full stop.
209         Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
210         
211 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
212
213         * gpgme.texi (Detailed Results): Fix syntax error in last change.
214
215 2002-03-08  Werner Koch  <wk@gnupg.org>
216
217         * gpgme.texi (Detailed Results): Import does also return info.
218
219 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
220
221         * gpgme.texi (Encrypting a Plaintext): Document symmetric
222         encryption.
223
224 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
225
226         * gpgme.texi (Error Strings): Add example.
227         * gpgme.texi (Listing Keys): Likewise.
228
229 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
230
231         * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
232
233 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
234
235         * gpgme.texi (Verify): Document verification of normal and
236         cleartext signatures.
237
238 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
239
240         * gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
241
242 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
243
244         * gpgme.texi (Encrypting a Plaintext): Document
245         GPGME_Invalid_Recipients.
246         (Error Values): Likewise.
247
248 2002-02-26  Marcus Brinkmann  <marcus@g10code.de>
249
250         * gpgme.texi (Encrypting a Plaintext): Document
251         gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start.
252
253 2002-02-25  Marcus Brinkmann  <marcus@g10code.de>
254
255         * gpgme.texi (Creating a Signature): Add a note about
256         certificates to include.
257         (Included Certificates): New section.
258
259 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
260
261         * gpgme.texi (Detailed Results): Remove literal tags.
262         (Generating Keys): Update documentation.
263
264         * gpgme.texi (Generating Keys): Fix syntax error.
265
266 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
267
268         * gpgme.texi (Waiting For Completion): Adjust doc to changes in
269         the code.
270
271 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
272
273         * gpgme.texi (Key Listing Mode): Update documentation.
274
275 2002-01-31  Marcus Brinkmann  <marcus@g10code.de>
276
277         * gpgme.texi (Generating Keys): Document error at creation
278         failure.
279
280 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
281
282         * gpgme.texi (Deleting Keys): Document new error values.
283
284 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
285
286         * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
287
288 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
289
290         * gpgme.texi: Some spell checking.
291
292 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
293
294         * gpgme.texi: Add all the gpgme_op_*_start functions.
295         Fill the concept index with many, many entries.
296
297 2002-01-29  Marcus Brinkmann  <marcus@g10code.de>
298
299         * gpgme.texi (Run Control): New section.
300         (Verify): Docuent gpgme_get_notation.
301         (More Information): New section describing gpgme_get_op_info.
302
303 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
304
305         * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
306         R_HD type from void* to void**.
307
308 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
309
310         * gpgme.texi (Creating data buffers): Change
311         gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
312
313 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
314
315         * gpgme.texi (Generating keys): New subsection.
316         (Exporting keys): Likewise.
317         (Importing keys): Likewise.
318         (Deleting keys): Likewise.
319
320 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
321
322         * gpgme.texi: g10Code -> g10 Code
323
324         * gpgme.texi (Top): Complete detailmenu.
325         
326         * gpgme.texi: Convert embarassing cruft to the real thing.
327
328 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
329
330         * ChangeLog: New file.
331         * gpgme.texi: Likewise.
332         * gpl.texi: Likewise.
333         * fdl.texi: Likewise.
334         * Makefile.am (info_TEXINFOS): New variable.
335         (gpgme_TEXINFOS): Likewise.
336
337  Copyright 2002 g10 Code GmbH
338
339  This file is free software; as a special exception the author gives
340  unlimited permission to copy and/or distribute it, with or without
341  modifications, as long as this notice is preserved.
342
343  This file is distributed in the hope that it will be useful, but
344  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
345  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.