Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc,build: Fix "make install" if yat2m isn't available | Ingo Klöcker | 2024-09-17 | 1 | -0/+4 |
| | | | | | | | | * configure.ac: Add hint for YAT2M variable. Set HAVE_YAT2M if yat2m was found. * doc/Makefile.am (myman_pages): Set to empty string if yat2m isn't available -- | ||||
* | doc: Provide a man page for gpgme-json. | Sébastien Noel | 2024-09-10 | 1 | -2/+31 |
| | | | | | | | | | | * doc/gpgme-json.texi: New. * configure.ac: Check for yat2m. * doc/Makefile.am (YAT2M_OPTIONS): New. Also add all the other man page stuff similar to what is used in gnupg. -- ChangeLog entries by wk. | ||||
* | doc: Update the texinfo version also on gpgme.texi changes. | Werner Koch | 2024-09-10 | 1 | -1/+1 |
| | | | | | -- Fixes-commit: 7e7eaf43424556c3c25edc7b67e760ab60de55ce | ||||
* | Revert "doc: Remove UI Server documentation" | Andre Heinecke | 2019-12-11 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 1b2ad3b73c37d0583b8e438b4707dca60e26ae7e. -- Just removing the documentation was not the right way as this is still in use. | ||||
* | doc: Remove UI Server documentation | Andre Heinecke | 2019-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Add SPDX identifiers to most source files | Werner Koch | 2018-11-16 | 1 | -2/+2 |
| | | | | | | -- Signed-off-by: Werner Koch <[email protected]> | ||||
* | build: Move config.h to conf/config.h | Werner Koch | 2018-10-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | * 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 <version> 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 <[email protected]> | ||||
* | python: makefiles | Ben McGinnes | 2018-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | * 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 <[email protected]> Signed-off-by: Ben McGinnes <[email protected]> | ||||
* | docs: pre-python preparation | Ben McGinnes | 2018-10-03 | 1 | -5/+1 |
| | | | | | | | | | * 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. | ||||
* | Docs: Python bindings HOWTO | Ben McGinnes | 2018-09-15 | 1 | -2/+5 |
| | | | | | | | | | * 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. | ||||
* | Add example manifests for gpgme-json | Andre Heinecke | 2018-08-21 | 1 | -1/+2 |
| | | | | | | | | * 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. | ||||
* | doc: Get rid of version.texi | Werner Koch | 2016-08-10 | 1 | -1/+27 |
| | | | | | | | | | | | | | | | | | * 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. | ||||
* | Post release updates | Werner Koch | 2014-11-21 | 1 | -2/+2 |
| | | | | -- | ||||
* | Document contribution rules. | Werner Koch | 2012-09-25 | 1 | -1/+1 |
| | | | | | | * doc/HACKING (License policy): New. * doc/DCO: New. * AUTHORS: Change maintainer address. | ||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | * build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * build-aux/git-hook/commit-msg: New script. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011. | ||||
* | Add a module overview diagram. | Werner Koch | 2008-07-17 | 1 | -0/+2 |
| | |||||
* | Include the GnuPG UI Server specification. | Werner Koch | 2008-06-04 | 1 | -1/+1 |
| | | | | | Change the license of the manual to GPLv3+. | ||||
* | Added target "online". | Werner Koch | 2007-06-29 | 1 | -0/+9 |
| | |||||
* | 2004-12-07 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-12-07 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Refer to COPYING.LESSER and "each file" instead of COPYING. * COPYING.LESSER: New file. * gpgme.spec.in (%doc): Add COPYING.LESSER. * acinclude.m4, configure.ac, Makefile.am: Change license to LGPL 2.1 or later. * TODO: Add copyright notice. * README.CVS: Likewise. assuan/ 2004-12-07 Marcus Brinkmann <[email protected]> * README.1st: Add copyright notice. doc/ 2004-12-07 Marcus Brinkmann <[email protected]> * Makefile.am: Change license to LGPL. (gpgme_TEXINFOS): Replace gpl.texi with lesser.texi. * gpgme.texi: Change license to LGPL (also for documentation of GPGME's license). * lesser.texi: New file. * gpl.texi: File removed. gpgme/ 2004-12-07 Marcus Brinkmann <[email protected]> * putc_unlocked.c, funopen.c: I just claim copyright on these files and change their license to LGPL, because they are totally trivial wrapper functions. * isascii.c: Change copyright notice to the one from ctype/ctype.h in the GNU C Library (CVS Head 2004-10-10), where isascii is defined as a macro doing exactly the same as the function in this file. * memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06). * stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10). * ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c, ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c, data.c, data-compat.c, data-fd.c, data.h, data-mem.c, data-stream.c, data-user.c, debug.c, debug.h, decrypt.c, decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c, engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c, export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h, key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c, passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c, rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c, util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c, wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change license to LGPL. tests/ 2004-12-07 Marcus Brinkmann <[email protected]> * gpg/mkdemodirs: Add copyright notice. * gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c, gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c, gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c, gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c, gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c, gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c, gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c, gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c, gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c, gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c, t-version.c: Change license to LGPL. | ||||
* | 2004-09-30 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-09-30 | 1 | -1/+1 |
| | | | | | | | * Makefile.am (gpgme_TEXINFOS): Remove fdl.texi. * gpgme.texi: Do not include fdl.texi. Change license to GPL. * fdl.texi: File removed. | ||||
* | 2003-07-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2003-07-29 | 1 | -2/+0 |
| | | | | | * Makefile.am (EXTRA_DIST): Remove variable. | ||||
* | 2002-06-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2002-06-04 | 1 | -0/+2 |
| | | | | | * Makefile.am (DISTCLEANFILES): New variable. | ||||
* | 2002-01-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2002-01-16 | 1 | -4/+2 |
| | | | | | | | | | | * ChangeLog: New file. * gpgme.texi: Likewise. * gpl.texi: Likewise. * fdl.texi: Likewise. * Makefile.am (info_TEXINFOS): New variable. (gpgme_TEXINFOS): Likewise. | ||||
* | Added more doc entries and prepared for 0.2.3gpgme-0-2-3 | Werner Koch | 2001-09-17 | 1 | -0/+27 |