2002-08-20 Marcus Brinkmann <marcus@g10code.de>
[gpgme.git] / doc / ChangeLog
1 2002-08-20  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme.texi (Importing Keys): Document gpgme_op_import_ext.
4
5         * gpgme.texi (Importing Keys): Undocument EOF.
6
7 2002-08-14  Werner Koch  <wk@gnupg.org>
8
9         * gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE.
10
11 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
12
13         * gpgme.texi (Deleting Keys): Say that secret keys might not be
14         deleted.
15
16 2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
17
18         * gpgme.texi (Information About Keys): Document (badly) the new
19         key attributes.
20
21         * gpgme.texi (Manipulating Data Buffers): Mention that backend
22         tries to detect encoding automatically.
23
24 2002-07-03  Marcus Brinkmann  <marcus@g10code.de>
25
26         * gpgme.texi (Run Control): Update this section.
27         (Waiting For Completion): Likewise for this subsection.
28         (Cancelling an Operation): Likewise for this subsection.
29         (Using External Event Loops): New subsection with several
30         subsubsections.
31
32 2002-06-28  Marcus Brinkmann  <marcus@g10code.de>
33
34         * gpgme.texi (Multi Threading): Remove item about the need to
35         synchronize anything against gpgme_wait (except gpgme_wait
36         itself).
37
38 2002-06-27  Marcus Brinkmann  <marcus@g10code.de>
39
40         * gpgme.texi (Information About Keys): Fix documentation for IDX.
41         (Information About Trust Items): Likewise.
42
43 2002-06-26  Werner Koch  <wk@gnupg.org>
44
45         * gpgme.texi (Importing Keys): Document the return value -1 of
46         gpgme_op_import.
47
48 2002-06-20  Werner Koch  <wk@gnupg.org>
49
50         * gpgme.texi (Verify): Explain the new whatidx variable.
51
52 2002-06-10  Werner Koch  <wk@gnupg.org>
53
54         * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK.
55
56 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
57
58         * gpgme.texi (Multi Threading): Document new autodetection.
59
60 2002-06-04  Marcus Brinkmann  <marcus@g10code.de>
61
62         * Makefile.am (DISTCLEANFILES): New variable.
63
64 2002-05-26  Marcus Brinkmann  <marcus@g10code.de>
65
66         * gpgme.texi: Some typographical correctons throughout.
67
68 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
69
70         * gpgme.texi (Using Automake): New section.
71
72 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
73
74         * gpgme.texi (Multi Threading): Escape { and }.
75
76 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
77
78         * gpgme.texi (Overview): Replace note about thread-safeness.
79         (Multi Threading): New section.
80
81 2002-05-03  Werner Koch  <wk@gnupg.org>
82
83         * gpgme.texi (Manipulating Data Buffers): Changed some data types
84         to void*.
85         (Protocol Selection): Added gpgme_get_protocol.
86         (Verify): Updated to include the new attribute fucntions and
87         status codes.
88
89 2002-04-27  Werner Koch  <wk@gnupg.org>
90
91         * gpgme.texi (Manipulating Data Buffers): New type GpgmeDataEncoding.
92
93 2002-04-23  Marcus Brinkmann  <marcus@g10code.de>
94
95         * gpgme.texi (Passphrase Callback): Document that either return
96         argument can be NULL.
97         (Progress Meter Callback): Likewise.
98
99 2002-04-22  Marcus Brinkmann  <marcus@g10code.de>
100
101         * gpgme.texi (Passphrase Callback): Fix small typo.  Document the
102         new function gpgme_get_passphrase_cb.
103         (Progress Meter Callback): Document the new function
104         gpgme_get_progress_cb.
105
106 2002-04-16  Marcus Brinkmann  <marcus@g10code.de>
107
108         * gpgme.texi (Creating a Signature): Fix function name.  Reported
109         by Wichert Ackerman <wichert@debian.org>.
110
111 2002-03-29  Marcus Brinkmann  <marcus@g10code.de>
112
113         * gpgme.texi (direntry): End index entry with a full stop.
114         Patch submitted by Jose Carlos Garcia Sogo <jsogo@debian.org>.
115         
116 2002-03-17  Marcus Brinkmann  <marcus@g10code.de>
117
118         * gpgme.texi (Detailed Results): Fix syntax error in last change.
119
120 2002-03-08  Werner Koch  <wk@gnupg.org>
121
122         * gpgme.texi (Detailed Results): Import does also return info.
123
124 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
125
126         * gpgme.texi (Encrypting a Plaintext): Document symmetric
127         encryption.
128
129 2002-03-06  Marcus Brinkmann  <marcus@g10code.de>
130
131         * gpgme.texi (Error Strings): Add example.
132         * gpgme.texi (Listing Keys): Likewise.
133
134 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
135
136         * gpgme.texi (Information About Keys): Document GPGME_ATTR_EXPIRE.
137
138 2002-03-03  Marcus Brinkmann  <marcus@g10code.de>
139
140         * gpgme.texi (Verify): Document verification of normal and
141         cleartext signatures.
142
143 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
144
145         * gpgme.texi (Listing Keys): Document gpgme_op_keylist_ext_start.
146
147 2002-02-27  Marcus Brinkmann  <marcus@g10code.de>
148
149         * gpgme.texi (Encrypting a Plaintext): Document
150         GPGME_Invalid_Recipients.
151         (Error Values): Likewise.
152
153 2002-02-26  Marcus Brinkmann  <marcus@g10code.de>
154
155         * gpgme.texi (Encrypting a Plaintext): Document
156         gpgme_op_encrypt_sign and gpgme_op_encrypt_sign_start.
157
158 2002-02-25  Marcus Brinkmann  <marcus@g10code.de>
159
160         * gpgme.texi (Creating a Signature): Add a note about
161         certificates to include.
162         (Included Certificates): New section.
163
164 2002-02-09  Marcus Brinkmann  <marcus@g10code.de>
165
166         * gpgme.texi (Detailed Results): Remove literal tags.
167         (Generating Keys): Update documentation.
168
169         * gpgme.texi (Generating Keys): Fix syntax error.
170
171 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
172
173         * gpgme.texi (Waiting For Completion): Adjust doc to changes in
174         the code.
175
176 2002-02-06  Marcus Brinkmann  <marcus@g10code.de>
177
178         * gpgme.texi (Key Listing Mode): Update documentation.
179
180 2002-01-31  Marcus Brinkmann  <marcus@g10code.de>
181
182         * gpgme.texi (Generating Keys): Document error at creation
183         failure.
184
185 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
186
187         * gpgme.texi (Deleting Keys): Document new error values.
188
189 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
190
191         * gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.
192
193 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
194
195         * gpgme.texi: Some spell checking.
196
197 2002-01-30  Marcus Brinkmann  <marcus@g10code.de>
198
199         * gpgme.texi: Add all the gpgme_op_*_start functions.
200         Fill the concept index with many, many entries.
201
202 2002-01-29  Marcus Brinkmann  <marcus@g10code.de>
203
204         * gpgme.texi (Run Control): New section.
205         (Verify): Docuent gpgme_get_notation.
206         (More Information): New section describing gpgme_get_op_info.
207
208 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
209
210         * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
211         R_HD type from void* to void**.
212
213 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
214
215         * gpgme.texi (Creating data buffers): Change
216         gpgme_data_new_from_filepart's LENGTH type from off_t to size_t.
217
218 2002-01-22  Marcus Brinkmann  <marcus@g10code.de>
219
220         * gpgme.texi (Generating keys): New subsection.
221         (Exporting keys): Likewise.
222         (Importing keys): Likewise.
223         (Deleting keys): Likewise.
224
225 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
226
227         * gpgme.texi: g10Code -> g10 Code
228
229         * gpgme.texi (Top): Complete detailmenu.
230         
231         * gpgme.texi: Convert embarassing cruft to the real thing.
232
233 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
234
235         * ChangeLog: New file.
236         * gpgme.texi: Likewise.
237         * gpl.texi: Likewise.
238         * fdl.texi: Likewise.
239         * Makefile.am (info_TEXINFOS): New variable.
240         (gpgme_TEXINFOS): Likewise.
241
242  Copyright 2002 g10 Code GmbH
243
244  This file is free software; as a special exception the author gives
245  unlimited permission to copy and/or distribute it, with or without
246  modifications, as long as this notice is preserved.
247
248  This file is distributed in the hope that it will be useful, but
249  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
250  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.