Mercurial > emacs
diff lisp/ChangeLog @ 111791:13447eaa1957
Trivial fixes for epg.el.
* epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
"RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
(epg-context-set-passphrase-callback): Mention that the callback
is not called when used with GnuPG 2.x.
author | Daiki Ueno <ueno@unixuser.org> |
---|---|
date | Fri, 03 Dec 2010 10:52:43 +0900 |
parents | 8e746f396237 |
children | b2c5606310f5 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 02 22:25:01 2010 +0000 +++ b/lisp/ChangeLog Fri Dec 03 10:52:43 2010 +0900 @@ -1,3 +1,10 @@ +2010-12-03 Daiki Ueno <ueno@unixuser.org> + + * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with + "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor. + (epg-context-set-passphrase-callback): Mention that the callback + is not called when used with GnuPG 2.x. + 2010-12-02 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-local-host-regexp): Add "localhost6".