diff options
author | Marcus Brinkmann <[email protected]> | 2003-04-30 03:34:30 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-04-30 03:34:30 +0000 |
commit | 102e973a9bc2746899bf604ea70e69f9862a6c6b (patch) | |
tree | 67646bf80f852e20e81dd832fa72fc9aa3562013 /doc/ChangeLog | |
parent | Really remove file. (diff) | |
download | gpgme-102e973a9bc2746899bf604ea70e69f9862a6c6b.tar.gz gpgme-102e973a9bc2746899bf604ea70e69f9862a6c6b.zip |
doc/
2003-04-30 Marcus Brinkmann <[email protected]>
* gpgme.texi (Encrypting a Plaintext): Remove reference to
gpgme_get_op_info.
(Detailed Results): Subsection removed.
gpgme/
2003-04-30 Marcus Brinkmann <[email protected]>
* gpgme.h (gpgme_get_op_info): Remove prototype.
* ops.h (_gpgme_set_op_info,
_gpgme_data_release_and_return_string, _gpgme_data_get_as_string,
_gpgme_data_append, _gpgme_data_append_string,
_gpgme_data_append_string_for_xml, _gpgme_data_append_for_xml,
_gpgme_data_append_percentstring_for_xml): Likewise.
(_gpgme_progress_status_handler): Change first arg to void *.
* progress.c (_gpgme_progress_status_handler): Likewise.
* conversion.c: Do not include <string.h>, <errno.h>, <ctype.h>,
and <sys/types.h>, but <string.h>.
(_gpgme_data_append): Remove function.
(_gpgme_data_append_string): Likewise.
(_gpgme_data_append_for_xml): Likewise.
(_gpgme_data_append_string_for_xml): Likewise.
(_gpgme_data_append_percentstring_for_xml): Likewise.
* data-mem.c (_gpgme_data_get_as_string): Likewise.
(_gpgme_data_release_and_return_string): Likewise.
* gpgme.c (gpgme_get_op_info): Likewise.
(_gpgme_set_op_info): Likewise.
tests/
2003-04-30 Marcus Brinkmann <[email protected]>
* gpg/t-eventloop.c (main): Do not call print_op_info.
(print_op_info): Function removed.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 94d8f19e..fe3c608f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2003-04-30 Marcus Brinkmann <[email protected]> + * gpgme.texi (Encrypting a Plaintext): Remove reference to + gpgme_get_op_info. + (Detailed Results): Subsection removed. + * gpgme.texi (Key Listing Mode): Add GPGME_KEYLIST_MODE_SIGS. (Manipulating Keys): Add obsoleteness note. (Key Signatures): Likewise. |