summaryrefslogtreecommitdiff
path: root/lisp/epa.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Prefer defvar-keymap in lisp/epa*.elStefan Kangas2022-09-131-26/+22
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Use the standard `quit-window' binding from `special-mode' for "q"Sam Steingold2021-12-251-5/+0
* | Make the error message in epa-display-error more helpfulLars Ingebrigtsen2021-12-041-1/+5
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-4/+2
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-6/+5
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Allow TAB to go to a key in EPA key buffersLars Ingebrigtsen2021-05-041-1/+4
* Convert epa-key-list-mode menu to easy-menu-defineStefan Kangas2021-02-251-32/+25
* Prefer setq-local in a few more placesStefan Kangas2021-02-081-4/+2
* Don't double up keys in epa--list-keysLars Ingebrigtsen2021-01-181-1/+1
* Fix problem with `epa-list-keys' bugging outStephen Berman2021-01-181-3/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't set XEmacs only properties start-open and end-openStefan Kangas2020-11-201-6/+2
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-1/+0
* Fix up previous window excursion patch in epa--select-keysLars Ingebrigtsen2020-10-011-3/+2
* Fix problem of having the wrong window selected after saving foo.gpgLars Ingebrigtsen2020-09-301-25/+27
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Make the epa key display slightly more informativeLars Ingebrigtsen2020-08-261-15/+20
* Rewrite the epa key interface to use buttons instead of widgetsLars Ingebrigtsen2020-08-241-93/+39
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-4/+0
* Split EasyPG libraries into outline sectionsJonas Bernoulli2020-08-131-0/+24
* Remove some compat code from epa.elLars Ingebrigtsen2020-08-121-11/+2
* * lisp/epa.el (epa-show-key): New command.Jonas Bernoulli2020-07-151-1/+12
* epa-key-list-mode-map: Use widget-keymap as parent keymapJonas Bernoulli2020-07-151-2/+2
* Improve and add doc-stringsJonas Bernoulli2020-07-151-2/+1
* Add all epa faces to epa-faces Custom groupJonas Bernoulli2020-07-151-3/+6
* * lisp/epa.el (epa-faces): Move definition.Jonas Bernoulli2020-07-151-5/+5
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Display a help text when listing EPA keysRichard Stallman2019-12-271-2/+26
|/
* Handle auth-source-search failures in open-network-streamRobert Pluim2019-11-251-1/+3
* Change the lighter in epa-info-modeLars Ingebrigtsen2019-09-271-3/+3
* Signal errors if EPA can't verify dataLars Ingebrigtsen2019-09-231-1/+4
* Create push-button widgets instead of links in epa *Keys* bufferMauro Aranda2019-08-271-2/+2
* Remove more XEmacs compat code from epa.elLars Ingebrigtsen2019-06-191-2/+0
* Remove XEmacs compat code from epa.elLars Ingebrigtsen2019-06-191-14/+7
* Suppress interactive-only warnings in epa*.elLars Ingebrigtsen2019-06-121-1/+2
* Remove obsolete epg functionsLars Ingebrigtsen2019-05-171-23/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
| * * lisp/epa.el (epa-decrypt-file): Apply epa-pinentry-mode (Bug#30363).Noam Postavsky2018-06-031-0/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-6/+6
* | Place epg-pinentry-mode varalias before defcustomBasil L. Contovounesios2018-05-271-3/+0
* | Move epa-pinentry-mode to epg-config (Bug#26298)Noam Postavsky2018-05-231-28/+2
* | Drop some epg/epa backwards compat code for ancient Emacs versionsNoam Postavsky2018-05-231-20/+8
* | * lisp/epa.el (epa-decrypt-file): Apply epa-pinentry-mode (Bug#30363).Noam Postavsky2018-04-271-0/+1