Generate the ChangeLog from commit logs.
[gpgme.git] / lang / cl / ChangeLog-2011
1 2011-12-02  Werner Koch  <wk@g10code.com>
2
3         NB: ChangeLog files are no longer manually maintained.  Starting
4         on December 1st, 2011 we put change information only in the GIT
5         commit log, and generate a top-level ChangeLog file from logs at
6         "make dist".  See doc/HACKING for details.
7
8 2008-11-08  Moritz  <moritz@gnu.org>
9
10         * gpgme.lisp (size-t): Wrong call to defctype: function accepts
11         optional, not keyword argument.
12         (ssize-t): Likewise.
13         (off-t): Likewise.
14         (gpgme-data-t, gpgme-ctx-t): Likewise.
15         (gpgme-error-t): Likewise.
16         (gpgme-error-no-signal-t): Likewise.
17         (gpgme-err-code-t): Likewise.
18         (gpgme-err-source-t): Likewise.
19         (gpgme-sig-notation-t, gpgme-engine-info-t): Likewise.
20         (gpgme-subkey-t): Likewise.
21         (gpgme-key-sig-t): Likewise.
22         (gpgme-user-id-t): Likewise.
23         (gpgme-key-t): Likewise.
24         (gpgme-data-cbs-t): Likewise.
25         (gpgme-invalid-key-t): Likewise.
26         (gpgme-op-encrypt-result-t): Likewise.
27         (gpgme-recipient-t): Likewise.
28         (gpgme-op-decrypt-result-t): Likewise.
29         (gpgme-new-signature-t): Likewise.
30         (gpgme-op-sign-result-t): Likewise.
31         (gpgme-signature-t): Likewise.
32         (gpgme-op-verify-result-t): Likewise.
33         (gpgme-import-status-t): Likewise.
34         (gpgme-op-import-result-t): Likewise.
35         (gpgme-op-genkey-result-t): Likewise.
36         (gpgme-op-keylist-result-t): Likewise.
37
38 2006-07-06  Marcus Brinkmann  <marcus@g10code.de>
39
40         * Initial release.
41
42  Copyright (C) 2006, 2008 g10 Code GmbH
43
44  This file is free software; as a special exception the author gives
45  unlimited permission to copy and/or distribute it, with or without
46  modifications, as long as this notice is preserved.
47
48  This file is distributed in the hope that it will be useful, but
49  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
50  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.