summaryrefslogtreecommitdiff
path: root/lisp/epg.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-06Improve integer file mode options docstringsStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-10* lisp/epg.el (epg--start): Don't convert EOL on encoding (bug#72542).Kazuhiro Ito
2024-06-29; * lisp/epg.el (epg--start): Add commentary about encoding.Eli Zaretskii
2024-06-29Fix non-ASCII filename operatiion on EasyPG (bug#71500)Kazuhiro Ito
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-11-25Don't enable pinentry loopback mode for gpgsmUlrich Müller
2023-09-09Merge from origin/emacs-29Eli Zaretskii
2023-09-07Improve documentation of EPGJens Schmidt
2023-08-27Use ensure-list in many more placesStefan Kangas
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas
2022-10-06Fix epg's reliance on an implicit GnuPG command.Justus Winter
2022-08-01Simplify a few timestampsPaul Eggert
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-02* lisp/epg.el (epg-key): Use explicit copier with proper prefixStefan Monnier
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-21Fix problems with non-ASCII non-encoded PGP namesLars Ingebrigtsen
2021-09-01Don't have epg bug out on non-existent packagesLars Ingebrigtsen
2021-08-30Make epg use rfc6068 for decoding %-encoded stringsLars Ingebrigtsen
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-02-08Prefer setq-local in a few more placesStefan Kangas
2021-02-04Fix epg filtering out keys that contain revoked IDsLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Filter revoked keys when saving filesLars Ingebrigtsen
2020-08-14Remove many items obsolete since Emacs 23.1Stefan Kangas
2020-08-13Split EasyPG libraries into outline sectionsJonas Bernoulli
2020-08-13; * lisp/epg.el (epg-no-data-reason-alist): Fix typo in message.Jonas Bernoulli
2020-08-13; * lisp/epg.el (epg-signature-to-string): Tiny refactor.Jonas Bernoulli
2020-08-13; * lisp/epg.el (epg-signature-to-string): Use cl-case.Jonas Bernoulli
2020-08-02Signal an error in the user clicks "cancel" when signing in epgLars Ingebrigtsen
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-12Treat passed strings as raw-text when percent-escaping in epgRobert Pluim
2019-10-23Make display of S/MIME signatures slightly betterLars Ingebrigtsen
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-08-26Only use --sender for gpg when gpg supports itTeemu Likonen
2019-07-13Use the gpg --sender optionTeemu Likonen
2019-07-06Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov
2019-06-22epg: Use unibyte string to decode percent escapesChristophe Troestler
2019-06-22Update epg.el algorithm id-name association listsTeemu Likonen
2019-05-17Remove obsolete epg functionsLars Ingebrigtsen
2019-03-04Fix regular-expression glitches and typosPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-27Merge from origin/emacs-26Glenn Morris
2018-10-27Unify prompt for gnupg passphrase between GNU/Linux and MS-Windows.Pierre Téchoueyres
2018-10-22Fix epg bug with (TICKS . HZ) timestampPaul Eggert