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