mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 20:59:37 +00:00
* etc/NEWS: Mention the removal of pinentry.el. (Bug#27445)
This commit is contained in:
parent
689526b714
commit
22b3075bb2
1 changed files with 13 additions and 0 deletions
13
etc/NEWS
13
etc/NEWS
|
@ -1489,6 +1489,19 @@ passing '&optional' multiple times:
|
|||
Previously, Emacs would just ignore the extra keyword, or give
|
||||
incorrect results in certain cases.
|
||||
|
||||
---
|
||||
** The pinentry.el library has been removed.
|
||||
That package (and the corresponding change in GnuPG and pinentry)
|
||||
was intended to provide a way to input passphrase through Emacs with
|
||||
GnuPG 2.0. However, the change to support that was only implemented
|
||||
in GnuPG >= 2.1 and didn't get backported to GnuPG 2.0. And with
|
||||
GnuPG 2.1 and later, pinentry.el is not needed at all. So the
|
||||
library was useless, and we removed it. GnuPG 2.0 is no longer
|
||||
supported by the upstream project.
|
||||
|
||||
To adapt to the change, you may need to set 'epa-pinentry-mode' to the
|
||||
symbol 'loopback'.
|
||||
|
||||
|
||||
* Lisp Changes in Emacs 26.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue