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