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