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