Minor doc fixes
This commit is contained in:
parent
9c94500486
commit
d901ebf3b9
3
THANKS
3
THANKS
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
Alfons Hoogervorst alfons@proteus.demon.nl
|
Alfons Hoogervorst alfons@proteus.demon.nl
|
||||||
Enno Cramer uebergeek@web.de
|
Enno Cramer uebergeek@web.de
|
||||||
|
Frank Heckenbach frank@g-n-u.de
|
||||||
Jan-Oliver Wagner jan@intevation.de
|
Jan-Oliver Wagner jan@intevation.de
|
||||||
Johannes Poehlmann jhp@caldera.de
|
Johannes Poehlmann jhp@caldera.de
|
||||||
Jose C. García Sogo jose@jaimedelamo.eu.org
|
Jose C. García Sogo jose@jaimedelamo.eu.org
|
||||||
@ -10,7 +11,7 @@ Timo Schulz twoaday@freakmail.de
|
|||||||
Tommy Reynolds reynolds@redhat.com
|
Tommy Reynolds reynolds@redhat.com
|
||||||
|
|
||||||
|
|
||||||
Copyright 2001 g10 Code GmbH
|
Copyright 2001, 2002 g10 Code GmbH
|
||||||
|
|
||||||
This file is free software; as a special exception the author gives
|
This file is free software; as a special exception the author gives
|
||||||
unlimited permission to copy and/or distribute it, with or without
|
unlimited permission to copy and/or distribute it, with or without
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.in for GPGME
|
# configure.in for GPGME
|
||||||
# Copyright (C) 2000 Werner Koch (dd9jn)
|
# Copyright (C) 2000 Werner Koch (dd9jn)
|
||||||
# Copyright (C) 2001 g10 Code GmbH
|
# Copyright (C) 2001, 2002 g10 Code GmbH
|
||||||
#
|
#
|
||||||
# This file is part of GPGME.
|
# This file is part of GPGME.
|
||||||
#
|
#
|
||||||
@ -26,11 +26,11 @@
|
|||||||
# (Interfaces added: AGE++)
|
# (Interfaces added: AGE++)
|
||||||
# (Interfaces removed: AGE=0)
|
# (Interfaces removed: AGE=0)
|
||||||
#
|
#
|
||||||
AC_INIT(gpgme, 0.3.5-cvs, [gnupg-devel@gnupg.org])
|
AC_INIT(gpgme, 0.3.5-cvs-2002-03-10, [gnupg-devel@gnupg.org])
|
||||||
LIBGPGME_LT_CURRENT=7
|
LIBGPGME_LT_CURRENT=7
|
||||||
LIBGPGME_LT_AGE=1
|
LIBGPGME_LT_AGE=1
|
||||||
LIBGPGME_LT_REVISION=0
|
LIBGPGME_LT_REVISION=0
|
||||||
NEED_GPG_VERSION=1.0.6
|
NEED_GPG_VERSION=1.0.6d
|
||||||
NEED_GPGSM_VERSION=0.3.1
|
NEED_GPGSM_VERSION=0.3.1
|
||||||
##############################################
|
##############################################
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-08 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* gpgme.texi (Detailed Results): Import does also return info.
|
||||||
|
|
||||||
2002-03-06 Marcus Brinkmann <marcus@g10code.de>
|
2002-03-06 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* gpgme.texi (Encrypting a Plaintext): Document symmetric
|
* gpgme.texi (Encrypting a Plaintext): Document symmetric
|
||||||
|
@ -2370,7 +2370,7 @@ Here is a sample of the information that might be returned:
|
|||||||
@end example
|
@end example
|
||||||
|
|
||||||
Currently, the only operations that return additional information are
|
Currently, the only operations that return additional information are
|
||||||
encrypt and sign. @xref{Encrypt}, @xref{Sign}.
|
encrypt, sign and import. @xref{Encrypt}, @xref{Sign}, @xref(Importing Keys}.
|
||||||
|
|
||||||
The function returns a string or @code{NULL} if no such data is
|
The function returns a string or @code{NULL} if no such data is
|
||||||
available.
|
available.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-08 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* util.h [!HAVE_FOPENCOOKIE]: Fixed type. Thanks to Frank Heckenbach.
|
||||||
|
|
||||||
2002-03-07 Werner Koch <wk@gnupg.org>
|
2002-03-07 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* gpgme.h (gpgme_op_keylist_ext_start): Add prototype.
|
* gpgme.h (gpgme_op_keylist_ext_start): Add prototype.
|
||||||
|
@ -139,7 +139,7 @@ typedef struct
|
|||||||
ssize_t (*read)(void*,char*,size_t);
|
ssize_t (*read)(void*,char*,size_t);
|
||||||
ssize_t (*write)(void*,const char*,size_t);
|
ssize_t (*write)(void*,const char*,size_t);
|
||||||
int (*seek)(void*,off_t*,int);
|
int (*seek)(void*,off_t*,int);
|
||||||
int (*close)(coid*);
|
int (*close)(void*);
|
||||||
} _IO_cookie_io_functions_t;
|
} _IO_cookie_io_functions_t;
|
||||||
typedef _IO_cookie_io_functions_t cookie_io_functions_t;
|
typedef _IO_cookie_io_functions_t cookie_io_functions_t;
|
||||||
FILE *fopencookie (void *cookie, const char *opentype,
|
FILE *fopencookie (void *cookie, const char *opentype,
|
||||||
|
Loading…
Reference in New Issue
Block a user