<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc, 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:35:04Z</updated>
<entry>
<title>2002-02-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-09T00:35:04Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-09T00:35:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=d85fac92fddb9fd32741953324a2237f14cbdcfa'/>
<id>urn:sha1:d85fac92fddb9fd32741953324a2237f14cbdcfa</id>
<content type='text'>
	* gpgme.texi (Generating Keys): Fix syntax error.

</content>
</entry>
<entry>
<title>2002-02-09  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-02-09T00:20:48Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-02-09T00:20:48Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b6a71ec888a50f7811c49a0bf976a9906b38569c'/>
<id>urn:sha1:b6a71ec888a50f7811c49a0bf976a9906b38569c</id>
<content type='text'>
	* gpgme.texi (Detailed Results): Remove literal tags.
	(Generating Keys): Update documentation.

</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>2002-01-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-01-30T22:48:09Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-30T22:48:09Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ca5e3a09e3e18419beaefd3d8536e83da45ae215'/>
<id>urn:sha1:ca5e3a09e3e18419beaefd3d8536e83da45ae215</id>
<content type='text'>
	* gpgme.texi (Deleting Keys): Document new error values.

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

	* gpgme.texi (Importing Keys): Add reference to gpgme_get_op_info.

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

	* import.c (struct import_result_s): New structure.
	(_gpgme_release_import_result): New function.
	(append_xml_impinfo): Likewise.
	(import_status_handler): Implement.
	* gpgme.c (_gpgme_release_result): Add call to
	_gpgme_release_import_result.
	* ops.h (_gpgme_release_impoer_result): Add prototype.
	* types.h (ImportResult): New type.
	* context.h (gpgme_context_s): Add ImportResult to member result.

	* encrypt.c (gpgme_op_encrypt): Code clean up.

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

	* gpg/t-import.c (print_op_info): New function.
	(main): Use it.

</content>
</entry>
<entry>
<title>2002-01-30  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-01-30T01:43:05Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-01-30T01:43:05Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=648db717445ce93ffe264d04fb1edbecda287869'/>
<id>urn:sha1:648db717445ce93ffe264d04fb1edbecda287869</id>
<content type='text'>
	* gpgme.texi: Some spell checking.

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

	* gpgme.texi: Add all the gpgme_op_*_start functions.
	Fill the concept index with many, many entries.

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

	* gpgme.h: Add lots of comment and fix the formatting.  Add
	gpgme_trustlist_end prototype.

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

	* 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  &lt;marcus@g10code.de&gt;

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

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