<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/TODO, branch gpgme-0-3-1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-0-3-1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2002-02-09T00:59:14Z</updated>
<entry>
<title>2002-02-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-09T00:59:14Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-09T00:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3cd7f60612a352aa3f863095b19c2e496f6210e1'/>
<id>urn:sha1:3cd7f60612a352aa3f863095b19c2e496f6210e1</id>
<content type='text'>
	* configure.ac (AC_INIT): Bump version to 0.3.1

</content>
</entry>
<entry>
<title>Update some items.</title>
<updated>2002-02-06T01:30:27Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-06T01:30:27Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a758f4c7185ff8e12d3a66d9f230fb82cfaa9e8a'/>
<id>urn:sha1:a758f4c7185ff8e12d3a66d9f230fb82cfaa9e8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-02-06T01:20:49Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-06T01:20:49Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=69ab559a7b7ea9f05b68911d17bb33b7f85c033c'/>
<id>urn:sha1:69ab559a7b7ea9f05b68911d17bb33b7f85c033c</id>
<content type='text'>
2002-02-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Waiting For Completion): Adjust doc to changes in
	the code.

gpgme/
2002-02-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* 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):

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-02-06T00:08:47Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-06T00:08:47Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=4fa30089501b479a5e57086c8ce3de7c90c5dff1'/>
<id>urn:sha1:4fa30089501b479a5e57086c8ce3de7c90c5dff1</id>
<content type='text'>
2002-02-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Key Listing Mode): Update documentation.

gpgme/
2002-02-06  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* 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..

</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-31T00:31:44Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-31T00:31:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=129da707d1464633595151e70b3982cc3bbe5496'/>
<id>urn:sha1:129da707d1464633595151e70b3982cc3bbe5496</id>
<content type='text'>
2002-01-31  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Generating Keys): Document error at creation
	failure.

gpgme/
2002-01-31  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* rungpg.h: Add STATUS_KEY_CREATED.

	* progress.c: New file.
	* Makefile.am (libgpgme_la_SOURCES): Add progress.c.

	* genkey.c (genkey_status_handler): Use
	_gpgme_progress_status_handler.  Add check for status.
	(struct genkey_result_s): New structure.
	(_gpgme_release_genkey_result): New function.
	(gpgme_op_genkey): Check for error.
	* gpgme.c (_gpgme_release_result): Call
	_gpgme_release_genkey_result.
	* ops.h (_gpgme_release_genkey_result): Add prototype.
	* types.h (GenKeyResult): New type.
	* context.h (gpgme_context_s): Add GenKeyResult to member result.

</content>
</entry>
<entry>
<title>Add more about status handler.</title>
<updated>2002-01-30T01:21:55Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-30T01:21:55Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=843c3f4b7825ef482b0f88a2010eb48fc46c9129'/>
<id>urn:sha1:843c3f4b7825ef482b0f88a2010eb48fc46c9129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete obsolete item.</title>
<updated>2002-01-22T18:14:33Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T18:14:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a5329adab7ace94ca36275191f98165bb41d6aec'/>
<id>urn:sha1:a5329adab7ace94ca36275191f98165bb41d6aec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some small updates.</title>
<updated>2002-01-22T16:55:58Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T16:55:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=14fe2162770f4dac4b3f67c9b250e7648bd4fcdb'/>
<id>urn:sha1:14fe2162770f4dac4b3f67c9b250e7648bd4fcdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove obsolete item.</title>
<updated>2002-01-22T15:34:17Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T15:34:17Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=e70c1842351c98ff59b48d9282ea2a008e961586'/>
<id>urn:sha1:e70c1842351c98ff59b48d9282ea2a008e961586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/</title>
<updated>2002-01-22T15:32:44Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-22T15:32:44Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f'/>
<id>urn:sha1:1e1fb4724cb224ef5fb4e56edb4ba9ff2deceb0f</id>
<content type='text'>
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.texi (Passphrase callback): Change GpgmePassphraseCb's
	R_HD type from void* to void**.

gpgme/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* gpgme.h (GpgmePassphraseCb): Change type of R_HD from void* to
	void**.

tests/
2002-01-22  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* 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.

</content>
</entry>
</feed>
