summaryrefslogtreecommitdiff
path: root/lisp/epg.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Treat passed strings as raw-text when percent-escaping in epgRobert Pluim2019-12-121-1/+1
* Make display of S/MIME signatures slightly betterLars Ingebrigtsen2019-10-231-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-2/+2
* Only use --sender for gpg when gpg supports itTeemu Likonen2019-08-261-3/+7
* Use the gpg --sender optionTeemu Likonen2019-07-131-0/+8
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-7/+7
* epg: Use unibyte string to decode percent escapesChristophe Troestler2019-06-221-10/+9
* Update epg.el algorithm id-name association listsTeemu Likonen2019-06-221-7/+13
* Remove obsolete epg functionsLars Ingebrigtsen2019-05-171-34/+0
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-271-1/+1
|\ \ | |/
| * Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.Pierre Téchoueyres2018-10-271-1/+1
* | Fix epg bug with (TICKS . HZ) timestampPaul Eggert2018-10-221-4/+1
* | file-attributes cleanupPaul Eggert2018-09-231-2/+6
* | Move epa-pinentry-mode to epg-config (Bug#26298)Noam Postavsky2018-05-231-1/+1
* | Drop some epg/epa backwards compat code for ancient Emacs versionsNoam Postavsky2018-05-231-95/+23
* | Replace epg--gv-nreverse with (cl-callf nreverse ...)Noam Postavsky2018-04-281-7/+3
|/
* * lisp/epg.el (epg-start-sign): Replace obsolete functions.Glenn Morris2018-01-091-2/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Remove pinentry.elDaiki Ueno2017-12-211-19/+0
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-221-3/+2
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix bug in handling GnuPG's TRUST_MARGINAL statusTeemu Likonen2017-06-261-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | epg: don't use obsolete functionDaiki Ueno2016-06-091-12/+2
* | epg: don't start pinentry if it is uselessDaiki Ueno2016-06-091-2/+6
|/
* Naming fix for consistencyDaiki Ueno2016-02-211-1/+1
* Make GnuPG version check robusterDaiki Ueno2016-02-171-5/+5
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-8/+8
* Suppress redundant Pinentry startup messagesDaiki Ueno2015-11-061-1/+3
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* epg.el: Make gpgconf output parsing future proofDaiki Ueno2015-08-181-1/+3
* * epg.el (epg--start): Check that gpgconf can be found before calling it.Ivan Andrus2015-07-181-8/+9
* epg: Automatically start pinentry serverDaiki Ueno2015-07-161-0/+10
* Add pinentry.el for better GnuPG integrationDaiki Ueno2015-06-181-0/+3
* Utilize `make-process' in epg.elDaiki Ueno2015-04-121-22/+26
* epg: Fix key generation interfaceDaiki Ueno2015-03-241-3/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* epg: Support key editingDaiki Ueno2014-11-181-8/+54
* epg: Fix callback argument type checkDaiki Ueno2014-11-181-6/+6
* epg: Adjust to GnuPG 2.1 key listing changeDaiki Ueno2014-11-071-2/+3
* epg: Fix the last commitDaiki Ueno2014-11-061-1/+1