summaryrefslogtreecommitdiff
path: root/lisp/epg.el
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Filter revoked keys when saving filesLars Ingebrigtsen2020-12-09
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* Split EasyPG libraries into outline sectionsJonas Bernoulli2020-08-13
* ; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.Jonas Bernoulli2020-08-13
* ; * lisp/epg.el (epg-signature-to-string): Tiny refactor.Jonas Bernoulli2020-08-13
* ; * lisp/epg.el (epg-signature-to-string): Use cl-case.Jonas Bernoulli2020-08-13
* Signal an error in the user clicks "cancel" when signing in epgLars Ingebrigtsen2020-08-02
* Update copyright year to 2020Paul Eggert2020-01-01
* Treat passed strings as raw-text when percent-escaping in epgRobert Pluim2019-12-12
* Make display of S/MIME signatures slightly betterLars Ingebrigtsen2019-10-23
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Only use --sender for gpg when gpg supports itTeemu Likonen2019-08-26
* Use the gpg --sender optionTeemu Likonen2019-07-13
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-06
* epg: Use unibyte string to decode percent escapesChristophe Troestler2019-06-22
* Update epg.el algorithm id-name association listsTeemu Likonen2019-06-22
* Remove obsolete epg functionsLars Ingebrigtsen2019-05-17
* Fix regular-expression glitches and typosPaul Eggert2019-03-04
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-10-27
|\|
| * Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.Pierre Téchoueyres2018-10-27
* | Fix epg bug with (TICKS . HZ) timestampPaul Eggert2018-10-22
* | file-attributes cleanupPaul Eggert2018-09-23
* | Move epa-pinentry-mode to epg-config (Bug#26298)Noam Postavsky2018-05-23
* | Drop some epg/epa backwards compat code for ancient Emacs versionsNoam Postavsky2018-05-23
* | Replace epg--gv-nreverse with (cl-callf nreverse ...)Noam Postavsky2018-04-28
|/
* * lisp/epg.el (epg-start-sign): Replace obsolete functions.Glenn Morris2018-01-09
* Update copyright year to 2018Paul Eggert2018-01-01
* Remove pinentry.elDaiki Ueno2017-12-21
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Avoid unnecessary rounding errors in timestampsPaul Eggert2017-10-22
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix bug in handling GnuPG's TRUST_MARGINAL statusTeemu Likonen2017-06-26
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | epg: don't use obsolete functionDaiki Ueno2016-06-09
* | epg: don't start pinentry if it is uselessDaiki Ueno2016-06-09
|/
* Naming fix for consistencyDaiki Ueno2016-02-21
* Make GnuPG version check robusterDaiki Ueno2016-02-17
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Suppress redundant Pinentry startup messagesDaiki Ueno2015-11-06
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-17
* Prefer directed to neutral quotesPaul Eggert2015-08-24
* epg.el: Make gpgconf output parsing future proofDaiki Ueno2015-08-18
* * epg.el (epg--start): Check that gpgconf can be found before calling it.Ivan Andrus2015-07-18
* epg: Automatically start pinentry serverDaiki Ueno2015-07-16