aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2002-01-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-301-16/+18
| | | | | * gpgme.texi: Some spell checking.
* doc/Marcus Brinkmann2002-01-301-31/+227
| | | | | | | | | | | | | | 2002-01-30 Marcus Brinkmann <[email protected]> * gpgme.texi: Add all the gpgme_op_*_start functions. Fill the concept index with many, many entries. gpgme/ 2002-01-30 Marcus Brinkmann <[email protected]> * gpgme.h: Add lots of comment and fix the formatting. Add gpgme_trustlist_end prototype.
* doc/Marcus Brinkmann2002-01-291-145/+269
| | | | | | | | | | | | | | | | | 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.texi (Run Control): New section. (Verify): Docuent gpgme_get_notation. (More Information): New section describing gpgme_get_op_info. gpgme/ 2002-01-29 Marcus Brinkmann <[email protected]> * gpgme.h: Add new type GpgmeIdleFunc. Change type of gpgme_register_idle to return and accept this type. * wait.c (gpgme_register_idle): Fix type. Save and return old value of idle_function.
* doc/Marcus Brinkmann2002-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's R_HD type from void* to void**. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to void**. tests/ 2002-01-22 Marcus Brinkmann <[email protected]> * gpg/t-signers.c (passphrase_cb): Change type of r_hd to void**. * gpg/t-sign.c (passphrase_cb): Likewise. * gpg/t-decrypt-verify.c (passphrase_cb): Likewise. * gpg/t-decrypt.c (passphrase_cb): Likewise.
* doc/Marcus Brinkmann2002-01-221-1/+1
| | | | | | | | | | | | | | | 2002-01-22 Marcus Brinkmann <[email protected]> * gpgme.texi (Creating data buffers): Change gpgme_data_new_from_filepart's LENGTH type from off_t to size_t. gpgme/ 2002-01-22 Marcus Brinkmann <[email protected]> * data.c (gpgme_data_new_from_filepart): Change type of LENGTH from off_t to size_t. * gpgme.h: Likewise.
* Fix copyright year.Marcus Brinkmann2002-01-221-1/+1
|
* 2002-01-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-221-13/+112
| | | | | | | | * gpgme.texi (Generating keys): New subsection. (Exporting keys): Likewise. (Importing keys): Likewise. (Deleting keys): Likewise.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-161-1/+1
| | | | | | | | | * gpgme.texi: g10Code -> g10 Code * gpgme.texi (Top): Complete detailmenu. * gpgme.texi: Convert embarassing cruft to the real thing.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-161-0/+5
| | | | | * gpgme.texi (Top): Complete detailmenu.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-161-1/+1
| | | | | * gpgme.texi: Convert embarassing cruft to the real thing.
* 2002-01-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-01-161-0/+1846
* ChangeLog: New file. * gpgme.texi: Likewise. * gpl.texi: Likewise. * fdl.texi: Likewise. * Makefile.am (info_TEXINFOS): New variable. (gpgme_TEXINFOS): Likewise.