aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc/Marcus Brinkmann2002-02-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Waiting For Completion): Adjust doc to changes in the code. gpgme/ 2002-02-06 Marcus Brinkmann <[email protected]> * wait.c (gpgme_wait): Add new argument STATUS, in which the status of the returned context is returned. (_gpgme_wait_on_condition): Rework the function a bit, to make it aware of cancelled processes, and to allow to use gpgme_wait with CTX being NULL (as documented in the source). (struct proc_s): New member REPORTED. * gpgme.h: Fix prototype. * verify.c (gpgme_op_verify): Fix use of gpgme_wait. * sign.c (gpgme_op_sign): * import.c (gpgme_op_import): * genkey.c (gpgme_op_genkey): * export.c (gpgme_op_export): * encrypt.c (gpgme_op_encrypt): * delete.c (gpgme_op_delete): * decrypt-verify.c (gpgme_op_decrypt_verify):
* doc/Marcus Brinkmann2002-02-061-0/+14
| | | | | | | | | | | | | | | | | | | | 2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.texi (Key Listing Mode): Update documentation. gpgme/ 2002-02-06 Marcus Brinkmann <[email protected]> * gpgme.c (gpgme_set_keylist_mode): Possibly return an error value. (gpgme_get_keylist_mode): New function. (gpgme_new): Set the default for keylist_mode member of CTX. * gpgme.h (gpgme_set_keylist_mode): Fix prototype. (gpgme_get_keylist_mode): New prototype. (GPGME_KEYLIST_MODE_LOCAL): New macro. (GPGME_KEYLIST_MODE_EXTERN): Likewise..
* Be a bit clearer.Marcus Brinkmann2002-01-301-2/+2
|
* doc/Marcus Brinkmann2002-01-291-0/+4
| | | | | | | | | | | | | | | | | 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.
* Some small updates.Marcus Brinkmann2002-01-221-0/+3
|
* doc/Marcus Brinkmann2002-01-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | 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/+10
| | | | | | | | | | | | | | | 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.
* Update all these funny copright notices.Marcus Brinkmann2002-01-161-1/+1
|
* * There is a Texinfo manual documenting the API.Marcus Brinkmann2002-01-161-0/+5
| | | | | | * New interface gpgme_op_trustlist_end() to match gpgme_op_keylist_end.
* Final polish.Marcus Brinkmann2001-12-181-1/+3
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-181-0/+5
| | | | | | | | | | | * keylist.c (gpgme_op_keylist_end): New function. * gpgme.h (gpgme_op_keylist_end): New prototype. * engine.h (gpgme_engine_check_version): Move prototype to ... * gpgme.h (gpgme_engine_check_version): ... here. * genkey.c (gpgme_op_genkey_start): Remove unused variable.
* More about the new version.Marcus Brinkmann2001-12-181-1/+27
|
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-181-0/+3
| | | | | | | * key.c (_gpgme_key_append_name): Append, not prepend, the uid. Initialize the next field of the uid structure. (gpgme_key_get_as_xml): Do not list last uid first.
* Add items about all the new software included.Marcus Brinkmann2001-12-141-4/+17
|
* 2001-11-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Renamed to ... * configure.ac: ... this. Update to autoconf 2.52. Lots of small changes in the transition. Support --with-gpg=PATH and --with-gpgsm=PATH options. Check if test suites can be run. * acconfig.h: Add GPGSM_PATH. * Makefile.am: New variable `tests', set to `tests' if RUN_GPG_TESTS. (SUBDIRS): Replace string `tests' with variable `tests'. gpgme/ 2001-11-18 Marcus Brinkmann <[email protected]> * configure.in: Renamed to ... * configure.ac: ... this. Update to autoconf 2.52. Lots of small changes in the transition. Support --with-gpg=PATH and --with-gpgsm=PATH options. Check if test suites can be run. * acconfig.h: Add GPGSM_PATH. * Makefile.am: New variable `tests', set to `tests' if RUN_GPG_TESTS. (SUBDIRS): Replace string `tests' with variable `tests'.
* Fix small error.Marcus Brinkmann2001-11-161-1/+1
|
* * TODO: Remove obsolete items, categorize another.Marcus Brinkmann2001-11-161-0/+4
| | | | | * NEWS: Add new feature decrypt-verify.
* Fixed a keylisting bugWerner Koch2001-09-171-1/+1
|
* Added more doc entries and prepared for 0.2.3gpgme-0-2-3Werner Koch2001-09-171-0/+9
|
* Typo fixes and new gpgme_get_op_infoWerner Koch2001-08-281-0/+4
|
* Ready to release 0.2.2gpgme-0-2-2Werner Koch2001-06-121-0/+8
|
* Reverted changeWerner Koch2001-04-121-1/+1
|
* testAnonCVS2001-04-121-0/+1
|
* Release 0.2.1gpgme-0-2-1Werner Koch2001-04-021-0/+20
|
* Starting project 'GnuPG Made Easy'Werner Koch2000-10-271-0/+0