summaryrefslogtreecommitdiff
path: root/lisp/epg.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typos (don't abbreviate "with" or "without")Stefan Kangas2022-12-011-1/+1
* Fix epg's reliance on an implicit GnuPG command.Justus Winter2022-10-061-6/+2
* Simplify a few timestampsPaul Eggert2022-08-011-2/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/epg.el (epg-key): Use explicit copier with proper prefixStefan Monnier2021-11-021-1/+2
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+3
* Fix problems with non-ASCII non-encoded PGP namesLars Ingebrigtsen2021-09-211-1/+5
* Don't have epg bug out on non-existent packagesLars Ingebrigtsen2021-09-011-10/+11
* Make epg use rfc6068 for decoding %-encoded stringsLars Ingebrigtsen2021-08-301-5/+8
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Prefer setq-local in a few more placesStefan Kangas2021-02-081-16/+8
* Fix epg filtering out keys that contain revoked IDsLars Ingebrigtsen2021-02-041-6/+16
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Filter revoked keys when saving filesLars Ingebrigtsen2020-12-091-0/+7
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-14/+2
* Split EasyPG libraries into outline sectionsJonas Bernoulli2020-08-131-1/+26
* ; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.Jonas Bernoulli2020-08-131-1/+1
* ; * lisp/epg.el (epg-signature-to-string): Tiny refactor.Jonas Bernoulli2020-08-131-18/+14
* ; * lisp/epg.el (epg-signature-to-string): Use cl-case.Jonas Bernoulli2020-08-131-12/+7
* Signal an error in the user clicks "cancel" when signing in epgLars Ingebrigtsen2020-08-021-1/+2
* 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