diff options
| -rw-r--r-- | etc/NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
| @@ -1489,6 +1489,19 @@ passing '&optional' multiple times: | |||
| 1489 | Previously, Emacs would just ignore the extra keyword, or give | 1489 | Previously, Emacs would just ignore the extra keyword, or give |
| 1490 | incorrect results in certain cases. | 1490 | incorrect results in certain cases. |
| 1491 | 1491 | ||
| 1492 | --- | ||
| 1493 | ** The pinentry.el library has been removed. | ||
| 1494 | That package (and the corresponding change in GnuPG and pinentry) | ||
| 1495 | was intended to provide a way to input passphrase through Emacs with | ||
| 1496 | GnuPG 2.0. However, the change to support that was only implemented | ||
| 1497 | in GnuPG >= 2.1 and didn't get backported to GnuPG 2.0. And with | ||
| 1498 | GnuPG 2.1 and later, pinentry.el is not needed at all. So the | ||
| 1499 | library was useless, and we removed it. GnuPG 2.0 is no longer | ||
| 1500 | supported by the upstream project. | ||
| 1501 | |||
| 1502 | To adapt to the change, you may need to set 'epa-pinentry-mode' to the | ||
| 1503 | symbol 'loopback'. | ||
| 1504 | |||
| 1492 | 1505 | ||
| 1493 | * Lisp Changes in Emacs 26.1 | 1506 | * Lisp Changes in Emacs 26.1 |
| 1494 | 1507 | ||