2002-01-16 Marcus Brinkmann <marcus@g10code.de>
[gpgme.git] / gpgmeplug / ChangeLog
1 2002-01-16  Marcus Brinkmann  <marcus@g10code.de>
2
3         * gpgme-openpgp.c: New file.
4         * Makefile.am (gpgme_openpgp_la_SOURCES): Replace gpgmeplug.c with
5         gpgme-openpgp.c.
6
7 2002-01-15  Marcus Brinkmann  <marcus@g10code.de>
8
9         * gpgmeplug.c: Renamed to ...
10         * gpgme-openpgp.c: ... this.  New file.
11         * gpgsmplug.c: Renamed to ...
12         * gpgme-smime.c: ... this.  new file.
13         * Makefile.am: Rewritten to use libtool's module functionality.
14
15 2001-12-19  Marcus Brinkmann  <marcus@g10code.de>
16
17         * Makefile.am (lib_LTLIBRARIES): Rename to ...
18         (noinst_LTLIBRARIES): ... this target.
19
20 2001-12-19  Marcus Brinkmann  <marcus@g10code.de>
21
22         * Makefile.am (libgpgmeplug_la_SOURCES): Remove gpgme.h.
23         (libgpgsmplug_la_SOURCES): Likewise.
24
25 2001-11-29  Marcus Brinkmann  <marcus@g10code.de>
26
27         * gpgmeplug.c (checkMessageSignature): Add call to gpgme_set_protocol.
28
29 2001-11-24  Marcus Brinkmann  <marcus@g10code.de>
30
31         * Makefile.am (libgpgsmplug_la_SOURCES): Fix source file.
32
33 2001-11-22  Marcus Brinkmann  <marcus@g10code.de>
34
35         * Makefile.am (libgpgsmplug_la_LIBADD): New variable.
36         (libgpgsmplug_la_LDFLAGS): Likewise.
37         (libgpgsmplug_la_SOURCES): Likewise.
38         (lib_LTLIBRARIES): Add libgpgsmplug.la.
39         (INCLUDES): Include the local gpgme.h.
40
41         * gpgmeplug.c (signMessage): Set protocol.
42         (GPGMEPLUG_PROTOCOL) [!GPGMEPLUG_PROTOCOL]: Set
43         GPGMEPLUG_PROTOCOL.
44         * gpgsmplug.c: New file.
45
46 2001-11-21  Marcus Brinkmann  <marcus@g10code.de>
47
48         * gpgmeplug.c: Include config.h only if [HAVE_CONFIG_H].  Do not
49         include util.h.
50         (deinitialize): Use free, not _gpgme_free.
51         (setDirectoryServers): Use calloc, not xtrycalloc.  Use free, not
52         _gpgme_free.  Use malloc instead xtrymalloc.
53         (appendDirectoryServer): Use realloc, not xtryrealloc.
54