<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/doc/Makefile.am, branch dkg/fix-4821</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-4821</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=dkg%2Ffix-4821'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2019-12-11T09:30:41Z</updated>
<entry>
<title>Revert "doc: Remove UI Server documentation"</title>
<updated>2019-12-11T09:30:41Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@gnupg.org</email>
</author>
<published>2019-12-11T09:30:41Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=7e7eaf43424556c3c25edc7b67e760ab60de55ce'/>
<id>urn:sha1:7e7eaf43424556c3c25edc7b67e760ab60de55ce</id>
<content type='text'>
This reverts commit 1b2ad3b73c37d0583b8e438b4707dca60e26ae7e.

--
Just removing the documentation was not the right way as
this is still in use.
</content>
</entry>
<entry>
<title>doc: Remove UI Server documentation</title>
<updated>2019-11-12T10:04:11Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@gnupg.org</email>
</author>
<published>2019-11-12T10:04:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=1b2ad3b73c37d0583b8e438b4707dca60e26ae7e'/>
<id>urn:sha1:1b2ad3b73c37d0583b8e438b4707dca60e26ae7e</id>
<content type='text'>
* doc/Makefile.am: Remove uiserver.texi
* doc/gpgme.texi: Remove UI-Server mentions.
* doc/uiserver.texi: Removed.

--
This prepares the removal of UI Server from implementing
applications like Kleopatra.
The only user of the UI Server is GpgEX and even that
does not need it at all and is better served with process
calls.

GnuPG-Bug-Id: T4030
</content>
</entry>
<entry>
<title>Add SPDX identifiers to most source files</title>
<updated>2018-11-16T12:27:33Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2018-11-16T12:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=8d91c0f4cdcc26679067ae681ae12600fb450200'/>
<id>urn:sha1:8d91c0f4cdcc26679067ae681ae12600fb450200</id>
<content type='text'>
--

Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>build: Move config.h to conf/config.h</title>
<updated>2018-10-05T13:14:58Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2018-10-05T13:14:58Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ecfa48fffa93f3d1b66354d2d46872ff614c4a68'/>
<id>urn:sha1:ecfa48fffa93f3d1b66354d2d46872ff614c4a68</id>
<content type='text'>
* conf/: New dir.
* configure.ac (AC_CONFIG_HEADER): Move header to conf dir.
* doc/Makefile.am (mkdefsinc): Adjust rule.
* lang/python/Makefile.am (copystamp): Ditto.
--

C++ uses those stupid files without a suffix and thus the new standard
header &lt;version&gt; as included by newer other libc++ versions may
conflict with the VERSION file in out top directory.   This change
should solve the problem.

GnuPG-bug-id: 4168
Signed-off-by: Werner Koch &lt;wk@gnupg.org&gt;
</content>
</entry>
<entry>
<title>python: makefiles</title>
<updated>2018-10-04T11:10:46Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-04T11:10:46Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=f3fc73738264d21baf0e9b49fdd5cb67faa11d31'/>
<id>urn:sha1:f3fc73738264d21baf0e9b49fdd5cb67faa11d31</id>
<content type='text'>
* doc/Makefile.am: Removed a bit I forgot about.
* Renamed lang/python/docs to lang/python/doc bvecause apparently
  automake cares about that too.
* Decided to be extra explicit in the manifest because if I don't then
  all sorts of things get deleted ... like lang/python
* Tested on an external linux system just in case my osx workstation
  introduces too much weirdness.

Tested-by: Ben McGinnes &lt;ben@adversary.org&gt;
Signed-off-by: Ben McGinnes &lt;ben@adversary.org&gt;
</content>
</entry>
<entry>
<title>docs: pre-python preparation</title>
<updated>2018-10-03T15:42:12Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-10-03T15:42:12Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b2802053192ba0000866b145b715a557d34ed0eb'/>
<id>urn:sha1:b2802053192ba0000866b145b715a557d34ed0eb</id>
<content type='text'>
* doc/Makefile.am: removed the python howto from this file, restoring
  it to just the main project and the newer .js files.
* deleted: doc/gpgme-python-howto.texi
* renamed the Short_History.org file to short-history.org to keep the
  naming conventions similar.
* All the Python files can (and should) live together.
</content>
</entry>
<entry>
<title>Docs: Python bindings HOWTO</title>
<updated>2018-09-15T18:04:13Z</updated>
<author>
<name>Ben McGinnes</name>
<email>ben@adversary.org</email>
</author>
<published>2018-09-15T18:04:13Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b19faa26e01df4d78286e013313e5ab25f517d49'/>
<id>urn:sha1:b19faa26e01df4d78286e013313e5ab25f517d49</id>
<content type='text'>
* Added doc/gpgme-python-howto.texi: generated from
  GPGMEpythonHOWTOen.org and then slightly modified so the generated
  Info file doesn't use camelCase.
* doc/Makefile.am: Updated makefile to include the Python HOWTO with
  gpgme_TEXINFOS and to export the generated files to the webserver
  along with the main GPGME one.
</content>
</entry>
<entry>
<title>Add example manifests for gpgme-json</title>
<updated>2018-08-21T11:58:51Z</updated>
<author>
<name>Andre Heinecke</name>
<email>aheinecke@intevation.de</email>
</author>
<published>2018-08-21T11:24:08Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9608996d88549b60da490e5eeb41db023f97a038'/>
<id>urn:sha1:9608996d88549b60da490e5eeb41db023f97a038</id>
<content type='text'>
* doc/examples/gpgme-chrome.json, doc/examples/gpgme-mozilla.json: New.
* doc/Makefile.am (EXTRA_DIST): Include them.

--
The id contained in the examples is the ID of Mailvelope.
</content>
</entry>
<entry>
<title>doc: Get rid of version.texi</title>
<updated>2016-08-10T14:33:20Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2016-08-10T14:33:20Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b7d99e02188b7907b09fec3032fc1fd82fc2668a'/>
<id>urn:sha1:b7d99e02188b7907b09fec3032fc1fd82fc2668a</id>
<content type='text'>
* configure.ac (CC_FOR_BUILD): New.
* doc/mkdefsinc.c: New.  Taken from GnuPG and modified for gpgme.
* doc/Makefile.am (EXTRA_DIST): Add defsincdate and mkdefsinc.c
(BUILT_SOURCES): new.
(gpgme.texi): New dependency.
(mkdefsinc, defsincdate, defs.inc): New rules.
(dist-hook): New.
* doc/gpgme.texi: Include defs.inc.  Remove version.texi.
--

GnuPG-bug-id: 2352

That new system should also yield more approriate date infos for the
manual.
</content>
</entry>
<entry>
<title>Post release updates</title>
<updated>2014-11-21T20:29:11Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2014-11-21T20:29:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=162c87f069ebeecec4244fdfe56a19c566641356'/>
<id>urn:sha1:162c87f069ebeecec4244fdfe56a19c566641356</id>
<content type='text'>
--
</content>
</entry>
</feed>
